Mercurial > mplayer.hg
diff DOCS/encoding.html @ 6393:f9b3d010b35e
FONT tags obsoleted by CSS
author | gabucino |
---|---|
date | Wed, 12 Jun 2002 09:31:33 +0000 |
parents | 4e5c236ade69 |
children | 41b149822666 |
line wrap: on
line diff
--- a/DOCS/encoding.html Wed Jun 12 09:14:52 2002 +0000 +++ b/DOCS/encoding.html Wed Jun 12 09:31:33 2002 +0000 @@ -6,7 +6,6 @@ <BODY BGCOLOR=white> -<FONT CLASS="text"> <P><B><A NAME=2.4>2.4. Encoding with MEncoder</A></B></P> @@ -112,37 +111,29 @@ <P> <TABLE> <TR> - <TD><FONT CLASS="text"> - <CODE>rm frameno.avi</CODE></TD> - <TD><FONT CLASS="text"> - <B>remove conflicting temporary file</B></TD> + <TD> <CODE>rm frameno.avi</CODE></TD> + <TD> <B>remove conflicting temporary file</B></TD> </TR> <TR> - <TD><FONT CLASS="text"> - <CODE>mencoder <file/DVD> -ovc frameno -o + <TD> <CODE>mencoder <file/DVD> -ovc frameno -o frameno.avi</CODE></TD> - <TD><FONT CLASS="text"> - <B><U>First pass</U> : an audio-only avi file will be created, containing + <TD> <B><U>First pass</U> : an audio-only avi file will be created, containing ONLY the requested audio stream. Don't forget <CODE>-lameopts</CODE>, if you need to set it. If you were encoding a long movie, MEncoder prints the recommended bitrate values for 650Mb, 700Mb, and 800Mb destination sizes, after this pass finishes.</B></TD> </TR> <TR> - <TD><FONT CLASS="text"> - <CODE>mencoder <file/DVD> -oac copy -pass 1 + <TD> <CODE>mencoder <file/DVD> -oac copy -pass 1 -ovc divx4 -divx4opts br=<bitrate></CODE></TD> - <TD><FONT CLASS="text"> - <B><U>Second pass</U> : alias the first pass of DivX4 video encoding. + <TD> <B><U>Second pass</U> : alias the first pass of DivX4 video encoding. Optionally specify the video bitrate MEncoder printed at the end of the previous pass.</B></TD> </TR> <TR> - <TD><FONT CLASS="text"> - <CODE>mencoder <file/DVD> -oac copy -pass 2 + <TD> <CODE>mencoder <file/DVD> -oac copy -pass 2 -ovc divx4 -divx4opts br=<bitrate></CODE></TD> - <TD><FONT CLASS="text"> - <B><U>Third pass</U> : alias the second pass of DivX4 video encoding. + <TD> <B><U>Third pass</U> : alias the second pass of DivX4 video encoding. Optionally specify the video bitrate MEncoder printed at the end of the previous pass. In this pass, audio from <CODE>frameno.avi</CODE> will be inserted into the destination file.. and it's all ready!</B></TD> @@ -320,41 +311,31 @@ <TABLE BORDER=1> <TR> - <TD><FONT CLASS="text"> - <I>-ss</I> time</TD> - <TD><FONT CLASS="text"> - start encoding from the given time (can start only from keyframes !) + <TD> <I>-ss</I> time</TD> + <TD> start encoding from the given time (can start only from keyframes !) </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-endpos</I> time</TD> - <TD><FONT CLASS="text"> - stop encoding at the given time. See the manpage for examples ! + <TD> <I>-endpos</I> time</TD> + <TD> stop encoding at the given time. See the manpage for examples ! </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-o</I> filename</TD> - <TD><FONT CLASS="text"> - specify output filename + <TD> <I>-o</I> filename</TD> + <TD> specify output filename </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-sws</I> 0-2</TD> - <TD><FONT CLASS="text"> - type of scaling method<BR> + <TD> <I>-sws</I> 0-2</TD> + <TD> type of scaling method<BR> 0 - fast bilinear<BR> 1 - bilinear<BR> 2 - bicubic (best quality)<BR> </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-ovc</I> codecname</TD> - <TD><FONT CLASS="text"> - Encode with the given codec (codec names are from codecs.conf). Examples:<BR> + <TD> <I>-ovc</I> codecname</TD> + <TD> Encode with the given codec (codec names are from codecs.conf). Examples:<BR> <B>help</B> - get list of available codecs<BR> <B>rawrgb</B> - ?<BR> <B>copy</B> - no encoding, just copy the stream (only from AVI/ASF now)<BR> @@ -364,10 +345,8 @@ </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-oac</I> codecname</TD> - <TD><FONT CLASS="text"> - Encode with the given codec (codec names are from codecs.conf). Examples:<BR> + <TD> <I>-oac</I> codecname</TD> + <TD> Encode with the given codec (codec names are from codecs.conf). Examples:<BR> <B>help</B> - get list of available codecs<BR> <B>copy</B> - no encoding, just copy the stream (only from AVI/ASF now)<BR> <B>pcm</B> - encode to uncompressed PCM<BR> @@ -375,10 +354,8 @@ </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-mf</I> multifile options</TD> - <TD><FONT CLASS="text"> - Used when encoding from multiple JPEG files. Its sub-options are:<BR> + <TD> <I>-mf</I> multifile options</TD> + <TD> Used when encoding from multiple JPEG files. Its sub-options are:<BR> <B>on</B> - turns on multifile support<BR> <B>w</B>=<value> - width of the output file<BR> <B>h</B>=<value> - height of the output file<BR> @@ -388,10 +365,8 @@ </TR> <TR> - <TD><FONT CLASS="text"> - <I>-divx4opts</I></TD> - <TD><FONT CLASS="text"> - If encoding to DivX4, you can specify its parameters here, like:<BR> + <TD> <I>-divx4opts</I></TD> + <TD> If encoding to DivX4, you can specify its parameters here, like:<BR> <CODE>-divx4opts br=1800:deinterlace:key=250</CODE><BR> Common options: <B>(for full list, check the manpage!)</B><BR> <B>help</B> - get help<BR> @@ -401,10 +376,8 @@ </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-lavcopts</I></TD> - <TD><FONT CLASS="text"> - If encoding with libavcodec, you can specify its parameters here, like:<BR> + <TD> <I>-lavcopts</I></TD> + <TD> If encoding with libavcodec, you can specify its parameters here, like:<BR> <CODE>-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250</CODE><BR> Common options: <B>(for full list, check the manpage!)</B><BR> <B>help</B> - get help<BR> @@ -415,10 +388,8 @@ </TD> </TR> <TR> - <TD><FONT CLASS="text"> - <I>-lameopts</I></TD> - <TD><FONT CLASS="text"> - If encoding to MP3 with libmp3lame, you can specify its parameters here, like:<BR> + <TD> <I>-lameopts</I></TD> + <TD> If encoding to MP3 with libmp3lame, you can specify its parameters here, like:<BR> <CODE>-lameopts q=3</CODE><BR> <CODE>-lameopts br=192:cbr</CODE><BR> Common options: <B>(for full list, check the manpage!)</B><BR>