tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.
https://xabe.net/product/xabe_ffmpeg/
Other
714 stars 128 forks source link

Outdated versions of FFmpeg #480

Open ScrubN opened 2 months ago

ScrubN commented 2 months ago

FFmpegVersion.Full, FFmpegVersion.Shared, and FFmpegVersion.Android are each over 4 years out of date.

Zenaroe no longer provides FFmpeg builds so those options should be deprecated, or at the very least deprecate Shared as it only provides FFmpeg and FFprobe, which are both also obtained from Official.

I don't know where Android is fetched from, but hopefully there is an alternative that isn't from mid-2020.