FFMpegCore
FFMpegCore copied to clipboard
Adding a GetVersion() method to the API
Is it possible to add a GetVersion() method to both FFProbe and FFMPEG? My use case is that we're building docker images with the latest FFMPEG version and would love to track this in the event that the Ffmpeg stable versions on these images get updated.
Would this be expected to return the version of the ffmpeg binary, or the version of FFMegCore?
Ah that's a good question. I was thinking of the ffmpeg binary since I couldn't think of a reason to return the FfmpegCore version. We should already know which FFMpegCore version we're using since it's a Nuget Package.