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.
- Host: GitHub
- URL: https://github.com/smourier/mfdecodeh264
- Owner: smourier
- License: mit
- Created: 2024-02-19T16:10:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T11:38:12.000Z (over 1 year ago)
- Last Synced: 2025-04-12T17:14:30.854Z (about 1 year ago)
- Topics: h264, h264-decoder, mediafoundation, mediafoundation-transform
- Language: C++
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.