Commit ad53c94d authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'a43905f4'

* commit 'a43905f4':
  qsvenc_hevc: improve the default settings
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 1fec347e a43905f4
......@@ -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