mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
Block a user