Releases: rigaya/VCEEnc
Releases · rigaya/VCEEnc
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.
5.03
5.02
- Change system requirements to Win10 (only).
- Update AMF from 1.4.14 to 1.4.16.
Therefore VCEEnc now requires AMD Radeon Software Adrenalin Edition 20.2.1 or later. - Add option "--pa" to enable pre analysis module added in AMF 1.4.16, and options to adjust it. ( --pa-sc, --pa-ss, --pa-activity-type, --pa-caq-strength, --pa-initqpsc, --pa-fskip-maxqp )
- Add options to calculate ssim/psnr (--ssim, --psnr).
- Add feture to copy color characteristics from input file.
- --colormtarix copy
- --colorprim copy
- --transfer copy
- --chromaloc copy
- --colorrange copy
- Now --tier high will be ignored when --level is set to 1 ~ 3.1.
- Improve handling of mux process, which might fix the instability of seeking, like audio getting silent for a while after seeking.
- Always show output file name on console.
- Now progress indicator will show Video Encoder utilization.