Skip to content

vvenc-1.9.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@jbrdbg jbrdbg released this 25 Jul 12:07
· 349 commits to master since this release
2f6d264

Over 1.9.0-rc2:

  • reduce single pass rate control deviation from given target bit-rate, when intra period is not a multiple of gop size (see #296)

Over 1.9.0-rc1:

  • propagating missing data required for efficient RC in fast/faster presets when using QPA (bugfix)

Over 1.8.0:

  • added rate capping during rate control (must be at least 1.5x of target rate)
  • extensive improvements and cleanups to rate control, especially single pass (improved efficiency by 1-2%)
  • speedup of first pass, especially for preset faster (around 15% overall runtime), using spatio-temporal downsampling
  • unified MCTF activation for low- and high-rate encoding
  • various speedups, fixes, and cleanups