mirror of https://git.ffmpeg.org/ffmpeg.git
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: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
9d74012761
commit
a43905f4ae
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue