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