I am playing video using custom allocator using directshow. I want to set brightness, contrast and saturation of a video. How can I do this?
views:
165answers:
1
+1
A:
There are two ways you can accomplish that:
- Write/Find a Effect DMO that will handle brightness and contrast on you payload.
- Get the
IVMRMixerControl9
from the renderer and callGetProcAmpControl
.
More information in this MSDN thread.
Shay Erlichmen
2009-11-03 07:54:01