diff DOCS/encoding.html @ 4585:55c8aefdef1b

vao, something changed in these files!
author gabucino
date Fri, 08 Feb 2002 13:57:14 +0000
parents 970a09005860
children b5d956f0b6ea
line wrap: on
line diff
--- a/DOCS/encoding.html	Fri Feb 08 13:56:36 2002 +0000
+++ b/DOCS/encoding.html	Fri Feb 08 13:57:14 2002 +0000
@@ -193,11 +193,12 @@
 </UL>
 </P>
 
-<P><B><A NAME=2.4.3.4>2.4.3.4.  Fixing AVIs with broken index</B></P>
+<P><B><A NAME=2.4.3.4>2.4.3.4.  Fixing AVIs with broken index or interleaving</B></P>
 
 <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 in
-the video and/or audio streams.</P>
+the video and/or audio streams. It also fixes files with broken interleaving,
+thus the <CODE>-ni</CODE> option won't be needed for them anymore.</P>
 
 <P>Command : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P>
 
@@ -224,7 +225,7 @@
   <CODE>vcodec</CODE> config, like : <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
 
 <P>An example, with MJPEG compression :<BR>
-  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P>
+  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg</CODE></P>
 
 <P><B><A NAME=2.4.4>2.4.4.  Syntax</B></P>