Use ffmpeg 7.1.1 with libvorbis fix

This commit is contained in:
henryruhs
2025-03-28 21:00:28 +01:00
parent e60e7e62c0
commit bb45d90885
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'conda install conda-forge::ffmpeg=5.1.2 --yes',
message: 'conda install conda-forge::ffmpeg=7.1.1 conda-forge::libvorbis=1.3.7 --yes',
conda:
{
path: path.resolve(__dirname, '.env')