0

directshow を使用してカスタム アロケータを使用してビデオを再生しています。動画の明るさ、コントラスト、彩度を設定したい。これどうやってするの?

4

1 に答える 1

2

There are two ways you can accomplish that:

  1. Write/Find a Effect DMO that will handle brightness and contrast on you payload.
  2. Get the IVMRMixerControl9 from the renderer and call GetProcAmpControl.

More information in this MSDN thread.

于 2009-11-03T07:54:01.023 に答える