Skip to content

0.4.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@defl defl released this 17 Jul 20:44
· 34 commits to main since this release

0.4.0-beta1: Upscaling, added MPCVR renderer, HDR controls

  • Option to force YCbCr422 (v210) to YCbCr420 (p010) to undo DeckLink conversion so that the renderer can do the upscaling
  • Support for MPC Video Renderer (https://github.com/Aleksoid1978/VideoRenderer)
  • You can now override all HDR data such as colorspaces and luminance values
  • Display modes now stores and uses ticks/duration for video frames
  • New command line option /frame_offset. Values can be "auto" to enable auto tuning or an integer which is set in the frame offset field.
  • Major overhaul of renderer code
  • pixelformat changed to VideoFrameEncoding as that covers the meaning better
  • Do not show logo in display if renderer is running, show once renderer is done again
  • Fixed all compilation warnings and handling them as error in the compiler now
  • Latency numbers are colored to reflect how good they are
  • Fullscreen button is now checkbox
  • OnPaint piped through to renderers
  • ffmpeg logging enabled
  • Improved error messages