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

1.4.3.6 - Settings Transfer, Automatic VBV Buffer adjustment and Fixes

Compare
Choose a tag to compare
@Xaymar Xaymar released this 09 Jan 04:56
· 416 commits to master since this release

A newer release is available: https://github.com/Xaymar/obs-studio_amf-encoder-plugin/releases/latest


Another day, another new feature: this time it is transferring settings between versions, so that you will no longer use settings when a change to a setting is made. Since it only just now started tracking the config version, it will only work with settings created between 1.4.3.0 and 1.4.3.5, any other version might end up with broken settings.

Another change has been done to the Automatic VBV Buffer Size, which will now behave much more predictable. A value of 0% is completely unrestricted, 50% matches the calculated bitrate and 100% matches the calculated strict bitrate.

Presets will also now use the proper minimum and maximum QP values and the minimum QP default value has been increased to 11.

Changelog

  • Added: Version-specific setting transfer code which should reduce the lost settings between updates.
  • Changed: VBV Buffer Strictness is now linear with three steps: 100000 (0%), Target Bitrate (50%) and Strict Target Bitrate (100%).
  • Changed: Default for Minimum QP is now 11.
  • Fixed: Presets not using the proper QP Minimum and Maximum.
  • Fixed: Startup log messages not showing proper error codes.