annotate DOCS/formats.html @ 4560:aa349785b8d3

made vesa support optional at compiletime
author rfelker
date Thu, 07 Feb 2002 02:21:39 +0000
parents 0ae360217690
children f6a0e7c2fd0f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
1 <HTML>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
2 <BODY BGCOLOR=WHITE>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
3
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
5
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
6
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
7 <P><B><A NAME=2.1>2.1. Supported formats</A></B></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
8
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
9 <P><B>MPlayer</B> can read/play from the following devices/formats:<BR>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
10 <UL>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
11 <LI> <A HREF="#2.1.1.1">VCD</A> (Video CD) directly from CD-ROM or from CDRwin's .bin image file
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
12 <LI> <A HREF="#2.1.1.1">DVD</A>, directly from your DVD disk, using libdvdread for decryption
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
13 <LI> <A HREF="#2.1.1.1">MPEG 1/2</A> System Stream (PS/PES/VOB) and Elementary Stream (ES) file
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
14 formats
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
15 <LI> <A HREF="#2.1.1.2">RIFF AVI</A> file format
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
16 <LI> <A HREF="#2.1.1.3">ASF/WMV</A> 1.0 file format
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
17 <LI> <A HREF="#2.1.1.4">QT/MOV</A> file format with (un)compressed headers
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
18 <LI> <A HREF="#2.1.1.5">VIVO</A> format (.viv files)
3806
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
19 <LI> <A HREF="#2.1.1.6">FLI</A> format
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
20 <LI> <A HREF="#2.1.1.7">RealMedia</A> format (.rm files)
3816
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
21 <LI> <A HREF="#2.1.1.8">NuppelVideo</A> format (.nuv files)
3818
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
22 <LI> <A HREF="#2.1.1.9">yuv4mpeg</A> format
4339
4b231f3778a6 entudjam?
gabucino
parents: 4177
diff changeset
23 <LI> <A HREF="#2.1.1.10">FILM</A> format
4503
0ae360217690 RoQ fileformat added, anything it is ;)
gabucino
parents: 4339
diff changeset
24 <LI> <A HREF="#2.1.1.11">RoQ</A> format
2761
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
25 <LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
26 </UL></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
27
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
28 <P>It's important to clarify a popular mistake. When people see a file with
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
29 <B>.AVI</B> extension, they instantly declare that isn't an MPEG file.
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
30 That's not true. At least not entirely. If you tell them that such a file
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
31 can contain MPEG1 video, they laugh at you. Feel free to kick their dumbass
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
32 faces, then tell them to RTFM.</P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
33
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
34 <P>You see, a <B>codec</B> isn't equal to a <B>file format</B>.<BR>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
35 Video <B>codecs</B> are: MPEG1, MPEG2, DivX, Indeo5, 3ivx.<BR>
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
36 Video <B>formats</B> are: MPG, AVI, ASF.<BR>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
37 </P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
38
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
39 <P>In theory, you can happily put an OpenDivX video and MP3 audio
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
40 into a <B>.MPG</B> format file. Though most players won't play it, since
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
41 they expect MPEG1 video and MP2 audio (<B>.MPG</B> doesn't have the
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
42 necessary fields to describe its video and audio streams, like <B>.AVI</B>
4177
cab4ac1467e4 many small updates
gabucino
parents: 3818
diff changeset
43 does). Or put MPEG1 video to an .AVI. For example <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A>
cab4ac1467e4 many small updates
gabucino
parents: 3818
diff changeset
44 and <A HREF="encoding.html">MEncoder</A> can create these files.</P>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
45
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
46 <P>Audio <B>codecs</B> and <B>formats</B> are basically the same terms.</P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
47
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
48
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
49 <P><B><A NAME=2.1.1>2.1.1. Video formats</A></B></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
50
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
51
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
52 <P><B><A NAME=2.1.1.1>2.1.1.1. MPEG files</A></B></P>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
53
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
54 <P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
55 <LI>MPG : this is the most <B>basic</B> form of MPEG file formats. Contains
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
56 MPEG1 video, and MP2 (MPEG-1 layer 2) audio, or rarely MP1.</LI>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
57 <LI>DAT : this is the very same format as MPG, just different extension. Used
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
58 on <B>Video CD</B>s. Due to the nature VCDs are created and Linux is designed,
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
59 the DAT files can't be played nor copied from VCDs. You have to use the
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
60 <CODE>-vcd</CODE> option to play the VideoCD.</LI>
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
61 <LI>VOB : this is the MPEG file format on <B>DVD</B>s. The same as MPG, plus
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
62 capability to contain subtitles, or non-MPEG (AC3) audio. Contains encoded MPEG2
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
63 video, and usually AC3 audio, but MP2 is allowed too.<BR>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
64 <B>Read the <A HREF="cd-dvd.html#4.2">DVD section</A> !</B></LI>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
65 </P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
66
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
67 <P>In MPEG files, series of frames are grouped together, and are independent
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
68 from the other groups. What this means is you can cut/join an MPEG file with
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
69 standard file-tools (like dd, cut), and it remains completely functional.</P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
70
2761
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
71 <P>One important feature for MPGs is that they have a field to describe
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
72 the aspect ratio of the video stream within. For example SVCDs have
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
73 480x480 resolution video, and in the header that field is set to 4:3, so
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
74 it's played at 640x480. AVI files don't have this field, so one has to
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
75 rescale it during encoding.</P>
2761
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
76
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
77
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
78 <P><B><A NAME=2.1.1.2>2.1.1.2. AVI files</A></B></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
79
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
80 <P>Designed by Micro$oft, the <B>AVI (Audio Video Interleaved)</B> is a
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
81 widespread multipurpose format, currently used mostly for DivX and DivX4
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
82 videos. Has many known drawbacks, and inabilities (for example in streaming).
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
83 Has support for one video stream, and 99 audio streams. Can be as big as
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
84 2Gb. There exists an extension for it to be bigger, called <B>OpenDMS</B>.
2761
24797a1d36d6 *** empty log message ***
gabucino
parents: 2745
diff changeset
85 M$ currently strongly discourages its use and propagates ASF/WMV. Not if
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
86 anybody cares.<BR>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
87 <B>NOTE</B> : DV cameras can create two types of AVI format, one is the usual and
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
88 playable, the other is neither.</P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
89
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
90 <P>There are two kinds of AVI files:
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
91 <UL>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
92 <LI><B>Interleaved</B> : audio and video content is interleaved. This is the
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
93 standard usage. Recommended and mostly used. Some tools create interleaved
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
94 AVIs with bad sync. <B>MPlayer</B> detects these as interleaved, and this
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
95 climaxes in loss of A/V sync, probably at seeking. These files should be
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
96 played as non-interleaved (with the <CODE>-ni</CODE> option).</LI>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
97 <LI><B>Non-interleaved</B> : bad. First come the whole video stream, then the whole
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
98 audio stream, thus needs a lot of seeking. It's very bad when playing from
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
99 network or CDROM.</LI>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
100 </UL>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
101 </P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
102
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
103 <P>MPlayer supports 2 kind of timing for AVI files:
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
104 <UL>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
105 <LI><B>bps-based</B> : it is based on bitrate/samplerate of video/audio stream. This
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
106 method is used by most players, including avifile and windows media player.
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
107 Files with broken headers, and files created with VBR audio but not
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
108 VBR-compliant encoder will result in A/V desync with this method (mostly at
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
109 seeking).</LI>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
110 <LI><B>interleaving-based</B> : it doesn't use bitrate value of the header, instead
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
111 it uses the relative position of interleaved audio and video chunks. Makes
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
112 some badly encoded file with VBR audio playable.</LI>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
113 </UL>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
114 </P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
115
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
116 <P>Any audio and video codec is allowed, but note that VBR audio isn't well
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
117 supported by most of the players. The file format makes it possible to use VBR
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
118 audio, but most players expect CBR audio, thus they fail with VBR. VBR is
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
119 unusual, and Microsoft's AVI specs only describe CBR audio. I also note, that
3027
7b85ba8c9be5 mostly fixes, some updates
gabucino
parents: 2865
diff changeset
120 most AVI encoders/multiplexers create bad files if using VBR audio. Only 2
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
121 exception (known by me): NaNDub and <A HREF="encoding.html">MEncoder</A>.</P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
122
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
123
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
124 <P><B><A NAME=2.1.1.3>2.1.1.3. ASF/WMV files</A></B></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
125
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
126 <P>ASF (active streaming format) comes from Microsoft. They developed two
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
127 variants of ASF, v1.0 and v2.0. v1.0 is used by their media tools (windows
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
128 media player and windows media encoder) and is very secret. v2.0 is published
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
129 and patented :). Of course they differ, there is no compatibility at all (it's
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
130 just another legal game). <B>MPlayer</B> supports only v1.0, as nobody has ever seen
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
131 v2.0 files :) . Note, that .ASF files nowdays come with the extension .WMA or
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
132 .WMV.</P>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
133
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
134
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
135 <P><B><A NAME=2.1.1.4>2.1.1.4. QuickTime/MOV files</A></B></P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
136
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
137 <P>These are from Macintosh. Usually have extensions of .QT or .MOV . Note
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
138 that since the MPEG4 Group chose QuickTime as the recommended file format
3027
7b85ba8c9be5 mostly fixes, some updates
gabucino
parents: 2865
diff changeset
139 for MPEG4, their .MOV files come with .MPG or .MP4 extension (interesting
7b85ba8c9be5 mostly fixes, some updates
gabucino
parents: 2865
diff changeset
140 that in these files the video stream is a real .MPG file. With the
7b85ba8c9be5 mostly fixes, some updates
gabucino
parents: 2865
diff changeset
141 <CODE>-dumpvideo</CODE> option you can even extract it.).</P>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
142
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
143 <P><B>Codecs</B>: any codecs allowed, both CBR and VBR. Note: most new mov files use
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
144 <B>Sorenson</B> video and QDesign Music audio. These formats are completely
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
145 secret, and only Apple's quicktime player is able to play these files (on
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
146 win/mac only).</P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
147
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
148
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
149 <P><B><A NAME=2.1.1.5>2.1.1.5. VIV files</A></B></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
150
2865
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
151 <P><B>MPlayer</B> happily demuxes VIVO file formats. The format's big
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
152 disadvantage is that it has no index block, nor fixed packetsize or sync bytes,
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
153 and most files lack even keyframes, so forget seeking!</P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
154
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
155 <P>VIVO/1.0 files' video codec is standard <B>h.263</B> . The VIVO/2.0 files'
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
156 video codec is a modified, nonstandard <B>h.263</B> . Audio is the same,
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
157 it may be <B>g.723</B> (standard), or <B>Vivo Siren</B> .</P>
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
158
72c750bbc249 *** empty log message ***
gabucino
parents: 2855
diff changeset
159 <P>See the <A HREF=codecs.html#2.2.1.4>VIVO video codec</A>
3239
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3027
diff changeset
160 and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation
2855
8bb4e195d7d7 *** empty log message ***
gabucino
parents: 2761
diff changeset
161 instructions.</P>
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
162
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
163
3806
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
164 <P><B><A NAME=2.1.1.6>2.1.1.6. FLI files</A></B></P>
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
165
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
166 <P><B>FLI</B> is a very old fileformat used by Autodesk Animator, but it's
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
167 a common fileformat for short animations on the Net. <B>MPlayer</B> demuxes
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
168 and decodes FLI movies and is even able to seek within them (useful when
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
169 looping with the -loop option). FLI files don't have keyframes, so picture
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
170 will be messy for a short time after seeking.</P>
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
171
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
172
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
173 <P><B><A NAME=2.1.1.7>2.1.1.7. RealMedia (RM) files</A></B></P>
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
174
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
175 <P>Yes, <B>MPlayer</B> can read (demux) RealMedia (.rm) files. Seeking
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
176 is under implementation, and RM has keyframes so it will be flawless.
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
177 Here are the lists of the supported <A HREF="codecs.html#2.2.1.8">RealVideo</A>
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
178 and <A HREF="codecs.html#2.2.2.5">RealAudio</A> codecs.
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
179
053ea3e7c5d8 new 'RealMedia' 'Realvideo' 'RealAudio' sections
gabucino
parents: 3239
diff changeset
180
3816
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
181 <P><B><A NAME=2.1.1.8>2.1.1.8. NuppelVideo files</A></B></P>
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
182
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
183 <P><A HREF="http://mars.tuwien.ac.at/~roman/nuppelvideo">NuppelVideo</A>
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
184 is a TV grabber tool (AFAIK:). <B>MPlayer</B> can read its <CODE>.nuv</CODE>
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
185 files (only NuppelVideo 5.0). Those files can contain uncompressed YV12,
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
186 YV12+RTJpeg compressed, YV12 RTJpeg+lzo compressed, and YV12+lzo compressed
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
187 frames, <B>MPlayer</B> decodes (and also <B>encodes</B> them with MEncoder to
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
188 DivX/etc!) them all. Seeking is under implementation.</P>
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
189
57221064b0b7 nuppelvideo added to supported formats
gabucino
parents: 3806
diff changeset
190
3818
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
191 <P><B><A NAME=2.1.1.9>2.1.1.9. yuv4mpeg files</A></B></P>
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
192
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
193 <P><A HREF="http://mjpeg.sourceforge.net">yuv4mpeg / yuv4mpeg2</A> is
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
194 also a fileformat for TV grabbing, or so :) I know only one thing about it:
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
195 we support it.</P>
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
196
6793c7088abb yuv4mpeg support
gabucino
parents: 3816
diff changeset
197
4339
4b231f3778a6 entudjam?
gabucino
parents: 4177
diff changeset
198 <P><B><A NAME=2.1.1.10>2.1.1.10. FILM files</A></B></P>
4b231f3778a6 entudjam?
gabucino
parents: 4177
diff changeset
199
4b231f3778a6 entudjam?
gabucino
parents: 4177
diff changeset
200 <P>This format is used on old Sega Saturn CD-ROM games.</P>
4b231f3778a6 entudjam?
gabucino
parents: 4177
diff changeset
201
4b231f3778a6 entudjam?
gabucino
parents: 4177
diff changeset
202
4503
0ae360217690 RoQ fileformat added, anything it is ;)
gabucino
parents: 4339
diff changeset
203 <P><B><A NAME=2.1.1.11>2.1.1.11. RoQ files</A></B></P>
0ae360217690 RoQ fileformat added, anything it is ;)
gabucino
parents: 4339
diff changeset
204
0ae360217690 RoQ fileformat added, anything it is ;)
gabucino
parents: 4339
diff changeset
205 <P>Dunno what is this :) Melanson adds a new demuxer every 10 minutes :)</P>
0ae360217690 RoQ fileformat added, anything it is ;)
gabucino
parents: 4339
diff changeset
206
0ae360217690 RoQ fileformat added, anything it is ;)
gabucino
parents: 4339
diff changeset
207
2745
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
208 <P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
209
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
210 <P>Currently <B>MPlayer</B> is still a <B>Movie</B> and not a <B>Media</B>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
211 player, thus the pure audio formats (for example MP3, WAV, audio ASF) are
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
212 unplayable. Use <A HREF="http://www.xmms.org">xmms</A>, <A HREF="http://www.mpg123.de">mpg123</A>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
213 or whatever.</P>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
214
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
215 </BODY>
62bcea66003e oh my god what have i done...
gabucino
parents:
diff changeset
216 </HTML>