Releases: rigaya/VCEEnc
Releases · rigaya/VCEEnc
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.
3.02
・add option to set full range flag. (--fullrange, H.264 only)
・add sw decode mode (--avsw)
・add option to set HEVC tier. (--tier <string>)
・enhance stability of HW HEVC decoding.
・fix log issue, which has always shown quality as "normal" in HEVC encoding.
・fix log issue, which has shown deblock in the wrong way.
・fix problem that 4K could not be processed.
・fix --pre-analysis quarter not working.
・now --check-features can show HEVC features properly.
・improve error handling of audio processing.
!! Please also update the dlls included !!
3.01
- add option to set reference frames. (--ref <int>)
- add option to set LTR frames. (--ltr <int>)
- add H.264 Level 5.2.
- add HEVC (8bit) HW decode.
- add option to check VCE features on the system. (--check-features)
- adjust parameters based on VCE features checked runtime.
- disable wmv3 HW decode which does not work properly.
- fix help typos.
- print AMF Version to log & version info.
Add Polaris HEVC encode
- Update SDK to AMD Media Framework 1.4.
- AMD Radeon Softwawre Crimson 17.1.1 or later is required.
- Add support for Polaris HEVC encoding. (-c hevc)
- Add SAR options. (--sar <int>:<int>, --dar <int>:<int>)
- Add pre analysis option. (--pre-analysis <string>)
- Add VBAQ option. (--vbaq, H.264 only)
- Fix some problems from previous version.