Releases: rigaya/VCEEnc
Releases · rigaya/VCEEnc
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.