roman380 / MfEsDecode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 100.0%