config: Reduce NVENC parallelization to 2

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2020-10-26 12:48:52 +01:00
parent 721dfa41de
commit b147e2054e
+2 -2
View File
@@ -32,7 +32,7 @@
"h264_nvenc": {
"enabled": true,
"pool": "nvenc",
"parallel": 3,
"parallel": 2,
"gpu": -1,
"presets": [
"p5",
@@ -61,7 +61,7 @@
"hevc_nvenc": {
"enabled": false,
"pool": "nvenc",
"parallel": 3,
"parallel": 2,
"gpu": -1
},
"h264_amf": {