Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -85,7 +85,7 @@ def build_ffmpeg_command(
os.path.join(output_path, "frame_%04d.webp"),
]
else:
cmd += ["-c:v", "libx264", "-c:a", "aac", output_path]
cmd += ["-c:v", "libx264", "-c:a", "pcm_s16le", output_path]
return cmd
The note is not visible to the blocked user.