[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.85,1.86
Atmosfear
atmos4 at mplayerhq.hu
Sat Sep 7 13:20:11 CEST 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv28918/DOCS
Modified Files:
codecs.html
Log Message:
Update with new method of finding DShow codecs and a small hint about VFW on WinNT.
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- codecs.html 4 Sep 2002 20:22:07 -0000 1.85
+++ codecs.html 7 Sep 2002 11:19:53 -0000 1.86
@@ -405,6 +405,8 @@
<P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P>
+<P><B>Note:</B> 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.</P>
<H4><A NAME="importing_directshow">2.2.3.2 DirectShow codecs</A></H4>
@@ -417,7 +419,24 @@
<LI>we need the GUID of the codec.
</UL>
-<P>Take a deep breath and start searching the registry...</P>
+<P><B>New Method:</B> Using Microsoft GraphEdit (fast)</P>
+
+<OL>
+ <LI>Get GraphEdit from either DirecX SDK or <A HREF="http://doom9.org">Doom9</A>
+ <LI>Start <CODE>graphedit.exe</CODE>
+ <LI>From the menue select Graph -> Insert Filters
+ <LI>Expand item <CODE>DirectShow Filters</CODE>
+ <LI>Select the right codec name and expand item
+ <LI>In the entry <CODE>DisplayName</CODE> look at the text in winged brackets
+ after the backslash and write it down (five dash-delimited blocks, the GUID)
+ <LI>The codec binary is the file specified in the <CODE>Filename</CODE> entry
+</OL>
+
+<P><B>Note:</B> If there is no <CODE>Filename</CODE> entry and <CODE>DisplayName</CODE>
+ contains something like <CODE>device:dmo</CODE>, then it is a DMO-Codec, which are
+ currently not supported by MPlayer.</P>
+
+<P><B>Old Method:</B> Take a deep breath and start searching the registry...</P>
<OL>
<LI>Start <CODE>regedit</CODE>.
More information about the MPlayer-cvslog
mailing list