comparison DOCS/formats.html @ 7787:05e518badc1b

doc fixes part 1 (more will come when i find the time to read the rest) if anything is not ok, please let me know documentation.html: * OGG -> OGG/OGM (both file formats are supported) * somewhat better wording (no real change of meaning) * update of the current xf86 version from 4.2.0 to 4.2.1 * mga_vid is not old * partial sync of the options with the manpage (someone with deeper knwoledge should check them and finish the sync) * added 2 links about quoting and correct writing of mails to the mailinglists formats.html: * fixing typo interleaved -> non-interleaved (at least i think it's a typo please someone check it) * non-interleaved AVIs should be played with -ni * OGG -> OGG/OGM
author attila
date Fri, 18 Oct 2002 17:57:05 +0000
parents c214aa9110d0
children 76940a39405a
comparison
equal deleted inserted replaced
7786:9b594e4eb731 7787:05e518badc1b
86 stream for which support is under development.</P> 86 stream for which support is under development.</P>
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 interleaved 91 standard usage. Recommended and mostly used. Some tools create
92 AVIs with bad sync. <B>MPlayer</B> detects these as interleaved, and this 92 non-interleaved AVIs with bad sync. <B>MPlayer</B> detects these as
93 climaxes in loss of A/V sync, probably at seeking. These files should be 93 interleaved, and this climaxes in loss of A/V sync, probably at seeking.
94 played as non-interleaved (with the <CODE>-ni</CODE> option).</LI> 94 These files should be played as non-interleaved (with the <CODE>-ni</CODE>
95 option).</LI>
95 <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
96 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
97 CD-Rom difficult.</LI> 98 CD-Rom difficult. (should be played with the <CODE>-ni</CODE> option)</LI>
98 </UL> 99 </UL>
99 100
100 <P><B>MPlayer</B> supports two kinds of timings for AVI files:</P> 101 <P><B>MPlayer</B> supports two kinds of timings for AVI files:</P>
101 <UL> 102 <UL>
102 <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
205 206
206 <P>RoQ files are multimedia files used in some ID games such as Quake III and 207 <P>RoQ files are multimedia files used in some ID games such as Quake III and
207 Return to Castle Wolfenstein.</P> 208 Return to Castle Wolfenstein.</P>
208 209
209 210
210 <H4><A NAME="ogg">2.1.1.12 OGG files</A></H4> 211 <H4><A NAME="ogg">2.1.1.12 OGG/OGM files</A></H4>
211 212
212 <P>This is a new file format from <A HREF="http://www.xiph.org">Xiphophorus</A>. 213 <P>This is a new file format from <A HREF="http://www.xiph.org">Xiphophorus</A>.
213 It can contain any video or audio codec, CBR or VBR. You will need to 214 It can contain any video or audio codec, CBR or VBR. You will need to
214 have <CODE>libogg</CODE> and <CODE>libvorbis</CODE> installed 215 have <CODE>libogg</CODE> and <CODE>libvorbis</CODE> installed
215 before compiling <B>MPlayer</B> to be able to play it.</P> 216 before compiling <B>MPlayer</B> to be able to play it.</P>