Releases: rigaya/VCEEnc
Releases · rigaya/VCEEnc
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.
5.01
4.01
3.06
3.05
- disable EnforceHRD by default (which might cause unexpected behavior on HEVC VBR/CBR encoding)
- add option to enable EnforceHRD (--enforce-hrd)
- add option to enable filler data (--filler)
3.04
- Now VCEEnc has very little CPU usage as it were in VCEEnc 2.xx.
- Now encoding can also be done during remote desktop.
- Let level and max bitrate set dynamically based on resolution, framerate & ref, when not specified.
This will fix the issue that 4K HEVC encoding was not available. - High bit depth input will automatically use sw decoder to avoid decode failure.
- Add option to set device to use. (--device <int>)
- Now --check-vce and --check-features can specify which device to check.
- Fix a log message shown red, which should not be.
- Let aspect ratio passed from input, when aspect ratio is not sepecified and no resize is done.
3.03
- support high bit depth decode in software decoder(avsw).
- fix displacement of color when using software decoding.
- allow --vbaq option to be used on HEVC encoding when using vbr/cbr mode.