fix: use -c:v and explicit -an in image_sequence ffmpeg command

This commit is contained in:
2026-04-06 15:58:33 +02:00
parent 93028d9ac7
commit 1ab18e6ab5
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ def build_ffmpeg_command(
if image_sequence:
cmd += [
"-vcodec", "libwebp",
"-an",
"-c:v", "libwebp",
"-lossless", "1",
"-compression_level", "4",
os.path.join(output_path, "frame_%04d.webp"),