Use btbn ffmpeg with shared libraries for windows

This commit is contained in:
csd4ni3l
2025-05-24 17:03:55 +02:00
parent b03c1aa8e2
commit 0b70696194

View File

@@ -47,7 +47,7 @@ class FFmpegMissing(arcade.gui.UIView):
elif system == "Windows":
try:
subprocess.run([
"winget", "install", "--id=Gyan.FFmpeg", "--scope=user",
"winget", "install", "BtbN.FFmpeg.GPL.Shared.7.1",
"--accept-source-agreements", "--accept-package-agreements"
], check=True)
logging.debug("FFmpeg installed via winget.")