# HG changeset patch # User gabucino # Date 1038954298 0 # Node ID c716bc8d3a01f80038685cfc9f5d6019f3a83dec # Parent 071fc9e4c7cec3e556f06e3bd66a346a2e48ef20 QT sections added (someone already did it, but I reversed it as it conflicted with mine - hee-hee :p~~~) diff -r 071fc9e4c7ce -r c716bc8d3a01 DOCS/codecs.html --- a/DOCS/codecs.html Tue Dec 03 15:27:07 2002 +0000 +++ b/DOCS/codecs.html Tue Dec 03 22:24:58 2002 +0000 @@ -25,8 +25,8 @@ M$ MPEG4 v1, v2 and other MPEG4 variants
  • native decoder for Windows Media Video 7 (WMV1), and Win32 DLL decoder for Windows Media Video 8 (WMV2), both used in .wmv files
  • -
  • native Sorenson (SVQ1) decoder
  • -
  • Sorenson (SVQ3) decoder
  • +
  • native Sorenson 1 (SVQ1) decoder
  • +
  • Win32 Sorenson 3 (SVQ3) decoder
  • 3ivx decoder
  • Cinepak and Intel Indeo codecs (3.1, 3.2, 4.1, 5.0)
  • MJPEG, AVID, VCR2, ASV2 and other hardware formats
  • @@ -270,18 +270,34 @@

    2.2.1.10 Sorenson

    -

    Sorenson is a video codec used primarily in Apple QuickTime. We are - currently able to decode the first version (SVQ1) with a native decoder and - SVQ3 through an external DLL.

    - -

    The Sorenson SVQ1 decoder is compiled and usable per default.

    +

    Sorenson is a video codec developed by Apple. We are currently able + to decode all versions of Sorenson video files with the following + decoders:

    -

    To get Sorenson SVQ3 playback, download the QuickTime 5 (extra stability) or - QuickTime 6 (extra speed) DLLs from - the codecs page, extract - them to your Win32 codecs directory - (probably /usr/local/lib/win32) and recompile MPlayer with - --enable-qtx-codecs.

    + + +

    Compiling MPlayer with QuickTime libraries support

    + +

    NOTE: currently only 32bit Intel platforms are supported.

    + +
      +
    1. download MPlayer CVS
    2. +
    3. compile MPlayer with:
      + $ ./configure --enable-qtx-codecs
    4. +
    5. download QuickTime DLL pack from http://www.mplayerhq.hu/~alex/codecs
    6. +
    7. extract QuickTime DLL pack to your Win32 codecs directory (default: + /usr/lib/win32)
    8. +

    2.2.2 Audio codecs

    @@ -375,6 +391,14 @@ RealVideo section.

    +

    2.2.2.6 QDesign codecs

    + +

    QDesign audio streams (fourcc: QDMC, QDM2) are found in MOV/QT + files. Both versions of this codec can be decoded with QuickTime libraries. + For installation instructions please see the Sorenson + video codec section.

    + +

    2.2.3 Win32 codec importing HOWTO

    diff -r 071fc9e4c7ce -r c716bc8d3a01 DOCS/documentation.html --- a/DOCS/documentation.html Tue Dec 03 15:27:07 2002 +0000 +++ b/DOCS/documentation.html Tue Dec 03 22:24:58 2002 +0000 @@ -102,6 +102,7 @@
  • 2.2.2.3 libmad support
  • 2.2.2.4 VIVO audio
  • 2.2.2.5 RealAudio
  • +
  • 2.2.2.6 QDesign codecs
  • 2.2.3 Win32 codec importing HOWTO