radek-k / FFMediaToolkit

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.
MIT License
352 stars 56 forks source link

Fails to reliably seek to frames in mkv files #50

Closed Y0tsuya closed 3 years ago

Y0tsuya commented 3 years ago

Tested this out on various downloaded files and the seek function has a high failure rate when seeking say, to middle of mkv files. I would read frames spread evenly through the file but am only getting frames near beginning of the video instead.