- Move github release binary to VS2019 build.
- Move x86 version to CUDA11.
CUDA11 build requires NVIDIA driver 456.81 or later, where CUDA10 build can go with 418.96 or later. - Add new option to output timecode file. (--timecode)
- Now --check-features will show actual min/max levels supported. ( #291 )
- Improve hdr2sdr=bt2390 implementation of vpp-colorspace. ( #285 )
- Add desaturation curve feature to hdr2sdr conversion in vpp-colorspace.
- Update libvmaf to v2.0.0.
This will improve vmaf calculation performance done in CPU. However, it is still likely becoming a performance bottleneck. - Fix YUV444 resize error caused when selecting npp resize algorithms. ( #287 )