Releases: rigaya/VCEEnc
Releases · rigaya/VCEEnc
6.08
Changes
- Add 10bit dpeth HEVC encode support for RDNA or later GPUs. (--output-depth 10)
- Fix --vpp-smooth generating artifacts with --vpp-smooth on RX5xxx GPUs.
- Add option to output timecode files. (--timecode)
- Add experimental support to allow audio/subtitle selection by language metadata.
- Change handling of truncation of downward bit depth conversion.
- Fix --vpp-tweak crushing when using saturation or hue.
- Fix --ssim, --psnr crushing in some cases.
- Improve performance monitor stability further.
- Change "--quality" to "--preset" to be the same as NVEncC. ("--quality" will contiune to work for compatibility.)
Known issues
6.07
6.06
- Add 3rd denoise filter. ( --vpp-smooth )
- Add filter to burn in subtitles. ( --vpp-subburn, #14 )
- Add support for YUV422 input files.
- Fix lowlatency mode not set correctly in HEVC encoding.
- Fix problem that lowlatency mode was shown falsely set in H.264 encoding.
- Fix app freezing when error occured in deocde thread.
- Improve performance monitor stability.
6.05
- Disable HRD by default, it can be enabled by --enforce-hrd.
- Fix "lowlatency" always shown on the log, even if it is not enabled.
6.04
- Add 2nd deinterlace filter. (--vpp-nnedi)
- Add filter to add padding to video. (--vpp-pad)
- Add filter to flip o rotate video. (--vpp-transform, --vpp-rotate)
- Add support for HEVC 10bit hw decode.
- Add option to set input colorspace for raw input. (--input-csp)
- Fix issue that Apple prores codec could not be decoded.
- Fix problem --preset was not working properly for HEVC encoding.
6.03
- Update ffmpeg dlls. This will add support for muxing PGS subtitles into m2ts containers.
- Add vpp filters.
- denoise
- edge/detail enhance
- color adjustment
- deband
- Add default-duration segment for mkv output.
- Add delay option to --audio-source.
- Add option for metadata output control.
- Add option to specify disposition. ( --audio-disposition, --sub-disposition )
- Add option to copy attachments. ( --attachment-copy )
- Add option to show sorted option list. (--option-list)
- Now more details will be shown about Avisynth+/AvisynthNeo version when using avs reader.
- Now VCEEncC will support multi GPU envinroments better, by selecting the suitable GPU for encoding.
- Put default vpy reader back to multi-thread version, the default was accidentaly changed to single thread from 6.01.
- Avoid application failing by hw decode error with some HEVC files, by switching to sw decoder.
- Fix --audio-stream stereo not working.
- Fix audio length getting shorter than video after encoding when some of the --audio-filter (such as loudnorm) were used.
- Fix app crashing with --video-tag option.
- Fix --audio-source / --sub-source failing to get correct input file name.
- Fix potential memory access issue in yuv444 -> yv12/p010 conversion.
- Fix memory leak caused when writing in raw format.
6.02
6.01
6.00
5.04
- Add option to set input option(s) for avsw/avhw reader. ( --input-option)
- Improve audio mux handling especially trueHD.