diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-11 22:30:31 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-11 22:30:31 +0000 |
commit | cf127f5ccc5a248161c2e820897518f80ced8736 (patch) | |
tree | 8650d71ba38aa68676fea66fe7f6c720b34a23bb /DOCS/encoding.html | |
parent | 96a935f2255ef6df186b7b13078feddb68172b6e (diff) |
many small updates, fixes (some/more to be completed soon)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2849 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r-- | DOCS/encoding.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html index b2922c933e..a60c343609 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -26,8 +26,7 @@ other interesting stuff.</P> 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 @@ other interesting stuff.</P> </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> mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 +-o movie.avi -pass 1<BR> + 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> |