- Add RGB output feature. (--output-csp rgb)
- Please note that some filters do not support this feature.
- RGB output is only supported in HEVC FF mode.
- Rename --output-csp values to match those of NVEnc.
- i420 → yuv420, i422 → yuv422, i444 → yuv444
- previous values shall still work but removed from documents.
- Add feature to copy Dolby Vision profile from input file. (--dolby-vision-profile copy)
Supported on Windows and Ubuntu 24.04. - Add feature to copy Dolby Vision rpu metadata from input HEVC file. (--dolby-vision-rpu copy)
- Avoid "failed to get header." error on some HEVC input files. ( #196 )
When H.264/HEVC header cannot be extracted, it can be now retrieved from the actual data packets. - Fix problem in audio encoding that 5.1(side) could not be encoded.
- Fix --vpp-transform causing illegal memory access error when width or height cannot be divided by 64.
- Fix seek issue caused by audio getting muxed to a different fragment than the video at the same time, due to insufficient buffer for audio mux.