Release notes:
- Added command-line options
--filters
(-i
),--demuxer
,--decoder
, and--hwaccel
for setting options on both sides, with the ability to extend or override them using side-specific options via the__
placeholder (see the project'sREADME.md
for an example) - The zoom level for displaying pixels 1:1 can now be set via the
4
hotkey, and 800% zoom via the9
hotkey - The on-screen content is now saved as a third PNG when the
F
hotkey is pressed - System resources are now conserved when no decoding is performed or no UI updates are required
- Colorimetry can now be set using the command-line options
--color-space
(-C
),--color-range
(-A
),--color-primaries
(-P
) and--color-trc
(-N
) for both videos simultaneously or individually (see #84) - Default to limited-range Rec. 709 color space when metadata is unspecified (see #84)
- Replaced the
--hq-alignment
option introduced in the previous release with--fast-alignment
(-F
) to prevent aliasing issues, while retaining bilinear scaling as the default when the resolution is identical on both sides, for performance reasons (see #85) - Fixed: a segmentation fault caused when rendering certain Unicode characters with blending (see #87)
- Minor performance optimization for full tone-mapping by explicitly using the
gbrpf32
32-bit float pixel format
The build for Windows 10 64-bit includes FFmpeg v7.1, SDL2 v2.30.8 and SDL2_ttf v2.22.0 DLLs.
Merry Christmas! 🌟