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
357 stars 56 forks source link

wmv file MediaFile.Video.TryGetFrame return false #78

Closed 3400442579 closed 2 years ago

3400442579 commented 3 years ago

test wmv: Wildlife.zip

hey-red commented 3 years ago

Your ffmpeg build includes WMV9? I just make simple test with my windows build and it works.

3400442579 commented 3 years ago

ffmpeg WMV to gif is ok, but MediaFile.Video.TryGetFrame return false.