diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-12 09:31:33 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-12 09:31:33 +0000 |
commit | 30097784c0b5b3772fba718a0925eeea7caaf9f8 (patch) | |
tree | fac0eee99069df5a49220953a1b2ac5d8446f9ac /DOCS/encoding.html | |
parent | c002881d4247791bce57ca1e9d79d5e7e727ef6f (diff) |
FONT tags obsoleted by CSS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6394 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r-- | DOCS/encoding.html | 85 |
1 files changed, 28 insertions, 57 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html index b3887ca985..0bca7aeb99 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -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 @@ commands are needed :<BR> <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 @@ unsupported). You can encode to the following codecs :</P> <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 @@ unsupported). You can encode to the following codecs :</P> </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 @@ unsupported). You can encode to the following codecs :</P> </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 @@ unsupported). You can encode to the following codecs :</P> </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 @@ unsupported). You can encode to the following codecs :</P> </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 @@ unsupported). You can encode to the following codecs :</P> </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> |