rust-av / av-metrics

Quality metrics
MIT License
53 stars 10 forks source link

Improve FFmpeg checks #291

Closed Luni-4 closed 3 years ago

Luni-4 commented 3 years ago

This PR replaces the old and unmaintained ffmpeg crate with its own newest version called ffmpeg-next. In this way, it is possible to run FFmpeg tests both on MacOs and Windows systems in a simpler way.

Note: FFmpeg versions less than 4.0 are not supported anymore

Thanks in advance for your review! :)

Luni-4 commented 3 years ago

ideally you can do ffmpeg = ["ffmpeg-next"] and spare some changes.

Thank you! :)