We need to control the used threads per Conversion.
Actually it is default ruled per config / default fallback inside Serviceprovider.
So my ->addFilter('-threads', '1') is added inside the ffmpeg flow before this
setting and takes no effect. By this rule and config Option i can switch out this
default rules and my added Filter is respected.
Thanks @ibrainventures! I did a small refactor so you don't need the extra configuration key. Now you can just set the ffmpeg.threads key to false. I've tagged v7.7.3 with this PR :)
No Breaking change because of the default Rules.
We need to control the used threads per Conversion. Actually it is default ruled per config / default fallback inside Serviceprovider.
So my ->addFilter('-threads', '1') is added inside the ffmpeg flow before this setting and takes no effect. By this rule and config Option i can switch out this default rules and my added Filter is respected.