On Wed, 22 Oct 2008 23:57:01 -0700, Demon wrote:
[Quoted Text] > Hi, I am a directshow developper. > And I had developped a post-processing filter and tried to let it can be > used in WMP. > For WMP10, I have let it work by change merit value. > But for WMP11, the trick is no worked. > Does anyone know how to make it work for WMP11?
When DirectShow graphs are built manually with DirectConnect filters of merit will not be inserted. You will not get it to be inserted during WMV playback although it might work with AVI playback. If you write a WMP DSP plug-in instead you should be able to get the results you want.
-- http://www.chrisnet.net/code.htm [MS MVP for DirectShow / MediaFoundation]
|