Fix Hybrid

This commit is contained in:
CodeName393
2026-01-22 15:27:57 +09:00
committed by GitHub
parent b384139b41
commit f3cc1d080e

View File

@@ -109,7 +109,7 @@ class Hybrid:
"""Simple ffmpeg execution without progress tracking""" """Simple ffmpeg execution without progress tracking"""
p = subprocess.run( p = subprocess.run(
[ [
str(FFMPEG), str(FFMPEG) if FFMPEG else "ffmpeg",
"-nostdin", "-nostdin",
"-i", "-i",
str(save_path), str(save_path),