>
> It is very non-obvious what "lp" means, "logical_processors" would be
> better IMO.
>
Okay, I will change it to `-logical_processors`
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscri
Quoting Christopher Degawa (2021-02-09 19:58:16)
> From: Christopher Degawa
>
> Equivalent to the --lp option for SvtAv1EncApp, and is the only way
> to control how much cpu power svt-av1 uses for now
>
> Not using thread_count as it would be preferable to reserve that until
> svt-av1 properly i
From: Christopher Degawa
Equivalent to the --lp option for SvtAv1EncApp, and is the only way
to control how much cpu power svt-av1 uses for now
Not using thread_count as it would be preferable to reserve that until
svt-av1 properly implements a threads option
0 == getconf _NPROCESSORS_ONLN
Sig