summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 22:12:35 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 22:12:35 +0000
commitf916a5303477ecdfcd2ab5ff7120fb523f97b23b (patch)
tree4e0606bca6b20df8535993e07cf33e2d9450b478 /DOCS/codecs.html
parentcae8caca6cdd199351cad833f768e05c513b9cd8 (diff)
downloadmpv-f916a5303477ecdfcd2ab5ff7120fb523f97b23b.tar.bz2
mpv-f916a5303477ecdfcd2ab5ff7120fb523f97b23b.tar.xz
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/codecs.html')
-rw-r--r--DOCS/codecs.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index a85b32eda9..bcd5c0912d 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -21,6 +21,7 @@ daily generated list!!!</P>
<LI>XAnim codecs</LI>
<LI>VIVO</LI>
<LI>FLI</LI>
+<LI>RealVideo 1.0</LI>
</UL></P>
<P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
@@ -199,6 +200,14 @@ Supports YUV outputs, thus hardware scaling if video output driver allows.
Used by default.</P>
+<P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P>
+
+<P>Currently ONLY the RealVideo 1.0 (fourcc RV10) codec is supported, through
+ffmpeg. Sadly, no new RealMedia files come with this one, only with the newer
+RV20 and RV30 codecs which are closed-source. Their future support is
+unlikely :(</P>
+
+
<P><B><A NAME=2.2.2>2.2.2. Audio codecs</A></B></P>
<P>The most important audio codecs above all :<BR>
@@ -210,6 +219,7 @@ Used by default.</P>
<LI>Voxware audio (using DirectShow DLL)</LI>
<LI>alaw, msgsm, pcm and other simple old audio formats</LI>
<LI>VIVO audio (g723, Vivo Siren)</LI>
+<LI>RealAudio: DNET (low bitrate AC3)</LI>
</UL></P>
@@ -270,6 +280,13 @@ Win32 DLL from
then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>
+<P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P>
+
+<P>Currently the only supported one is the DNET codec. Actually it's a
+low-bitrate version of the well-known AC3 codec. It can be found either in
+old and new RealMedia movies.</P>
+
+
<P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P>
<P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P>