# 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
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
.
-vc svq1
and -vc ffsvq1
options respectively.
+ Some files may work with one of them, and not with the other, so test
+ both decoders.NOTE: currently only 32bit Intel platforms are supported.
+ +$ ./configure --enable-qtx-codecs
/usr/lib/win32
)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.
+ +