diff DOCS/encoding.html @ 9138:42667fd91d4a

changing "switch" -> "option" (unwritten DOCS rule) other important fixes, updates
author gabucino
date Tue, 28 Jan 2003 17:11:57 +0000
parents ace727b8c2dc
children 9141cbbc1ce0
line wrap: on
line diff
--- a/DOCS/encoding.html	Tue Jan 28 01:46:53 2003 +0000
+++ b/DOCS/encoding.html	Tue Jan 28 17:11:57 2003 +0000
@@ -87,6 +87,25 @@
     -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o movie.avi</CODE></P>
 
 
+<H2><A NAME="mpeg">7.1 Encoding to MPEG format</A></H2>
+
+<P>MEncoder can create MPEG (MPEG-PS) format output files. It's probably
+  useful only with libavcodec's <I>mpeg1video</I> codec, because players
+  - except MPlayer - expect MPEG1 video, and MPEG1 layer 2 (MP2) audio streams
+  in MPEG files.</P>
+  
+<P>This feature is not very useful right now, aside that it probably has
+  many bugs, but the more importantly because MEncoder currently cannot encode
+  MPEG1 layer 2 (MP2) audio, which all other players expect in MPEG files.</P>
+  
+<P>To change MEncoder's output file format, use the <CODE>-of mpeg</CODE>
+  option.</P>
+
+<P>Example:<BR>
+  &nbsp;&nbsp;<CODE>mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video
+  -oac copy &lt;other options&gt; media.avi -o output.mpg</CODE></P>
+
+
 <H2><A NAME="rescaling">7.2 Rescaling movies</A></H2>
 
 <P>Often the need to resize movie images' size emerges. Its reasons can be
@@ -185,7 +204,7 @@
 <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>
+  man page.</P>
 
 <P><I>Creating a DivX4 file from all the JPEG files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder -mf on:w=800:h=600:fps=25 -ovc divx4