Re: How to disable videp acceleration programically?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
From: "Fatrat"
Like WMP->Option->performance->Video acceleration->None.
How to do these things programically? Thanks in advance.
WMP calls the necessary methods on the video renderer:
- OM(2): always uses overlay
- OVR: IDirectDrawVideo::SetSwitches()
- VMR7: IVMRFilterConfig::SetRenderingPrefs()
- VMR9: does not apply
- EVR: does not apply
--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
//
http://www.riseoftheants.com/mmx/faq.htm
.
Relevant Pages
- RE: Deinterlace method with VMR9 Custom Presenter.
... My understanding is there's no concept of falling back to the Overlay with ... the VMR9 renderer. ... Data is always sent across the PCI bus, ... capture hardware resides on your video card. ... (microsoft.public.win32.programmer.directx.video) - Re: DirectDraw YUV display
... DirectShow does not use the same type of color key as Mosquito. ... uses Source Color Keys (which use colors in the overlay to determine overlay ... whereas the video renderer in DirectShow uses Destination ... The overlay surface must support the appropriate ... (microsoft.public.windowsce.platbuilder) - Video Mixing Renderer 7
... surface of VMR7 so I can DMA into it from hardware. ... GetDeliveryBuffer and locking it manually. ... I'm sure this must be possible as VMR9 and the old Video Renderer work ... (microsoft.public.win32.programmer.directx.video) - GMFBridge and Video Mixing Renderer 9
... I'm trying to modify Geraint Davies's GMFBridge filter to use VMR9 ... Instead the default "Video Renderer" is being used. ... (microsoft.public.win32.programmer.directx.video) - VMR9 causes blurry overlay image
... Well, I am not very experienced in programming DS/DX applications, but I was able to create an app that displays either video capture device output or the content of a video file using the VMR9 in windowless mode. ... I created an instance of IVMRMixerBitmap9 and an D3DSurface to enable a per-pixel-transparency overlay. ... I think it is generally blurred and I guess it depends on how the VMR works: Is it correct, that VMR or one of its components will sample the overlaying bitmap to the size of the input stream and afterwards displays the resulting image using the configured filtering mode??? ... (microsoft.public.win32.programmer.directx.video) |
|