ffmpeg version is incorrect on windows
This library downloads the latest version of ffmpeg on this url : https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
However it is hard-coded to open ffmpeg-7.1.1-essentials_build/bin/ffmpeg.exe but the latest version is ffmpeg-8.0-essentials_build/bin/ffmpeg.exe
I think either the url should be changed to enforce the version 7.1.1 or we should dynamically get its latest version
关闭于 2025-11-13 1 条评论