diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-27 22:12:35 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-27 22:12:35 +0000 |
commit | f916a5303477ecdfcd2ab5ff7120fb523f97b23b (patch) | |
tree | 4e0606bca6b20df8535993e07cf33e2d9450b478 /DOCS/formats.html | |
parent | cae8caca6cdd199351cad833f768e05c513b9cd8 (diff) |
new 'RealMedia' 'Realvideo' 'RealAudio' sections
also added FLI format section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3807 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/formats.html')
-rw-r--r-- | DOCS/formats.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/DOCS/formats.html b/DOCS/formats.html index 3d8cc6e576..80e10f2e2e 100644 --- a/DOCS/formats.html +++ b/DOCS/formats.html @@ -16,11 +16,11 @@ <LI> <A HREF="#2.1.1.3">ASF/WMV</A> 1.0 file format <LI> <A HREF="#2.1.1.4">QT/MOV</A> file format with (un)compressed headers <LI> <A HREF="#2.1.1.5">VIVO</A> format (.viv files) +<LI> <A HREF="#2.1.1.6">FLI</A> format +<LI> <A HREF="#2.1.1.7">RealMedia</A> format (.rm files) <LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP </UL></P> -<P>Note: about realmedia (.ra/.rm) support read the FAQ!</P> - <P>It's important to clarify a popular mistake. When people see a file with <B>.AVI</B> extension, they instantly declare that isn't an MPEG file. That's not true. At least not entirely. If you tell them that such a file @@ -157,6 +157,23 @@ and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation instructions.</P> +<P><B><A NAME=2.1.1.6>2.1.1.6. FLI files</A></B></P> + +<P><B>FLI</B> is a very old fileformat used by Autodesk Animator, but it's +a common fileformat for short animations on the Net. <B>MPlayer</B> demuxes +and decodes FLI movies and is even able to seek within them (useful when +looping with the -loop option). FLI files don't have keyframes, so picture +will be messy for a short time after seeking.</P> + + +<P><B><A NAME=2.1.1.7>2.1.1.7. RealMedia (RM) files</A></B></P> + +<P>Yes, <B>MPlayer</B> can read (demux) RealMedia (.rm) files. Seeking +is under implementation, and RM has keyframes so it will be flawless. +Here are the lists of the supported <A HREF="codecs.html#2.2.1.8">RealVideo</A> +and <A HREF="codecs.html#2.2.2.5">RealAudio</A> codecs. + + <P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P> <P>Currently <B>MPlayer</B> is still a <B>Movie</B> and not a <B>Media</B> |