microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.24k forks source link

EVRPresenter sample needs "Custom EVR Presenter." checkbox #99

Open fujii opened 5 years ago

fujii commented 5 years ago

https://github.com/microsoft/Windows-classic-samples/blob/master/Samples/Win7Samples/multimedia/mediafoundation/evrpresenter/Readme.txt#L30

  1. Build and run the MFPlayer2 sample.
  2. From the File menu, select Open File
  3. In the Open File dialog, check "Custom EVR Presenter."

There is no "Custom EVR Presenter." checkbox.

FactoryXCode commented 4 years ago

Why would you use DirectShow? Use Media Foundation instead, because DS is going to be phased out.

vasilich-tregub commented 1 year ago

The code for MFPlayer2 sample has no references to Custom EVR Presenter at all. I created a media foundation-based playback application that uses the custom evr presenter of the WIndows-classic-samples repository, see my repository https://github.com/vasilich-tregub/MFEVRPlayback. Also, I corrected a bug in the EVRPresenter library code.