diff DOCS/encoding.html @ 2848:33c32f3d9f1f

many small updates, fixes (some/more to be completed soon)
author gabucino
date Sun, 11 Nov 2001 22:30:31 +0000
parents 62bcea66003e
children 4a1802c5bbee
line wrap: on
line diff
--- a/DOCS/encoding.html	Sun Nov 11 22:26:15 2001 +0000
+++ b/DOCS/encoding.html	Sun Nov 11 22:30:31 2001 +0000
@@ -26,8 +26,7 @@
     is needed for CBR/VBR MP3 audio encoding ability. Note that a single
     <CODE>lame</CODE> binary isn't sufficient.</LI>
     <LI>use <CODE>./configure</CODE> with optional parameters as usual, and
-    type : <CODE>make mencoder</CODE> . You have to install it manually for
-    now.
+    type : <CODE>make mencoder</CODE> , then <CODE>make install</CODE> .
   </UL>
 </P>
 
@@ -57,6 +56,21 @@
   </UL>
 </P>
 
+<P><B><I>Encoding 2-pass DivX4</I></B></P>
+
+<P>The name comes from the fact that this method encodes the file <I>twice</I>.
+The first encoding (dubbed <I>pass</I>) creates a temporary file with a size
+of few megabytes. In the second pass, the output file is created, using the
+bitrate data from the temporary file. The resulting file will have much
+better image quality. If this is the first time you heard about this, you
+should consult some guides available on the Net.</P>
+
+<P>This example shows how to encode a DVD to a 2-pass DivX4 AVI. Just two
+commands are needed :<BR>
+<CODE>&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
+-o movie.avi -pass 1<BR>
+&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
+
 <P><B><I>Examples</I></B></P>
 
 <P>Using <B>MEncoder</B> is the easiest thing on Earth. See the following :</P>