# HG changeset patch # User arpi # Date 1044219441 0 # Node ID 5e75451005fc227b7a656ff623c99db31ed970c9 # Parent bb210d62112253c78ac7df56755fcf1214038cb4 fixed outdated infos diff -r bb210d621122 -r 5e75451005fc DOCS/codecs.html --- a/DOCS/codecs.html Sun Feb 02 20:27:27 2003 +0000 +++ b/DOCS/codecs.html Sun Feb 02 20:57:21 2003 +0000 @@ -26,11 +26,11 @@
  • MPEG1 (VCD) and MPEG2 (DVD) video
  • native decoders for DivX ;-), OpenDivX, DivX4, DivX5, 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 decoder for Windows Media Video 7/8 (WMV1/WMV2), and Win32 DLL decoder for + Windows Media Video 9 (WMV3), both used in .wmv files
  • native Sorenson 1 (SVQ1) decoder
  • Win32/QT Sorenson 3 (SVQ3) decoder
  • -
  • 3ivx decoder
  • +
  • 3ivx v1, v2 decoder
  • Cinepak and Intel Indeo codecs (3.1, 3.2, 4.1, 5.0)
  • MJPEG, AVID, VCR2, ASV2 and other hardware formats
  • VIVO 1.0, 2.0, I263 and other h263(+) variants
  • @@ -84,13 +84,14 @@

    Note: If your -vo driver supports direct rendering, then -vc divx4 may be faster or even the fastest solution.

    -

    The codec can be downloaded from - avifile. +

    The Divx4/5 binary codec library can be downloaded from + avifile or + FFmpeg contains an open source codec package, which is capable of decoding streams encoded with - H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1 + H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV video, or WMA (Windows Media Audio) audio codecs. Not only some of them can be encoded with, but it also offers higher speed than the Win32 codecs or the DivX.com DivX4/5 library!

    @@ -191,7 +192,7 @@ have filenames like these: vid_cvid.xa, vid_h263.xa, vid_iv50.xa. -

    XAnim is video codec family number 10, so you may want to use the -vfm 10 +

    XAnim is video codec family xanim, so you may want to use the -vfm xanim option to tell MPlayer to use them if possible.

    Tested codecs include: Indeo 3.2, 4.1, 5.0, CVID, @@ -311,7 +312,7 @@ MPlayer, the other is in libavcodec. You can invoke each of them with the -vc svq1 and -vc ffsvq1 options respectively. Some files may work with one of them, and not with the other, so test - both decoders. + both decoders. Decoder written (reverse engineered) by the Xine authors.

  • Sorenson 3 (fourcc SVQ3) - decoding supported by Win32 QuickTime libraries
  • @@ -502,8 +503,7 @@

    Note: If there is no Filename entry and DisplayName - contains something like device:dmo, then it is a DMO-Codec, which are - currently not supported by MPlayer.

    + contains something like device:dmo, then it is a DMO-Codec.

    Old Method: Take a deep breath and start searching the registry...