Skip to content

Releases: rigaya/NVEnc

7.69

23 Sep 11:55
Compare
Choose a tag to compare
  • Fix --vpp-afs resulting in wrong chroma handling when used with --output-csp yuv444 from 7.61.

7.68

21 Sep 11:49
Compare
Choose a tag to compare

7.67

08 Sep 11:50
Compare
Choose a tag to compare
  • Fix auto device selection not working properly on some multi gpu environments from NVEnc 7.56.

7.66

02 Sep 12:41
Compare
Choose a tag to compare
  • Update ffmpeg libraries (Windows).
    • Improve MMT/TLV parser.
  • Fix help of --vpp-smooth showing wrong value range for qp option. ( #620 )

7.65

22 Aug 12:25
Compare
Choose a tag to compare
  • 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

13 Aug 09:37
Compare
Choose a tag to compare

7.63

12 Aug 08:49
Compare
Choose a tag to compare
  • Fix alpha channel not set properly when input is high bit depth. ( #571 )
  • Add new option to set bitrate ratio for alpha channel when using HEVC + alpha layer. (--alpha-bitrate-ratio)

7.62

11 Aug 11:51
Compare
Choose a tag to compare
  • Improve HEVC + alpha handling when muxing. ( #571 )
  • Fix problem in audio encoding that 5.1(side) could not be encoded. ( #611 )

7.61

06 Aug 12:40
Compare
Choose a tag to compare
  • Add RGB output feature. (--output-csp rgb)

    • support H.264/HEVC.
  • Add YUVA420 test output feature. (--output-csp yuva420, #571)

    • support HEVC 8bit only.

    Note

    • Please note that some filters do not support these feature.
    • YUVA420 output is highly experimental.

7.60

04 Aug 11:59
Compare
Choose a tag to compare
  • Fix --vpp-resize ngx-vsr causing error in NVEnc 7.59. ( #607 )
  • Fix framerate error when writing in ivf format. ( #608 )
  • Fix --vpp-transform causing illegal memory access error when width or height cannot be divided by 64.