config: Limit VMAF to 3 threads by default
Did not notice a significant improvement in performance above 3 threads.
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@
|
|||||||
},
|
},
|
||||||
"vmaf": {
|
"vmaf": {
|
||||||
"model": "vmaf_4k_rb_v0.6.2.pkl",
|
"model": "vmaf_4k_rb_v0.6.2.pkl",
|
||||||
"threads": 0
|
"threads": 3
|
||||||
},
|
},
|
||||||
"resolutions": [
|
"resolutions": [
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user