1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 15:52:25 +00:00
mpv/DOCS/tech/new-dshow-howto.txt
atmos4 8bb3872994 Easier/Faster method of adding DShow codecs to mplayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7301 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 19:54:29 +00:00

13 lines
511 B
Plaintext

Alternatively you can use GraphEdit Utility by M$ to find out the CLSID:
- Get GraphEdit from either DirectX SDK or http://doom9.org
- Open graphedit.exe
- From menu select Graph->Insert Filters
- Expand item "DirectShow Filters"
- Choose right codec name and expand item
- In the entry "DisplayName" look at the entry in winged brackets after
the Backslash and write it down (five dash-delimited blocks)
- The file given after "Filename" entry is the codec binary
Written 2002-09-06 by Atmosfear