From 9ff0bb199be163d6c11266c64134e4e38ab6115d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 3 Oct 2022 01:55:39 +0200 Subject: Revert gop size --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index df47f52..9e8e685 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -624,7 +624,7 @@ static AVCodecContext *create_video_codec_context(AVFormatContext *av_format_con codec_context->sample_aspect_ratio.num = 0; codec_context->sample_aspect_ratio.den = 0; // High values reeduce file size but increases time it takes to seek - codec_context->gop_size = fps * 20; + codec_context->gop_size = fps * 2; //codec_context->keyint_min = fps * 20; codec_context->max_b_frames = 0; codec_context->pix_fmt = AV_PIX_FMT_CUDA; -- cgit v1.2.3