summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-12 09:31:33 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-12 09:31:33 +0000
commit30097784c0b5b3772fba718a0925eeea7caaf9f8 (patch)
treefac0eee99069df5a49220953a1b2ac5d8446f9ac /DOCS/encoding.html
parentc002881d4247791bce57ca1e9d79d5e7e727ef6f (diff)
downloadmpv-30097784c0b5b3772fba718a0925eeea7caaf9f8.tar.bz2
mpv-30097784c0b5b3772fba718a0925eeea7caaf9f8.tar.xz
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.html85
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 &lt;file/DVD&gt; -ovc frameno -o
+ <TD> <CODE>mencoder &lt;file/DVD&gt; -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 &lt;file/DVD&gt; -oac copy -pass 1
+ <TD> <CODE>mencoder &lt;file/DVD&gt; -oac copy -pass 1
-ovc divx4 -divx4opts br=&lt;bitrate&gt;</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 &lt;file/DVD&gt; -oac copy -pass 2
+ <TD> <CODE>mencoder &lt;file/DVD&gt; -oac copy -pass 2
-ovc divx4 -divx4opts br=&lt;bitrate&gt;</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>
&nbsp;&nbsp;0 - fast bilinear<BR>
&nbsp;&nbsp;1 - bilinear<BR>
&nbsp;&nbsp;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>
&nbsp;&nbsp;<B>help</B> - get list of available codecs<BR>
&nbsp;&nbsp;<B>rawrgb</B> - ?<BR>
&nbsp;&nbsp;<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>
&nbsp;&nbsp;<B>help</B> - get list of available codecs<BR>
&nbsp;&nbsp;<B>copy</B> - no encoding, just copy the stream (only from AVI/ASF now)<BR>
&nbsp;&nbsp;<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>
&nbsp;&nbsp;<B>on</B> - turns on multifile support<BR>
&nbsp;&nbsp;<B>w</B>=&lt;value&gt; - width of the output file<BR>
&nbsp;&nbsp;<B>h</B>=&lt;value&gt; - 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>
&nbsp;&nbsp;<CODE>-divx4opts br=1800:deinterlace:key=250</CODE><BR>
Common options: <B>(for full list, check the manpage!)</B><BR>
&nbsp;&nbsp;<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>
&nbsp;&nbsp;<CODE>-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250</CODE><BR>
Common options: <B>(for full list, check the manpage!)</B><BR>
&nbsp;&nbsp;<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>
&nbsp;&nbsp;<CODE>-lameopts q=3</CODE><BR>
&nbsp;&nbsp;<CODE>-lameopts br=192:cbr</CODE><BR>
Common options: <B>(for full list, check the manpage!)</B><BR>