diff DOCS/encoding.html @ 7047:4f87cd0f642f

Converted the docs to use proper headings tags. Headings start at <H1> for sections and decrease one size for each level in the section hierarchy, thus 2.3.4 is <H3>. Headings without numbering are <H4> unless they are in a <H5> section, then <H5> also.
author diego
date Tue, 20 Aug 2002 00:33:04 +0000
parents ba9c212ed577
children c214aa9110d0
line wrap: on
line diff
--- a/DOCS/encoding.html	Mon Aug 19 11:17:24 2002 +0000
+++ b/DOCS/encoding.html	Tue Aug 20 00:33:04 2002 +0000
@@ -10,10 +10,10 @@
 <BODY>
 
 
-<P><B><A NAME="encoding">2.4  Encoding with MEncoder</A></B></P>
+<<H2>><A NAME="encoding">2.4  Encoding with MEncoder</A></<H2>>
 
 
-<P><B><A NAME="overview">2.4.1  Overview</A></B></P>
+<H3><A NAME="overview">2.4.1  Overview</A></H3>
 
 <P><B>MEncoder</B> (<B>MPlayer</B>'s Movie Encoder) is a simple movie encoder,
   designed to encode MPlayer-playable movies
@@ -24,7 +24,7 @@
   for video manipulation.</P>
 
 
-<P><B><A NAME="compilation">2.4.2  Compilation</A></B></P>
+<H3><A NAME="compilation">2.4.2  Compilation</A></H3>
 
 <UL>
   <LI><B>OPTIONAL</B> - read <B>MPlayer</B>'s compilation instruction.</LI>
@@ -58,7 +58,7 @@
   <I>avifile</I> library installed. <B>MEncoder</B> doesn't need it at all.</P>
 
 
-<P><B><A NAME="features">2.4.3  MEncoder features</A></B></P>
+<H3><A NAME="features">2.4.3  MEncoder features</A></H3>
 
 <UL>
   <LI>encoding from the wide range of fileformats and decoders of <B>MPlayer</B></LI>
@@ -82,7 +82,8 @@
   <LI>can rip DVD subtitles to Vobsub format</LI>
 </UL>
 
-<B>Planned features:</B>
+<H4>Planned features:</H4>
+
 <UL>
   <LI>even wider variety of available en/decoding formats/codecs
     (creating VOB files with DivX4/Indeo5/VIVO streams :)</LI>
@@ -90,7 +91,7 @@
 </UL>
 
 
-<P><B><A NAME="2pass">2.4.3.1  Encoding 2 or 3-pass DivX4</A></B></P>
+<H4><A NAME="2pass">2.4.3.1  Encoding 2 or 3-pass DivX4</A></H4>
 
 <P><U><B>2-pass encoding:</B></U> the name comes from the fact that this method
   encodes the file <I>twice</I>. The first encoding (dubbed <I>pass</I>)
@@ -147,7 +148,7 @@
   </TR>
 </TABLE>
 
-<P><B>Example for 3-pass encoding:</B></P>
+<H4>Example for 3-pass encoding:</H4>
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - remove this file,
   which can come from a previous 3-pass encoding (it interferes with current
@@ -181,7 +182,7 @@
 </UL>
 
 
-<P><B><A NAME="rescaling">2.4.3.2  Rescaling movies</A></B></P>
+<H4><A NAME="rescaling">2.4.3.2  Rescaling movies</A></H4>
 
 <P>Often the need to resize movie images' size emerges. Its reasons can be many,
   examples are decreasing output file size, encoding SVCDs to DivX. Ripped DVDs
@@ -203,7 +204,7 @@
     output.avi</CODE></P>
 
 
-<P><B><A NAME="copying">2.4.3.3  Stream copying</A></B></P>
+<H4><A NAME="copying">2.4.3.3  Stream copying</A></H4>
 
 <P><B>MEncoder</B> can handle input streams in two ways: <B>encode</B> or
   <B>copy</B> them. This section is about <B>copying</B>.</P>
@@ -224,7 +225,7 @@
 </UL>
 
 
-<P><B><A NAME="fixing">2.4.3.4  Fixing AVIs with broken index or interleaving</A></B></P>
+<H4><A NAME="fixing">2.4.3.4  Fixing AVIs with broken index or interleaving</A></H4>
 
 <P>Easiest thing. We simply copy the video and audio streams, and
   <B>MEncoder</B> generates the index. Of course this cannot fix possible bugs
@@ -235,7 +236,7 @@
 <P>Command: <CODE>mencoder -idx input.avi -ovc copy -oac copy -o output.avi</CODE></P>
 
 
-<P><B><A NAME="libavcodec">2.4.3.5  Encoding with the libavcodec codec family</A></B></P>
+<H4><A NAME="libavcodec">2.4.3.5  Encoding with the libavcodec codec family</A></H4>
 
 <P><A HREF="codecs.html#libavcodec">libavcodec</A> provides simple encoding to a
   lot of interesting video and audio formats (currently its audio codecs are
@@ -260,13 +261,13 @@
     -lavcopts vcodec=mjpeg</CODE></P>
 
 
-<P><B><A NAME="image_files">2.4.3.6  Encoding from multiple input image files (JPEGs or PNGs)</A></B></P>
+<H4><A NAME="image_files">2.4.3.6  Encoding from multiple input image files (JPEGs or PNGs)</A></H4>
 
 <P><B>MEncoder</B> is capable of creating movies from one or more JPEG or PNG
   files. With simple framecopy it can create MJPEG (Motion JPEG) or MPNG
   (Motion PNG) files.</P>
 
-<P><B>Explanation of the process</B></P>
+<H4>Explanation of the process</H4>
 
 <P><B>MEncoder</B> <I>decodes</I> the input image(s) with <CODE>libjpeg</CODE>
   (when decoding PNGs, it will use <B>libpng</B>).</P>
@@ -276,7 +277,7 @@
   currently it can output only to RGB formats, thus can't be used with codecs
   that require YUV as input, like DivX4 or ffmpeg's msmpeg4.</P>
 
-<P><B>Examples</B></P>
+<H4>Examples</H4>
 
 <P>The explanation of the <CODE>-mf</CODE> option can be found below in the
   global <A HREF="#options">Options</A> section and in the man page.</P>
@@ -302,7 +303,7 @@
   -o output.avi</CODE></P>
 
 
-<P><B><A NAME="vobsub">2.4.3.7  Extracting DVD subtitles to Vobsub file</A></B></P>
+<H4><A NAME="vobsub">2.4.3.7  Extracting DVD subtitles to Vobsub file</A></H4>
 
 <P><B>MEncoder</B> is capable of extracting subtitles from a DVD into
   Vobsub fomat files. They consist of a pair of files ending in
@@ -327,7 +328,7 @@
   <CODE>.sub</CODE> files already exist. So you should remove any before
   starting.</P>
 
-<P><B>Examples</B></P>
+<H4>Examples</H4>
 
 <P><I>Copying two subtitles from a DVD while doing 3-pass encoding</I><BR>
   &nbsp;&nbsp;<CODE>rm subtitles.idx subtitles.sub</CODE><BR>
@@ -342,7 +343,8 @@
   &nbsp;&nbsp;<CODE>mencoder movie.mpg -ifo movie.ifo -vobsubout subtitles
     -vobsuboutindex 0 -vobsuboutid fr -sid 1</CODE></P>
 
-<P><B><A NAME="options">2.4.4 Options</A></B></P>
+
+<H3><A NAME="options">2.4.4 Options</A></H3>
 
 <P>For the complete list of available MEncoder options and examples, please
   see the manpage.</P>