Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rigaya/NVEnc

9.06

31 Oct 09:31

Choose a tag to compare

  • Fix --vpp-resize bilinear,spline*,lanczos* creating artifacts depending on resize ratio. ( #698, #737 )

9.05

22 Oct 10:24

Choose a tag to compare

9.04

29 Sep 12:15

Choose a tag to compare

  • Improve DX11 device initialization to not detect virtual/remote adaptors. ( #725 )
    • Might improve Failed to init CUDA device 1 from DX11 device. error.
  • 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

15 Sep 12:48

Choose a tag to compare

  • Fix 9.02 did not incude NVEncNVSDKNGX.dll. ( #724 )

9.02

14 Sep 12:30

Choose a tag to compare

  • Fix error when using both ngx-vsr and ngx-true-hdr together (issue since 9.00). ( #724 )
  • Avoid unintended fps values when front of input file is corrupted.

9.01

05 Sep 11:34

Choose a tag to compare

  • Improve handling when input files have negative pts.
  • Improve quality of burned in subtitles in --vpp-subburn processing by changing libass initialization method. ( #717 )

9.00

30 Aug 08:56

Choose a tag to compare

  • 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.
  • 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

13 Aug 11:53

Choose a tag to compare

8.10

31 Jul 11:34

Choose a tag to compare

  • Fix filtering crushing when using with interlaced encoding.

8.09

16 Jul 11:46

Choose a tag to compare

[NVEnc.auo]

  • Add installer for AviUtl2.
  • Add support for YUV444/10bit output for AviUtl2.