Skip to content

Sample C++/WinRT console application decoding video frames from raw H.264 ES file using Media Foundation API

Notifications You must be signed in to change notification settings

roman380/MfEsDecode

Repository files navigation

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.

About

Sample C++/WinRT console application decoding video frames from raw H.264 ES file using Media Foundation API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages