Skip to content

v2.0.0-A

Compare
Choose a tag to compare
@gianni-rosato gianni-rosato released this 08 May 23:25
· 497 commits to master since this release
eee58e5

Hi there! We're back with a new micro-release format to announce some exciting changes in SVT-AV1-PSY v2.0.0-A! 🎉

PSY Updates

Features

  • The CRF range, previously capped at 63, has been extended to a maximum value of 70. It can also be incremented in quarter increments of 0.25
  • New option: --enable-dlf 2 for a slower, more accurate deblocking loop filter
  • New option: --qp-scale-compress-strength (0 to 3) which sets a strength for the QP scale algorithm to compress values across all temporal layers. Higher values result in more consistent video quality
  • New option: --frame-luma-bias (0 to 100) enables experimental frame-level luma bias to improve quality in dark scenes by adjusting frame-level QP based on average luminance across each frame

Quality & Performance

  • A temporal layer chroma qindex offset has been added to Tune 3 for more consistent quality across frames when encoding
  • Minor speed bump to Preset 8
  • Encoder innovation:
    Dynamic delta_q_res switching implemented to help reduce signaling overhead, which should improve quality especially at CRF ≥40!
  • Other general improvements to Tune 3

Documentation

  • PNG images have been replaced with smaller lossless WebP images, resulting in faster loading & repository cloning times.
  • More consistent & thorough PSY Development page, including build instructions

Bug Fixes

  • Help menu formatting adjusted for less frequent underlining
  • --progress 2 no longer reports the same information as --progress 3

Other

  • Introducing PSY Micro-releases! Each micro-release will be marked with a letter, bringing a bundle of new features & improvements. The release letter will reset back to the initial A each time our mainline version is updated. More info can be found in this project's README & the PSY Development page

Thanks for using SVT-AV1-PSY! ♥️

Full Changelog: https://github.com/gianni-rosato/svt-av1-psy/commits/v2.0.0-A

Linux builds: (MD5: 6eeeaf180ad871c3342b7e4b4fcf2e09)

  • Generic
  • x86-64-v3 (AVX2)
  • x86-64-v4 (compiler AVX512, disabled native AVX512)
  • x86-64-v4 (compiler AVX512, enabled native AVX512)

macOS builds: (MD5: 87c6eea7119eed375352e4dfb35272d8)

  • AArch64 (Apple Silicon)

Windows builds: (MD5: 0c5c201adc5530d77df006537fed693c)

  • Generic
  • x86-64-v3 (AVX2)
  • x86-64-v4 (compiler AVX512, disabled native AVX512)
  • x86-64-v4 (compiler AVX512, enabled native AVX512)