jellyfin/MediaBrowser.MediaEncoding/Encoder
PloughPuff a6bde0943e Implement proper FFmpeg version checking
Three routes to determine FFmpeg version:
1) Grab the 'ffmpeg version x.y' from from the -version output.  This should work for all pre-built binaries.
2) Compare the library versions against known contents of FFmpeg versions.  This is fallback aimed at custom builds.
3) Compare libavcodec version to determine if newer than latest known release.  This suggests user is running within latest/HEAD/master build.
2019-02-14 22:08:48 +00:00
..
EncoderValidator.cs Implement proper FFmpeg version checking 2019-02-14 22:08:48 +00:00
EncodingUtils.cs Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model 2019-01-13 21:02:23 +01:00
MediaEncoder.cs Remove dead code 2019-02-02 15:58:39 +01:00