Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

2.6.0 - Removing support for older Drivers, High Motion Quality Boost and more

Latest
Compare
Choose a tag to compare
@Xaymar Xaymar released this 13 Oct 21:00
· 35 commits to master since this release

With their new Navi GPU series AMD added a new feature to the hardware encoders: High Motion Quality Boost. This option should allow you to get higher quality streams at the exact same bitrate, resolution and framerate, given that you own and use an AMD RX 5700 (XT/XT Anniversary).

However due to that the new feature, the plugin now finally dropped support for ancient drivers. You will now need to have an up-to-date driver, at minimum 19.7.1 though the recommended minimum is 19.9.2, otherwise the plugin will refuse to load and does not add any encoders for use.

Additionally jpark37/rcdrone also fixed the VBV Buffer Strictness option. The incorrect behavior before was that all values above 50% would act like 50%. With the fix applied, values above 50% correctly approach the strictest possible buffer size again, allowing tighter control over bitrate.

Changelog

  • Removed support for older drivers that ship an AMF Runtime older than version 1.4.14. You will now need a minimum Driver version of 19.7.1, however the recommended minimum is 19.9.2 which contains a lot of fixes compared to 19.7.1. This also includes dropping support for unmodified Windows 8 systems as AMD has stopped providing driver updates to Windows 8.
  • Added the new "High Motion Quality Boost" option which seems to be exclusive to the Navi (RDNA) series of AMD GPUs.
  • Fixed automatic VBV Buffer calculation with values close or above 50%.
  • The Video API option will now only show the most modern supported API on the platform, which is Direct3D 11 on Windows 10 and Direct3D 9 on Windows 7. Users on Windows 8 are urged to upgrade to Windows 10.