diff options
author | Thomas Siedel <thomas.ff@spin-digital.com> | 2024-06-05 21:51:46 +0200 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-06-15 21:00:05 +0800 |
commit | c75940db290478df657c09089605d221dc47118e (patch) | |
tree | 0a501d1144242b00e79a781147edcd28ca023d86 /Changelog | |
parent | 4e4444f97c0d7de7825d31c96cb1cad17e0125b9 (diff) | |
download | ffmpeg-c75940db290478df657c09089605d221dc47118e.tar.gz |
avcodec: add external enc libvvenc for H266/VVC
Add external encoder VVenC for H266/VVC encoding.
Register new encoder libvvenc.
Add libvvenc to wrap the vvenc interface.
libvvenc implements encoder option: preset,qp,qpa,period,
passlogfile,stats,vvenc-params,level,tier.
Enable encoder by adding --enable-libvvenc in configure step.
Co-authored-by: Christian Bartnik chris10317h5@gmail.com
Signed-off-by: Thomas Siedel <thomas.ff@spin-digital.com>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ version <next>: - VVC decoder compatible with DVB test content - xHE-AAC decoder - removed DEC Alpha DSP and support code +- VVC encoding support via libvvenc version 7.0: |