From 8065ede251f192054086259bfcfe6d6e3e5e7c6e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 4 Apr 2025 12:57:02 +0200 Subject: rc-lookahead 0 --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ad1da9b..6b3683a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1063,6 +1063,7 @@ static void open_video_hardware(AVCodecContext *codec_context, VideoQuality vide case Tune::QUALITY: av_dict_set(&options, "multipass", "fullres", 0); av_dict_set(&options, "preset", "p6", 0); + av_dict_set_int(&options, "rc-lookahead", 0, 0); break; } -- cgit v1.2.3-70-g09d2