Files
kino-app/backend
Myron Blair 8fa1291e0f Fix progress flags being inserted before nice's own -n flag, breaking every job
-progress pipe:1 -nostats belong to ffmpeg, not nice — they were landing right
after cmd[0] (nice) instead of after the ffmpeg token, which made nice choke
on an unrecognized option and fail before ffmpeg ever started.
2026-07-27 17:47:25 -05:00
..