comparison 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
comparison
equal deleted inserted replaced
4584:f6a0e7c2fd0f 4585:55c8aefdef1b
191 191
192 <LI><B>Audio stream</B> (option <CODE>-oac copy</CODE>) : straightforward.</LI> 192 <LI><B>Audio stream</B> (option <CODE>-oac copy</CODE>) : straightforward.</LI>
193 </UL> 193 </UL>
194 </P> 194 </P>
195 195
196 <P><B><A NAME=2.4.3.4>2.4.3.4. Fixing AVIs with broken index</B></P> 196 <P><B><A NAME=2.4.3.4>2.4.3.4. Fixing AVIs with broken index or interleaving</B></P>
197 197
198 <P>Easiest thing. We simply copy the video and audio streams, and 198 <P>Easiest thing. We simply copy the video and audio streams, and
199 <B>MEncoder</B> generates the index. Of course this cannot fix possible bugs in 199 <B>MEncoder</B> generates the index. Of course this cannot fix possible bugs in
200 the video and/or audio streams.</P> 200 the video and/or audio streams. It also fixes files with broken interleaving,
201 thus the <CODE>-ni</CODE> option won't be needed for them anymore.</P>
201 202
202 <P>Command : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P> 203 <P>Command : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P>
203 204
204 205
205 <P><B><A NAME=2.4.3.5>2.4.3.5. Encoding with the <I>libavcodec</I> codec family</B></P> 206 <P><B><A NAME=2.4.3.5>2.4.3.5. Encoding with the <I>libavcodec</I> codec family</B></P>
222 223
223 <P>The first column contains the codec names that should be passed after the 224 <P>The first column contains the codec names that should be passed after the
224 <CODE>vcodec</CODE> config, like : <CODE>-lavcopts vcodec=msmpeg4</CODE></P> 225 <CODE>vcodec</CODE> config, like : <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
225 226
226 <P>An example, with MJPEG compression :<BR> 227 <P>An example, with MJPEG compression :<BR>
227 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P> 228 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg</CODE></P>
228 229
229 <P><B><A NAME=2.4.4>2.4.4. Syntax</B></P> 230 <P><B><A NAME=2.4.4>2.4.4. Syntax</B></P>
230 231
231 <P>&nbsp;&nbsp;<CODE>mencoder [options] [input file] [options] ...</P> 232 <P>&nbsp;&nbsp;<CODE>mencoder [options] [input file] [options] ...</P>
232 233