.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.
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.
FFmpegVersion.Full
,FFmpegVersion.Shared
, andFFmpegVersion.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 fromOfficial
.I don't know where Android is fetched from, but hopefully there is an alternative that isn't from mid-2020.