Commit a43905f4 authored by Maxym Dmytrychenko's avatar Maxym Dmytrychenko Committed by Anton Khirnov

qsvenc_hevc: improve the default settings

Use 8 B-frames and modify the GOP size to be a multiple of the B-frame
count.
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 9d740127
......@@ -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" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment