directshow を使用してカスタム アロケータを使用してビデオを再生しています。動画の明るさ、コントラスト、彩度を設定したい。これどうやってするの?
2146 次
1 に答える
2
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.
于 2009-11-03T07:54:01.023 に答える