From 46bb3ceaa224bc27bd7a00eba810a77dd69e3034 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 7 Dec 2020 02:40:57 +0100 Subject: [PATCH] config: Adjust default config for faster NVENC tests --- config.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 696a93e..9e2ebd0 100644 --- a/config.json +++ b/config.json @@ -41,10 +41,14 @@ "hq" ], "rc-lookahead": [ - 32 + 32, + 16, + 0 ], "bframes": [ - 3 + 4, + 3, + 2 ], "bframe_reference_mode": [ "middle" @@ -218,17 +222,16 @@ ] ], "framerate_scalings": [ - 1.0, - 0.5 + 1.0 ], "bitrates": [ - 3500, + 8000, 6000, - 8000 + 3500 ], "keyframeinterval": [ - 1.0, - 2.0 + 2.0, + 1.0 ] } } \ No newline at end of file