1. 25 Jan, 2019 1 commit
    • Zhong Li's avatar
      lavc/qsvenc: enable QVBR mode · 74cf2dc3
      Zhong Li authored
      QVBR mode is to use the variable bitrate control algorithm
      with constant quality.
      mfxExtCodingOption3 should be supported to enable QVBR mode.
      
      It is neccesary to specify a max_rate for QVBR, else it may be ICQ mode.
      Example usage: ffmpeg -hwaccel qsv -c:v h264_qsv -i input.mp4 -c:v
      h264_qsv -global_quality 25 -maxrate 2M test_qvbr.mp4 -v verbose
      
      Clip QVBR quality range to be [0, 51] as Mark's commments.
      It is similar to qp range of CQP but possibly should be updated when VP8/VP9
      encoding can be supported.
      Reviewed-by: 's avatarMark Thompson <sw@jkqxz.net>
      Signed-off-by: 's avatarZhong Li <zhong.li@intel.com>
      74cf2dc3
  2. 24 Jan, 2019 4 commits
  3. 23 Jan, 2019 11 commits
  4. 22 Jan, 2019 5 commits
  5. 21 Jan, 2019 5 commits
  6. 20 Jan, 2019 6 commits
  7. 19 Jan, 2019 2 commits
  8. 18 Jan, 2019 1 commit
  9. 17 Jan, 2019 4 commits
  10. 16 Jan, 2019 1 commit