Releases: rigaya/NVEnc
Releases · rigaya/NVEnc
9.11
- Add option to append input command line parameters to
encoding_toolin muxer metadata. (--muxer-add-cmd) - Fix potential SIGPIPE(141) error termination in Linux multi-GPU environment.
- Fix error on finalization when encoding E-AC3. ( #706 )
- Avoid mixing GPUs with different B-frame availability when using --parallel.
- Migrate Linux build to meson.
- Linux packages will now not require ffmpeg lib packages as dependencies, and will include ffmpeg 8.0 libs.
9.10
9.09
9.08
- Add option to encode only when input audio codec differs from codec specified by --audio-codec. (--audio-encode-other-codec-only, #743)
- Remove restriction on dolby vision output. ( #738 )
9.07
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.