mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
a313008440
Setting -threads:v:i to the full TRANSCODE_THREADS on every variant let each of the (up to 4) ABR renditions ask for the full budget independently -- confirmed live on CT104: ffmpeg was still pulling ~7 of 8 cores despite the "cap". Now divides the budget across however many variants are in this job (6 threads / 4 variants = ~1-2 each), so the total stays near the intended cap regardless of source resolution.