view DOCS/tech/new-dshow-howto.txt @ 7300:6863d4ba6de5

Easier/Faster method of adding DShow codecs to mplayer.
author atmos4
date Fri, 06 Sep 2002 19:54:29 +0000
parents
children
line wrap: on
line source

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