[MPlayer-users] VCD to plain mpeg!
Nico Sabbi
nsabbi at tiscali.it
Thu Feb 3 15:13:46 CET 2005
Ville Saari wrote:
>On Wed, Feb 02, 2005 at 10:34:25PM +0100, Heine Laursen wrote:
>
>
>
>>Hi. I want to copy/convert a VCD to a mpeg file. But I don't know, if I
>>just can rename the MPEGAV/AVSEQ01.DAT to a mpeg, or if I should put it
>>througt mencoder first like:
>>mencoder -of mpeg -ovc copy -oac copy -o some-mpegfile.mpeg
>>./MPEGAV/AVSEQ01.DAT
>>
>>
>
>Both methods should give you a file containing garbage. Use:
>
> mplayer -dumpstream -dumpfile some-mpegfile.mpeg vcd://n
>
>where n is the number of the track you want to extract. You can't just
>copy the .DAT file from the cd because the video tracks are not readable
>through the file system. A VideoCD is not a CDROM.
>
>
>
mencoder -of mpeg video.mpg *will not* produce garbage,
mplayer -dumpstream vcd:// -dumpfile x.mpg *will*
try to run
$ file video.mpg x.mpg
and see what file says
More information about the MPlayer-users
mailing list