It would be helpful if we could programmatically retrieve the required ffmpeg version (e.g., ffmpeg 7.0.1), so we can tell users exactly which version they need to install. Often, users just install the latest release and then complain when it doesn’t work. Unfortunately, LIBAVCODEC_VERSION_MAJOR is not reliable enough. We also can’t simply tell users, "use an ffmpeg version that includes libavcodec_6.x.dll". But if there were a constant string indicating the supported ffmpeg version (e.g., "7.0.x"), users would immediately understand what to install.
It would be helpful if we could programmatically retrieve the required ffmpeg version (e.g., ffmpeg 7.0.1), so we can tell users exactly which version they need to install. Often, users just install the latest release and then complain when it doesn’t work. Unfortunately, LIBAVCODEC_VERSION_MAJOR is not reliable enough. We also can’t simply tell users, "use an ffmpeg version that includes libavcodec_6.x.dll". But if there were a constant string indicating the supported ffmpeg version (e.g., "7.0.x"), users would immediately understand what to install.