[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.26,1.27

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Jul 8 19:06:26 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv10501/en

Modified Files:
	mencoder.xml 
Log Message:
3-pass encoding is evil.


Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mencoder.xml	5 Jul 2004 16:27:53 -0000	1.26
+++ mencoder.xml	8 Jul 2004 17:06:24 -0000	1.27
@@ -394,11 +394,10 @@
 </para>
 
 <example>
-<title>Copying two subtitles from a DVD while doing 3-pass encoding</title>
+<title>Copying two subtitles from a DVD while doing 2-pass encoding</title>
 <screen>
 rm subtitles.idx subtitles.sub
-mencoder dvd://1 -vobsubout subtitles -vobsuboutindex 0 -sid 2 -o frameno.avi -ovc frameno
-mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1
+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:vpass=2 -vobsubout subtitles -vobsuboutindex 1 -sid 5<!--
 --></screen>
 </example>




More information about the MPlayer-DOCS mailing list