# HG changeset patch # User atmos4 # Date 1031397593 0 # Node ID d6b3e5dac5e803a563c2c42516b95d9d640a7d88 # Parent 7da2c2a68547003db65db708d17cd57fc4cd4bfa Update with new method of finding DShow codecs and a small hint about VFW on WinNT. diff -r 7da2c2a68547 -r d6b3e5dac5e8 DOCS/codecs.html --- a/DOCS/codecs.html Sat Sep 07 08:15:57 2002 +0000 +++ b/DOCS/codecs.html Sat Sep 07 11:19:53 2002 +0000 @@ -405,6 +405,8 @@

    ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/

+

Note: On Windows NT/2000/XP search for this info in the registry, e.g. search for + "VIDC.HFYU". To find out how to do this, look at the old DirectShow method below.

2.2.3.2 DirectShow codecs

@@ -417,7 +419,24 @@
  • we need the GUID of the codec. -

    Take a deep breath and start searching the registry...

    +

    New Method: Using Microsoft GraphEdit (fast)

    + +
      +
    1. Get GraphEdit from either DirecX SDK or Doom9 +
    2. Start graphedit.exe +
    3. From the menue select Graph -> Insert Filters +
    4. Expand item DirectShow Filters +
    5. Select the right codec name and expand item +
    6. In the entry DisplayName look at the text in winged brackets + after the backslash and write it down (five dash-delimited blocks, the GUID) +
    7. The codec binary is the file specified in the Filename entry +
    + +

    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.

    + +

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

    1. Start regedit.