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!!!

  • XAnim codecs
  • VIVO
  • FLI
  • +
  • RealVideo 1.0
  • If you have a Win32 codec not listed here, and not supported yet, just read the +

    2.2.1.8. RealVideo

    + +

    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 :(

    + +

    2.2.2. Audio codecs

    The most important audio codecs above all :
    @@ -210,6 +219,7 @@ Used by default.

  • Voxware audio (using DirectShow DLL)
  • alaw, msgsm, pcm and other simple old audio formats
  • VIVO audio (g723, Vivo Siren)
  • +
  • RealAudio: DNET (low bitrate AC3)
  • @@ -270,6 +280,13 @@ Win32 DLL from then copy it into the /usr/lib/win32 directory, or respectively.

    +

    2.2.2.5. RealAudio

    + +

    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.

    + +

    2.2.3. Win32 codec importing howto

    2.2.3.1. VFW codecs

    diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 1e44289fdb..292ccdc7c8 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -39,6 +39,8 @@
  • 2.1.1.3 ASF/WMV files
  • 2.1.1.4 QT/MOV files
  • 2.1.1.5 VIV files
  • +
  • 2.1.1.6 FLI files
  • +
  • 2.1.1.7 RealMedia files
  • 2.1.2 Audio
  • @@ -53,6 +55,7 @@
  • 2.2.1.5 MPEG1/2 video
  • 2.2.1.6 MS Video1
  • 2.2.1.7 Cinepak CVID
  • +
  • 2.2.1.8 RealVideo
  • 2.2.2 Audio
  • 2.2.3 Win32 codec importing howto
  • -

    Note: about realmedia (.ra/.rm) support read the FAQ!

    -

    It's important to clarify a popular mistake. When people see a file with .AVI 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 VIVO audio codec sections for installation instructions.

    +

    2.1.1.6. FLI files

    + +

    FLI is a very old fileformat used by Autodesk Animator, but it's +a common fileformat for short animations on the Net. MPlayer 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.

    + + +

    2.1.1.7. RealMedia (RM) files

    + +

    Yes, MPlayer 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 RealVideo +and RealAudio codecs. + +

    2.1.2. Audio formats

    Currently MPlayer is still a Movie and not a Media