You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: