FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
Stars
419
Forks
63
Watchers
419
Open Issues
18
Overall repository health assessment
No package.json found
This might not be a Node.js project
490
commits
11
commits
11
commits
8
commits
6
commits
4
commits
2
commits
2
commits
1
commits
1
commits
Fix an issue with GetFrame when decoding frames without PTS timestamps
935d411View on GitHubAdd FrameStride and FrameByteCount properties to VideoStream
cf576b8View on GitHubAdd an option to pass custom stride when creating ImageData (closes #134, closes #135)
354cff6View on GitHubMake MediaStream seek threshold configurable (closes #92)
2acf5ddView on GitHubAdd checking for memory allocation errors that could cause a crash while decoding video (closes #73)
e804073View on GitHubFixed a bug that caused performance degradation when the interval between GetFrame timestamps was shorter than frame duration
c631f2bView on GitHubAdd Dispose method to ImageData to enable returning the pixel buffer to the memory pool
a7f1229View on GitHub