Releases: rigaya/NVEnc
Releases · rigaya/NVEnc
9.06
9.05
- Add option to enable unidirect B frame for lossless encoding (--unidirectb). ( #731 )
- Add tune option. (--tune, #733, #729, #709, #679, #583)
- Change --ref default to 4(H.264)/5(HEVC,AV1).
- Now defaults for options below should differ by --preset and --tune.
- Add option to fallback to 8bit encoding when 10bit encoding is not supported by the hardware.(--fallback-bitdepth)
9.04
- Improve DX11 device initialization to not detect virtual/remote adaptors. ( #725 )
- Might improve
Failed to init CUDA device 1 from DX11 device.error.
- Might improve
- Improve progress indicator when using --parallel.
- Previously was only showing the speed of first thread, now will show speed of all threads.
- Add support for using --parallel with multiple pipes.
9.03
9.02
9.01
9.00
- Switch --vpp-resize ngx-vsr and --vpp-ngx-truehdr to CUDA API, to improve efficiency.
- Add NVEnc.auo2 as new native AviUtl2 plugin.
- Improve vpp-subburn quality by updating libass and linking harfbuzz. ( #717 )
- Add feature to use filters with avcodec encoders (mainly for my test purpose, #718 ).
- Available with
-c av_xxx, with option to set encoder options (--avcodec-prms).
Example: -c av_libsvtav1 --avcodec-prms preset=6,crf=30,svtav1-params=enable-variance-boost=1:variance-boost-strength=2"
Other codec options include av_libvvenc, av_libvpx-vp9, etc.
- Available with
- Update ffmpeg libraries. (Windows)
- ffmpeg 7.1+ (20240822) -> 8.0
- libpng 1.6.44 -> 1.6.50
- expat 2.6.2 -> 2.7.1
- fribidi 1.0.11 -> 1.0.16
- libogg 1.3.5 -> 1.3.6
- libxml2 2.12.6 -> 2.14.5
- libvpl 2.13.0 -> 2.15.0
- libvpx 1.14.1 -> 1.15.2
- dav1d 1.4.3 -> 1.5.1
- libxxhash 0.8.2 -> 0.8.3
- glslang 15.0.0 -> 15.4.0
- dovi_tool 2.1.2 -> 2.3.1
- libjpeg-turbo 2.1.0 -> 3.1.1
- lcms2 2.16 -> 2.17
- zimg 3.0.5 -> 3.0.6
- libplacebo 7.349.0 -> 7.351.0
- libsvtav1 3.1.0 (new!) x64 only
- libvvenc 1.13.1 (new!) x64 only
- libass 0.9.0 -> 0.17.4 (x64), 0.14.0 (x86)
- harfbuzz 11.4.4 (new)
- libunibreak 6.1 (new)
- Remove mmt/tlv patch
8.11
- Added options to change CUDA optimization mode (--cuda-stream, --cuda-mt, #710)
- Fixed --vpp-rff not working properly in NVEnc 8.10.
- Add option for --bitstream-padding for AV1 CBR encoding ( #714 ).