Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

0.3.1 - Fix for Rescaling

Compare
Choose a tag to compare
@Xaymar Xaymar released this 31 Oct 07:53
· 32 commits to master since this release

Changelog

0.3.1

  • Rescaling on the Output tab will now be used instead of only using the rescaling of the Video tab.

0.3.0

  • Updated the libOBS dependency to 24.0.0. You will need to use OBS Studio 24.0.0 or newer in order to run the plugin.
  • Implemented full hardware encoding for all GPU capable encoders (NVENC H264, NVENC H265). This should be perform identical to the OBS included full hardware encoders.
  • Reduced the latency for some encoders to be as low as 1 frame, if settings allow. For NVENC, latency is tied to (B-Frames + 1) and Lookahead Frames, whichever is bigger.
  • Further improved performance by throwing even less memory away every frame. Almost all memory is now re-used if possible and only released when the encoding is stopped by any means.
  • Apple ProRes encoded files should now be remuxable when stored in Matroska (MKV) and survive at least one remuxing. This bug was already fixed in current master FFmpeg, and thanks for discovering this bug go to FRANKIEonPC.
  • All color metadata is now set for encoders that support this, such as NVENC. Video players and editors that support this kind of metadata should see an improvement in color quality, especially with 10-bit or higher output.
  • Framerate is now set to be fixed, further improving compatibility with players. It was previously left to be guessed by the video player through the timing information.
  • Settings are now output to the log file for easier debugging. Please remember to send a log file with any issue you have with the plugin.