comparison DOCS/en/encoding.html @ 10781:c35abe9c3ec8

overall fixes and documented inter/intra_matrix option in manpage
author alex
date Mon, 01 Sep 2003 14:41:56 +0000
parents 94dd8a952b40
children 5d40822bf7ab
comparison
equal deleted inserted replaced
10780:94dd8a952b40 10781:c35abe9c3ec8
190 <LI>mpeg1video - MPEG1 video</LI> 190 <LI>mpeg1video - MPEG1 video</LI>
191 <LI>mpeg2video - MPEG2 video</LI> 191 <LI>mpeg2video - MPEG2 video</LI>
192 <LI>huffyuv - lossless compression</LI> 192 <LI>huffyuv - lossless compression</LI>
193 <LI>asv1 - ASUS Video v1</LI> 193 <LI>asv1 - ASUS Video v1</LI>
194 <LI>asv2 - ASUS Video v2</LI> 194 <LI>asv2 - ASUS Video v2</LI>
195 <LI>ffv1 - FFmpegs lossless video codec</LI> 195 <LI>ffv1 - FFmpeg's lossless video codec</LI>
196 </UL> 196 </UL>
197 197
198 <P>The first column contains the codec names that should be passed after the 198 <P>The first column contains the codec names that should be passed after the
199 <CODE>vcodec</CODE> config, like: <CODE>-lavcopts vcodec=msmpeg4</CODE></P> 199 <CODE>vcodec</CODE> config, like: <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
200 200
303 has to be a better way!</P> 303 has to be a better way!</P>
304 304
305 <P>There is.</P> 305 <P>There is.</P>
306 306
307 <P>MPEG4 has an unique feature: the video stream can contain 307 <P>MPEG4 has an unique feature: the video stream can contain
308 its needed aspect ratio. Yes, just like MPEG1/2 files (DVD, SVCD). 308 its needed aspect ratio. Yes, just like MPEG1/2 (DVD, SVCD) and H263 files.
309 Regretfully, there are <U>no</U> video players outside which support this 309 Regretfully, there are <U>no</U> video players outside which support this
310 attribute. Except MPlayer.</P> 310 attribute of MPEG4. Except MPlayer.</P>
311 311
312 <P>This feature can be used only with <B>libavcodec</B>'s <CODE>mpeg4</CODE> 312 <P>This feature can be used only with <B>libavcodec</B>'s <CODE>mpeg4</CODE>
313 codec. Keep in mind: although MPlayer will correctly play the created file, 313 codec. Keep in mind: although MPlayer will correctly play the created file,
314 other players will use the wrong aspect ratio.</P> 314 other players will use the wrong aspect ratio.</P>
315 315