Previously, two ffmpeg commands were executed if the download flag was
set. These two commands had hardcoded the same parameters. Further,
since at least for the input they had the same task, they unnecessarily
caused a lot of load. By unifying into one command with two outputs, the
load on my test system dropped noticeably.
Previously, two ffmpeg commands were executed if the download flag was set. These two commands had hardcoded the same parameters. Further, since at least for the input they had the same task, they unnecessarily caused a lot of load. By unifying into one command with two outputs, the load on my test system dropped noticeably.