changeset 12776:1154a70ade70

3-pass encoding is evil.
author diego
date Thu, 08 Jul 2004 17:06:24 +0000
parents 470c2e531d10
children 6f1dc329cebe
files DOCS/xml/en/mencoder.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml	Thu Jul 08 00:04:42 2004 +0000
+++ b/DOCS/xml/en/mencoder.xml	Thu Jul 08 17:06:24 2004 +0000
@@ -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>