From 0ffcf9bffc82b4d9a63f19cd6f7c70ffd5f54c17 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sun, 9 Jun 2002 15:21:57 +0000 Subject: RealVideo libraries support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6358 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/codecs.html | 18 ++++++++++++++---- DOCS/documentation.html | 10 ++++++++++ DOCS/formats.html | 22 ++++++++++++++++++---- 3 files changed, 42 insertions(+), 8 deletions(-) diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 594d1b1979..6977dfb0af 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -29,7 +29,8 @@ daily generated list!!!

  • MJPEG, AVID, VCR2, ASV2 and other hardware formats
  • VIVO 1.0, 2.0, I263 and other h263(+) variants
  • FLI/FLC
  • -
  • RealVideo 1.0
  • +
  • RealVideo 1.0 from ffmpeg, and RealVideo 2.0, 3.0 using RealPlayer + libraries
  • Various old simple RLE-like formats
  • @@ -217,9 +218,16 @@ video output driver permits it.

    2.2.1.8. RealVideo

    -

    Currently only the RealVideo 1.0 (fourcc RV10) codec is supported through -FFmpeg. Sadly, new RealMedia files come with the newer and closed source RV20 and -RV30 codecs instead. Their future support is unlikely :(

    +

    MPlayer supports decoding all versions of RealVideo: +

    +

    + +

    On how to install RealPlayer libraries, see the + RealMedia file format section.

    2.2.1.9. XViD

    @@ -336,6 +344,8 @@ then copy it into the /usr/lib/win32 directory.

    low-bitrate version of the well known AC3 codec. It can be found in both old and new RealMedia movies.

    +

    RealAudio libraries from RealPlayer can't be used right now.

    +

    2.2.3. Win32 codec importing HOWTO

    diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 4e93bce4db..0a67029e1d 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -481,6 +481,11 @@ movies are best played with MPlayer's own Cinepak decoder ! source (this is a nightly updated tarball of vorbis CVS). +
  • MPlayer can use the libraries of RealPlayer 8 or RealONE to play + RealVideo 2.0 and 3.0 files. See + RealMedia file format section for + installation instructions and more information!
  • +

    VIDEOCARDS

    @@ -2080,6 +2085,11 @@ version (/usr/ports/x11/mplayer).

  • OSD/subtitles outside movie - for SDL
  • +
  • Florian Schneider +
  • +

    Main testers:

    diff --git a/DOCS/formats.html b/DOCS/formats.html index 8cc132d77f..14258a6e41 100644 --- a/DOCS/formats.html +++ b/DOCS/formats.html @@ -170,10 +170,24 @@ 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 works -(the format supports keyframes). Here are the lists of the supported -RealVideo -and RealAudio codecs. +

    Yes, MPlayer can read (demux) RealMedia (.rm) files. Seeking works, + but you have to explicitly specify the -forceidx option + (the format supports keyframes). Here are the lists of the supported + RealVideo + and RealAudio codecs.

    + +

    It's recommended to download and install RealPlayer8 or RealONE, because + MPlayer can use their libraries to decode files with RealVideo 2.0 or + RealVideo 3.0 video! All you have to do is:

    +

    +   ln -s /usr/local/RealPlayer8/Codecs $PREFIX/real +

    + +

    NOTE: RealPlayer's installation path may differ from the above, please check + it.

    + +

    NOTE: RealPlayer libraries currently can only be used on x86 platform, + and Linux or FreeBSD!

    2.1.1.8. NuppelVideo files

    -- cgit v1.2.3