Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.07 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.07 KB

Decode H.264 ES using Media Foundation

This small project shows how to set up Media Foundation H.264 Video Decoder transform to process raw H.264 ES.

The project comes with a sample file derived from MSDN Forums question

Instructions

Build the project and run from debugger. The project will pick up test.mp4.h264 file and process it decoding video frames. The will be MFSampleExtension_FrameCorruption information included in the output.

Sample project output is included.

Miscellaneous

  • See #1 to find out how hardware assisted decoding is different; the branch uses Direct3D 11 device and DXGI device manager with the decoder and obtains decoded frames in Direct3D 11 textures