0.4.0-beta2
Pre-release
Pre-release
0.4.0-beta2
- HDR support for MPC Video Renderer (only for non-rgb formats, rest not yet supported by renderer)
- Fast v210 to p010 encoder which makes rendering times acceptable
- Fix for bad missed frame count and drops
- known issue: using r210 input with MPCVR is slow as it performs poorly and does not enable HDR, use the v210 to p010 conversion for testing
0.4.0-beta1
- 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 uess 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