From: Maxym Dmytrychenko <[email protected]> Use 8 B-frames and modify the GOP size to be a multiple of the B-frame count.
Signed-off-by: Anton Khirnov <[email protected]> --- libavcodec/qsvenc_hevc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 063dd9d..343733b 100644 --- a/libavcodec/qsvenc_hevc.c +++ b/libavcodec/qsvenc_hevc.c @@ -240,8 +240,8 @@ static const AVCodecDefault qsv_enc_defaults[] = { { "b", "1M" }, { "refs", "0" }, // same as the x264 default - { "g", "250" }, - { "bf", "3" }, + { "g", "248" }, + { "bf", "8" }, { "flags", "+cgop" }, { "b_strategy", "-1" }, -- 2.0.0 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
