2b3cf8bada
FFmpeg inside a find|while pipe was consuming the remaining filenames from stdin as interactive commands, causing parse errors. Adding < /dev/null isolates ffmpeg from the pipe so find can feed all paths to the while loop uninterrupted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>