forked from FFmpeg/FFmpeg
Merge commit 'a43905f4ae261bdde87c300901d867b31961f57b'
* commit 'a43905f4ae261bdde87c300901d867b31961f57b': qsvenc_hevc: improve the default settings Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
ad53c94d8f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue