Releases: rigaya/NVEnc
Releases · rigaya/NVEnc
7.66
7.65
- Update ffmpeg libraries. (Windows)
- ffmpeg 7.0 -> 20240822
- dav1d 1.4.1 -> 1.4.3
- libvpl 2.11.0 -> 2.12.0
- libvpx 2.14.0
- Add MMT/TLV demuxer patch to support mmts files.
- Enable VP9 alpha channel decode support by
--avsw libvpx-vp9
. - Add RGB support to --vpp-nlmeans, --vpp-tweak, --vpp-pad.
7.64
- Fix --dhdr10-info copy not working when used with --dolby-vision-rpu copy. ( #613 )
- Add option to set alpha channel mode. ( --alpha-channel-mode, #571 )
7.63
7.62
7.61
7.60
7.59
7.58
- Add feature to copy Dolby Vision profile from input file. (--dolby-vision-profile copy)
Currently supported on Windows and Ubuntu 24.04 package. - Add feature to copy Dolby Vision rpu metadata from input HEVC file. (--dolby-vision-rpu copy)
- Improve processing speed when using
fps
option in --vpp-fruc. ( #586 ) - Add per-channel control to --vpp-tweak.
- Avoid "failed to get header." error on some HEVC input files. ( #604 )
When H.264/HEVC header cannot be extracted, it can be now retrieved from the actual data packets. - Fix error in --vpp-nlmeans when used with
search=3
. - 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.