Adjust default CPU thread count to 2
It's a tiny reduction of encoding quality for a major increase in performance
This commit is contained in:
parent
9dfe97d405
commit
a15bd65391
3 changed files with 7 additions and 7 deletions
|
|
@ -320,7 +320,7 @@ namespace config {
|
|||
0, // hevc_mode
|
||||
0, // av1_mode
|
||||
|
||||
1, // min_threads
|
||||
2, // min_threads
|
||||
{
|
||||
"superfast"s, // preset
|
||||
"zerolatency"s, // tune
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue