subprocess.Popen with executable= fails on linuxbrew due to symlink/execve incompatibility. Use bash exec -a so ffmpeg is resolved via PATH instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
subprocess.Popen with executable= fails on linuxbrew due to symlink/execve incompatibility. Use bash exec -a so ffmpeg is resolved via PATH instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>