Releases: rigaya/NVEnc
Releases · rigaya/NVEnc
7.47
7.46
7.45
7.44
7.43
- Add frame rate conversion filter by frame interpolation using FRUC in the NVIDIA Optical Flow SDK. (--vpp-fruc)
Requires Windows/Turing or later GPUs/528.24 or later driver. - Fix --vpp-nvvfx-denoise not working in NVEnc 7.42. ( #561 )
- Fix --vpp-smooth strength did not match that of 8-bit output when 10-bit output.
- Changed default value of --avsync from cfr to auto, which does not fit the actual situation. ( #562 )
7.42
- Add option to specify audio by quality. ( --audio-quality, #558 )
- Reduce GPU memory usage for filter processing at YUV420.
- Fix problem that --vpp-denoise-dct and --vpp-nnedi do not work correctly when used together. ( #559 )
- Fix messages when wrong values are specified for step and block_size in --vpp-denoise-dct. ( #559 )
- Update error messages since NVENC can now run 8 streams simultaneously.
- Added error message during nvvfx initialization. ( staxrip/staxrip#1196 )
- Fix debug log output of --vpp-smooth.
- Fix debug log output of --vpp-colorspace.
- Fix build with CUDA 11.
- Update Chinese version of the documentation. (Thank you so much @tongxiangzheng! #557)
- Other documentation updates.
7.41
7.40
-
Update windows libav* dlls.
- ffmpeg 5.1 -> 6.1
- libpng 1.3.9 -> 1.4.0
- opus 1.3.1 -> 1.4
- libsndfile 1.2.0 -> 1.2.2
- libxml2 2.10.3 -> 2.12.0
- dav1d 1.0.0 -> 1.3.0
- libaribcaption 1.1.1 (new!)
-
Remove
--caption2ass
.
Equivalent processing can be done by--sub-codec ass#sub_type=ass,ass_single_rect=true
.
7.39
- Add option to disable GPU monitoring by NVML. (--disable-nvml)
- Improved progress display when --seek is used. ( #530 )
- Fix --option-file error when target file is empty.