diff DOCS/encoding.html @ 7054:93d385771dc9

applied Andras Mohari's patch
author gabucino
date Wed, 21 Aug 2002 20:28:44 +0000
parents c214aa9110d0
children 33624384dd7b
line wrap: on
line diff
--- a/DOCS/encoding.html	Wed Aug 21 20:28:24 2002 +0000
+++ b/DOCS/encoding.html	Wed Aug 21 20:28:44 2002 +0000
@@ -10,11 +10,9 @@
 <BODY>
 
 
-<<H2>><A NAME="encoding">2.4  Encoding with MEncoder</A></<H2>>
+<H2><A NAME="encoding">2.4  Encoding with MEncoder</A><H2>
 
 
-<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
   (<B>AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET</B>) to other
@@ -24,7 +22,7 @@
   for video manipulation.</P>
 
 
-<H3><A NAME="compilation">2.4.2  Compilation</A></H3>
+<H3><A NAME="compilation">2.4.1  Compilation</A></H3>
 
 <UL>
   <LI><B>OPTIONAL</B> - read <B>MPlayer</B>'s compilation instruction.</LI>
@@ -58,7 +56,7 @@
   <I>avifile</I> library installed. <B>MEncoder</B> doesn't need it at all.</P>
 
 
-<H3><A NAME="features">2.4.3  MEncoder features</A></H3>
+<H3><A NAME="features">2.4.2  MEncoder features</A></H3>
 
 <UL>
   <LI>encoding from the wide range of fileformats and decoders of <B>MPlayer</B></LI>
@@ -91,7 +89,7 @@
 </UL>
 
 
-<H4><A NAME="2pass">2.4.3.1  Encoding 2 or 3-pass DivX4</A></H4>
+<H4><A NAME="2pass">2.4.2.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>)
@@ -182,7 +180,7 @@
 </UL>
 
 
-<H4><A NAME="rescaling">2.4.3.2  Rescaling movies</A></H4>
+<H4><A NAME="rescaling">2.4.2.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
@@ -204,7 +202,7 @@
     output.avi</CODE></P>
 
 
-<H4><A NAME="copying">2.4.3.3  Stream copying</A></H4>
+<H4><A NAME="copying">2.4.2.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>
@@ -225,7 +223,7 @@
 </UL>
 
 
-<H4><A NAME="fixing">2.4.3.4  Fixing AVIs with broken index or interleaving</A></H4>
+<H4><A NAME="fixing">2.4.2.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
@@ -236,7 +234,7 @@
 <P>Command: <CODE>mencoder -idx input.avi -ovc copy -oac copy -o output.avi</CODE></P>
 
 
-<H4><A NAME="libavcodec">2.4.3.5  Encoding with the libavcodec codec family</A></H4>
+<H4><A NAME="libavcodec">2.4.2.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
@@ -261,7 +259,7 @@
     -lavcopts vcodec=mjpeg</CODE></P>
 
 
-<H4><A NAME="image_files">2.4.3.6  Encoding from multiple input image files (JPEGs or PNGs)</A></H4>
+<H4><A NAME="image_files">2.4.2.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
@@ -303,7 +301,7 @@
   -o output.avi</CODE></P>
 
 
-<H4><A NAME="vobsub">2.4.3.7  Extracting DVD subtitles to Vobsub file</A></H4>
+<H4><A NAME="vobsub">2.4.2.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
@@ -344,7 +342,7 @@
     -vobsuboutindex 0 -vobsuboutid fr -sid 1</CODE></P>
 
 
-<H3><A NAME="options">2.4.4 Options</A></H3>
+<H3><A NAME="options">2.4.3 Available options</A></H3>
 
 <P>For the complete list of available <B>MEncoder</B> options and examples, please
   see the man page.</P>