Changes

Application Support in Linux

2,620 bytes added, 01:19, 23 May 2007
The following lines were added (+) and removed (-):
.=== Submission:   ===.Date:    === Submission: Unable to play the .dat files from a VCD using mplayer 0.9rc5  ===Date:  Sun Dec 12 21:12:15 CST 2004"has anyone tried to play vcd .dat files in mplayer?" was answered on a forumincorrectly, "Yep, it's known it doesn't work. The problem is in the kernel, not mplayer."  It _is_ possible to play VCD's using mplayer 0.9.  This wasaccomplished using mplayer on a Redhat 9.0 system.  Ok, it's true that there's a logical kernel limitation preventing the read of a vcd .dat file (see below)For this example a VCD 1 cd is in an IDE cdrom drive on /dev/hdc.  This videocd has only one track with the movie as avseq01.dat.=== Submission:   ===Open xterm/konsole and at the shell prompt type the following:Date:     mplayer vcd://1 -cdrom-device /dev/hdc  (vcd://1 <- play track one of the "-cdrom-device" vcd in your cdrom drive.) It is not necessary to mount the cdrom device because in this example mplayeris not accessing a 'file' but rather using raw device access.  The default VCD device is /dev/cdrom. If your setup differs, make a symlink or specify the correct device on the command line with the -cdrom-device option. The .dat file that is visible is actually an "iso gateway" which exists toallow MS Windows access.  Direct raw device access is forbidden in MicrosoftWindows operating systems.  Linux cannot copy or play iso gateway files withthe standard iso9660 driver of the Linux kernel.  There are alternatives,research the Linux version of PowerDVD or cdfs for more information. Here are some more useful mplayer command line operations:   mplayer filename                                (open a video or audio file)  mplayer filename -subfile filename.sub            (video file with subtitles)  mplayer -vcd <trackno>                                    (open a vcd track)  mplayer -o vesa -cache 8192 -fs -dvd <trackno>    (play dvd using vesa mode)  mplayer -framedrop                    (fix slow hardware related video skips) . === Submission: How to play a DVD using mplayer.  ===Date: Sun Dec 12 22:02:47 CST 2004 Using mplayer to play a DVD:  mplayer -dvd <track> [-dvd-device <device>]  mplayer -dvd 1 -dvd-device /dev/hdcMPlayer uses libdvdread and libdvdcss for DVD decryption, which takes placeeach time the DVD is played.  To improve performance add cracked CSS keyscaching support to libdvdcss so the keys do not have to be cracked every timebefore playing.Note that DVD usually have an UDF filesystem on a single track, containingfiles (.IFO .BUK .VOB files). They are real files and can be copied/played from the mounted filesystem of an unencrypted DVD.  The .IFO file is needed tointerpret the .VOB video content.
Bureaucrat, administrator
16,192
edits