summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-06 19:54:29 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-06 19:54:29 +0000
commit8bb387299491c1e969aff06032985c549d21dffb (patch)
treef1f97b61b1630fcd3a29c52ba9a0145164e5d83e
parente4de7b63224896b59146a5ae46ede76bf85b53b5 (diff)
downloadmpv-8bb387299491c1e969aff06032985c549d21dffb.tar.bz2
mpv-8bb387299491c1e969aff06032985c549d21dffb.tar.xz
Easier/Faster method of adding DShow codecs to mplayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7301 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/new-dshow-howto.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/tech/new-dshow-howto.txt b/DOCS/tech/new-dshow-howto.txt
new file mode 100644
index 0000000000..29ab3c9b2a
--- /dev/null
+++ b/DOCS/tech/new-dshow-howto.txt
@@ -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
+