comparison DOCS/xml/en/formats.xml @ 11540:d480f7e36b74

<application> attack
author wight
date Sun, 30 Nov 2003 13:07:40 +0000
parents 462b97f8746f
children d5c84f4b8740
comparison
equal deleted inserted replaced
11539:2364dda5fe7e 11540:d480f7e36b74
23 players will not play it, since they expect MPEG1 video and MP2 audio (unlike 23 players will not play it, since they expect MPEG1 video and MP2 audio (unlike
24 <emphasis role="bold">AVI</emphasis>, <emphasis role="bold">MPG</emphasis> 24 <emphasis role="bold">AVI</emphasis>, <emphasis role="bold">MPG</emphasis>
25 does not have the necessary fields to describe its video and audio streams). 25 does not have the necessary fields to describe its video and audio streams).
26 Or you might put MPEG1 video into an AVI file. 26 Or you might put MPEG1 video into an AVI file.
27 <ulink url="http://ffmpeg.sourceforge.net/">FFmpeg</ulink> and 27 <ulink url="http://ffmpeg.sourceforge.net/">FFmpeg</ulink> and
28 <link linkend="mencoder">MEncoder</link> can create these files. 28 <link linkend="mencoder"><application>MEncoder</application></link> can create these files.
29 </para> 29 </para>
30 30
31 31
32 <sect2 id="video-formats"> 32 <sect2 id="video-formats">
33 <title>Video formats</title> 33 <title>Video formats</title>
153 Any audio and video codec is allowed, but note that VBR audio is not well 153 Any audio and video codec is allowed, but note that VBR audio is not well
154 supported by most players. The file format makes it possible to use VBR 154 supported by most players. The file format makes it possible to use VBR
155 audio, but most players expect CBR audio, thus they fail with VBR. VBR is 155 audio, but most players expect CBR audio, thus they fail with VBR. VBR is
156 uncommon and Microsoft's AVI specs only describe CBR audio. I also noticed 156 uncommon and Microsoft's AVI specs only describe CBR audio. I also noticed
157 that most AVI encoders/multiplexers create bad files when using VBR audio. 157 that most AVI encoders/multiplexers create bad files when using VBR audio.
158 There are only two known exceptions: 158 There are only two known exceptions: <application>NanDub</application> and
159 <application>NanDub</application> and <link linkend="mencoder">MEncoder</link>. 159 <link linkend="mencoder"><application>MEncoder</application></link>.
160 </para> 160 </para>
161 </sect3> 161 </sect3>
162 162
163 163
164 <sect3 id="asf-wmv"> 164 <sect3 id="asf-wmv">
335 <sect3 id="gif"> 335 <sect3 id="gif">
336 <title>GIF files</title> 336 <title>GIF files</title>
337 <para> 337 <para>
338 The <emphasis role="bold">GIF</emphasis> format is a common format for web 338 The <emphasis role="bold">GIF</emphasis> format is a common format for web
339 graphics. There are two versions of the GIF spec, GIF87a and GIF89a. The 339 graphics. There are two versions of the GIF spec, GIF87a and GIF89a. The
340 main difference is that GIF89a allows for animation. MPlayer supports both 340 main difference is that GIF89a allows for animation. <application>MPlayer</application>
341 formats through use of <systemitem class="library">libungif</systemitem> or 341 supports both formats through use of <systemitem class="library">libungif</systemitem> or
342 another libgif-compatible library. Non-animated GIFs will be displayed as 342 another libgif-compatible library. Non-animated GIFs will be displayed as
343 single frame videos. (Use the <option>-loop</option> and <option>-fixed-vo</option> 343 single frame videos. (Use the <option>-loop</option> and <option>-fixed-vo</option>
344 options to display these longer.) 344 options to display these longer.)
345 </para> 345 </para>
346 346