Mercurial > mplayer.hg
comparison DOCS/formats.html @ 3806:053ea3e7c5d8
new 'RealMedia' 'Realvideo' 'RealAudio' sections
also added FLI format section
author | gabucino |
---|---|
date | Thu, 27 Dec 2001 22:12:35 +0000 |
parents | ef38487113b1 |
children | 57221064b0b7 |
comparison
equal
deleted
inserted
replaced
3805:07d5beff8793 | 3806:053ea3e7c5d8 |
---|---|
14 formats | 14 formats |
15 <LI> <A HREF="#2.1.1.2">RIFF AVI</A> file format | 15 <LI> <A HREF="#2.1.1.2">RIFF AVI</A> file format |
16 <LI> <A HREF="#2.1.1.3">ASF/WMV</A> 1.0 file format | 16 <LI> <A HREF="#2.1.1.3">ASF/WMV</A> 1.0 file format |
17 <LI> <A HREF="#2.1.1.4">QT/MOV</A> file format with (un)compressed headers | 17 <LI> <A HREF="#2.1.1.4">QT/MOV</A> file format with (un)compressed headers |
18 <LI> <A HREF="#2.1.1.5">VIVO</A> format (.viv files) | 18 <LI> <A HREF="#2.1.1.5">VIVO</A> format (.viv files) |
19 <LI> <A HREF="#2.1.1.6">FLI</A> format | |
20 <LI> <A HREF="#2.1.1.7">RealMedia</A> format (.rm files) | |
19 <LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP | 21 <LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP |
20 </UL></P> | 22 </UL></P> |
21 | |
22 <P>Note: about realmedia (.ra/.rm) support read the FAQ!</P> | |
23 | 23 |
24 <P>It's important to clarify a popular mistake. When people see a file with | 24 <P>It's important to clarify a popular mistake. When people see a file with |
25 <B>.AVI</B> extension, they instantly declare that isn't an MPEG file. | 25 <B>.AVI</B> extension, they instantly declare that isn't an MPEG file. |
26 That's not true. At least not entirely. If you tell them that such a file | 26 That's not true. At least not entirely. If you tell them that such a file |
27 can contain MPEG1 video, they laugh at you. Feel free to kick their dumbass | 27 can contain MPEG1 video, they laugh at you. Feel free to kick their dumbass |
155 <P>See the <A HREF=codecs.html#2.2.1.4>VIVO video codec</A> | 155 <P>See the <A HREF=codecs.html#2.2.1.4>VIVO video codec</A> |
156 and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation | 156 and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation |
157 instructions.</P> | 157 instructions.</P> |
158 | 158 |
159 | 159 |
160 <P><B><A NAME=2.1.1.6>2.1.1.6. FLI files</A></B></P> | |
161 | |
162 <P><B>FLI</B> is a very old fileformat used by Autodesk Animator, but it's | |
163 a common fileformat for short animations on the Net. <B>MPlayer</B> demuxes | |
164 and decodes FLI movies and is even able to seek within them (useful when | |
165 looping with the -loop option). FLI files don't have keyframes, so picture | |
166 will be messy for a short time after seeking.</P> | |
167 | |
168 | |
169 <P><B><A NAME=2.1.1.7>2.1.1.7. RealMedia (RM) files</A></B></P> | |
170 | |
171 <P>Yes, <B>MPlayer</B> can read (demux) RealMedia (.rm) files. Seeking | |
172 is under implementation, and RM has keyframes so it will be flawless. | |
173 Here are the lists of the supported <A HREF="codecs.html#2.2.1.8">RealVideo</A> | |
174 and <A HREF="codecs.html#2.2.2.5">RealAudio</A> codecs. | |
175 | |
176 | |
160 <P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P> | 177 <P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P> |
161 | 178 |
162 <P>Currently <B>MPlayer</B> is still a <B>Movie</B> and not a <B>Media</B> | 179 <P>Currently <B>MPlayer</B> is still a <B>Movie</B> and not a <B>Media</B> |
163 player, thus the pure audio formats (for example MP3, WAV, audio ASF) are | 180 player, thus the pure audio formats (for example MP3, WAV, audio ASF) are |
164 unplayable. Use <A HREF="http://www.xmms.org">xmms</A>, <A HREF="http://www.mpg123.de">mpg123</A> | 181 unplayable. Use <A HREF="http://www.xmms.org">xmms</A>, <A HREF="http://www.mpg123.de">mpg123</A> |