Skip to content

Releases: rigaya/NVEnc

3.25

26 Nov 12:13

Choose a tag to compare

  • Disable weightp on HEVC encoding since it seems to be unstable with recent drivers. ( #15, #18 )
    If you want to override this behavior for testing, use "--weightp force".

3.24

14 Nov 13:38

Choose a tag to compare

  • Reduce memory usage when using vpp filters.
  • Fix bug of yv12(high)->p010 [AVX2] conversion.
  • Add detection of 2:3/3:2-pulldown. ( #17 )
    Now pure pulldown video will be detected as 23.976fps. This feature will not work when avsync, vpp-rff or vpp-afs is enabled.
  • Show detail of nvml initialization error. ( #16 )

Windows Binary Download>>

3.23

26 Sep 12:03

Choose a tag to compare

  • fix vpp-afs returning error, when last frame was dropped.

3.22

23 Sep 01:34

Choose a tag to compare

  • switch --cuda-schedule default to "auto", since "sync" harms performance in some cases.
  • add English version of readme & options list.

3.21

19 Sep 14:36

Choose a tag to compare

  • fix issue of vpp-unsharp, which made the color of output video becoming unstable, going either red or blue.

3.20

18 Sep 11:43

Choose a tag to compare

  • add vpp filter to sharpen edges and details. (--vpp-unsharp)
  • add another vpp filter to sharpen mostly edges avoiding overshoot. (--vpp-edgelevel)
  • now NVEncC will automatically select suitable GPU device to run on, in multi GPU environment.
  • fix issue that crop was doubled when using crop & resize together ( #13 ).
  • change "--transfer" flag names as they are in other software such as x264 ( #14 ).
    smpte-st-2048 → smpte2048
    smpte-st-428 → smpte428

3.18

10 Sep 14:15

Choose a tag to compare

  • now repeat field flag from avcuvid reader could be applied by using vpp-rff.
    Note that this implementation is for rff=1 only. Also it could not be used with --vpp-deinterlace or --trim.

  • add interlace support for --vpp-resize, --vpp-pmd, --vpp-gauss, --vpp-knn, --vpp-unsharp.
    Filters will be automatically applied per field, when input is set as interlaced.
    --vpp-deband, --vpp-delogo was already interlace aware.

  • Fix possible crush when converting from high bit depth yuv420 -> p010.

  • add Auto Field Shift deinterlacer by CUDA, --vpp-afs.

3.17

01 Aug 11:24

Choose a tag to compare

-fix corrupted raw reader ( #13 ).

3.16

26 Jul 11:58

Choose a tag to compare

  • fix x64 version not working on 3.15. ( #12 )

Download Windows binary

3.15

25 Jul 14:01

Choose a tag to compare

  • Add check fro NVIDIA driver version when possible.
  • fix crush when run with a system without CUDA installed.
  • some fixes on help. ( #11 )
  • fix y4m reader corrupted when reading from pipe.
  • fix y4m reader corrupted when reading high bit depth yuv422/yuv444.
  • fix vpp-delogo not working on high bit depth processing.

Download Windows binary>>