An open API service indexing awesome lists of open source software.

https://github.com/smourier/mfdecodeh264

A C++ console application code that decodes an H264 raw file using Media Foundation's H.264 Video Decoder.
https://github.com/smourier/mfdecodeh264

h264 h264-decoder mediafoundation mediafoundation-transform

Last synced: 4 months ago
JSON representation

A C++ console application code that decodes an H264 raw file using Media Foundation's H.264 Video Decoder.

Awesome Lists containing this project

README

          

# MFDecodeH264
A C++ console application code that decodes an H264 raw file using Media Foundation's H.264 Video Decoder.

Instead of a file, input could be a network stream or anything like that.