[MPlayer-users] join vob files together
Vladimir Mosgalin
mosgalin at VM10124.spb.edu
Sun Nov 23 12:33:22 CET 2003
On Sat, 22 Nov 2003, Vidar Wahlberg wrote:
VW>[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
VW>> Could anyone tell me how to join several vob files together?
VW>> I've ripped a dvd on my hard drive and now I'm using mencoder to convert
VW>> to divx. I understand mencoder can take only one file as input.
VW>
VW>As it says on the bottom of the man page for mplayer:
VW>
VW>Encoding multiple .vob files
VW> cat *.vob | mencoder <options> -
If this bug wasn't fixed, you'll get a lot of skipped frames in the
beginning and it would be very ugly (well, if there is black screen or
some non-moving logo, that may be ok).
cat *.vob > my.vob; mencoder my.vob
fixes that problem, but requires a lot of space. Also, there was some
other way - "mencoder -dvd-device /path/to/vobs dvd://" IIRC.
--
Vladimir
More information about the MPlayer-users
mailing list