comparison DOCS/formats.html @ 7850:a340de6b3e3a

fixes (yeah, I dunno what:)
author gabucino
date Tue, 22 Oct 2002 20:45:51 +0000
parents 988498df1996
children 9ec3f2b9a87f
comparison
equal deleted inserted replaced
7849:7ccdc4870ca6 7850:a340de6b3e3a
87 87
88 <P>There are two kinds of AVI files:</P> 88 <P>There are two kinds of AVI files:</P>
89 <UL> 89 <UL>
90 <LI><B>Interleaved:</B> Audio and video content is interleaved. This is the 90 <LI><B>Interleaved:</B> Audio and video content is interleaved. This is the
91 standard usage. Recommended and mostly used. Some tools create 91 standard usage. Recommended and mostly used. Some tools create
92 non-interleaved AVIs with bad sync. MPlayer detects these as 92 interleaved AVIs with bad sync. <B>MPlayer</B> detects these as
93 interleaved, and this climaxes in loss of A/V sync, probably at seeking. 93 interleaved, and this climaxes in loss of A/V sync, probably at seeking.
94 These files should be played as non-interleaved (with the <CODE>-ni</CODE> 94 These files should be played as non-interleaved (with the <CODE>-ni</CODE>
95 option).</LI> 95 option).</LI>
96 <LI><B>Non-interleaved:</B> First comes the whole video stream, then the whole 96 <LI><B>Non-interleaved:</B> First comes the whole video stream, then the whole
97 audio stream. It thus needs a lot of seeking, making playing from network or 97 audio stream. It thus needs a lot of seeking, making playing from network or
98 CD-Rom difficult. (should be played with the <CODE>-ni</CODE> option)</LI> 98 CD-Rom difficult.</LI>
99 </UL> 99 </UL>
100 100
101 <P>MPlayer supports two kinds of timings for AVI files:</P> 101 <P>MPlayer supports two kinds of timings for AVI files:</P>
102 <UL> 102 <UL>
103 <LI><B>bps-based</B>: It is based on the bitrate/samplerate of the video/audio stream. This 103 <LI><B>bps-based</B>: It is based on the bitrate/samplerate of the video/audio stream. This
242 242
243 243
244 <H4><A NAME="wav">2.1.2.2 WAV files</A></H4> 244 <H4><A NAME="wav">2.1.2.2 WAV files</A></H4>
245 245
246 246
247 <H4><A NAME="ogg_vorbis">2.1.2.3 OGG files (Vorbis)</A></H4> 247 <H4><A NAME="ogg_vorbis">2.1.2.3 OGG/OGM files (Vorbis)</A></H4>
248 248
249 <P>Requires properly installed <CODE>libogg</CODE> and 249 <P>Requires properly installed <CODE>libogg</CODE> and
250 <CODE>libvorbis</CODE>.</P> 250 <CODE>libvorbis</CODE>.</P>
251 251
252 252