# HG changeset patch # User atmos4 # Date 1031342069 0 # Node ID 6863d4ba6de5d29689737783f5bf8f960dff80e8 # Parent 131497b1f6ad1e7e7dbfe2d6ee3cb0984416c757 Easier/Faster method of adding DShow codecs to mplayer. diff -r 131497b1f6ad -r 6863d4ba6de5 DOCS/tech/new-dshow-howto.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DOCS/tech/new-dshow-howto.txt Fri Sep 06 19:54:29 2002 +0000 @@ -0,0 +1,12 @@ +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 +