FFMpegCore icon indicating copy to clipboard operation
FFMpegCore copied to clipboard

Adding a GetVersion() method to the API

Open stambunan opened this issue 1 year ago • 2 comments

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.

stambunan avatar Dec 09 '24 23:12 stambunan

Would this be expected to return the version of the ffmpeg binary, or the version of FFMegCore?

tiesont avatar Dec 09 '24 23:12 tiesont

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.

stambunan avatar Dec 17 '24 23:12 stambunan