diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-04 12:57:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-04 12:57:02 +0200 |
commit | 8065ede251f192054086259bfcfe6d6e3e5e7c6e (patch) | |
tree | 428ea272820108617b10bda0310ec0630a939e12 | |
parent | baf0434854609e9e3a9704a802f9ee1f8c1d2cf9 (diff) |
rc-lookahead 0
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |