[MEncoder-users] Ripping multiple DVD subtitles all at once

Gustavo Tenrreiro gustavo at tenrreiro.com
Wed Nov 7 00:32:10 CET 2007


>You should have look just below that...

Just to make sure we are all referring to the same "Documentation" section

My Previous reference was to this: ( from
http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-extractsub.html )
**
*Example 13.5. Copying two subtitles from a DVD while doing two pass
encoding*

rm *subtitles.idx* *subtitles.sub*
mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 \
    -vobsubout *subtitles* -vobsuboutindex 0 -sid 2
mencoder dvd://1 -oac copy -ovc lavc -lavcopts
vcodec=mpeg4:mbd=2:trell:vpass=2 \
    -vobsubout *subtitles* -vobsuboutindex 1 -sid 5

"Below that" is this:

*Example 13.6. Copying a French subtitle from an MPEG file*

rm *subtitles.idx* *subtitles.sub*
mencoder *movie.mpg* -ifo *movie.ifo* -vobsubout *subtitles* -vobsuboutindex 0 \
    -vobsuboutid fr -sid 1 -nosound -ovc copy

Is Example 13.6 the section you are referring to? if not what are you
referring to?

Thanks



More information about the MEncoder-users mailing list