[MPlayer-dev-eng] [PATCH] encoding.html: removing paragraph about 'lavc controller'

Moritz Bunkus moritz at bunkus.org
Sat Dec 14 19:03:21 CET 2002


Hi.

The attached patch removes the paragraph about the 'internal libavcodec
controller' (which refers to -lacvopts ...vpass=... compared to '-pass
1/2'). The example right above this paragraph already uses this new
style so the paragraph is just useless.

-- 
 ==> Ciao, Mosu (Moritz Bunkus)
-------------- next part --------------
--- encoding.html	2002-12-07 22:34:29.000000000 +0100
+++ encoding-nolavccontr.html	2002-12-14 18:59:46.000000000 +0100
@@ -78,28 +78,6 @@
       mencoder -dvd 2 -ovc lavc
     -lavcopts vcodec=mpeg4:vpass=2:more_options -oac copy -o movie.avi</CODE></P>
 
-<P><U><B>2 or 3-pass encoding using internal libavcodec controller:</B></U>
-  Optionally you can use libavcodec's internal 2 or 3-pass mode, it may give
-  you better final rate accuracy than using the external, DivX4-inspired 2-pass
-  rate controler with libavcodec.</P>
-
-<UL>
-  <LI><B>2-pass encoding:</B><BR>
-    <CODE>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 (audio-options) -o
-      movie.avi<BR>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 (audio-options) -o
-      movie.avi</CODE></LI>
-  <LI><B>3-pass encoding:</B><BR>
-    <CODE>rm -f frameno.avi<BR>
-    mencoder -dvd 2 -ovc frameno (audio-options) -o frameno.avi<BR>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o
-      movie.avi<BR>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o
-      movie.avi</CODE></LI>
-</UL>
-
-
 <H3><A NAME="rescaling">2.4.2 Rescaling movies</A></H3>
 
 <P>Often the need to resize movie images' size emerges. Its reasons can be


More information about the MPlayer-dev-eng mailing list