cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks
MIT License
611 stars 99 forks source link

Bug fix for issue #10: Files longer than 24 hours #13

Closed dm413 closed 5 years ago

dm413 commented 5 years ago

See https://github.com/cmxl/FFmpeg.NET/issues/10 GetMetaData did not return the correct duration for files that have a duration longer than 24 hours. And Progress events stopped occurring after processing 24 hours.