diff options
author | Thomas Siedel <thomas.ff@spin-digital.com> | 2024-01-30 20:48:58 +0800 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-01-31 22:14:12 +0800 |
commit | aa3155e4c2b88f5eaa957b326c0cbe02f1432c87 (patch) | |
tree | aa8373be268dd53be1e6d197b71322dca690a69e /libavformat/rtpdec_qdm2.c | |
parent | 5860a966d2fffbbda1af0014f0a4d37a21c4f2ca (diff) | |
download | ffmpeg-aa3155e4c2b88f5eaa957b326c0cbe02f1432c87.tar.gz |
avformat/mp4: add muxer support for H266/VVC
Add muxer for vvcc byte stream format.
Add AV_CODEC_ID_VVC to ff_mp4_obj_type.
Add AV_CODEC_ID_VVC to ISO Media codec (VvcConfigurationBox vvi1,
vvc1 defined in ISO/IEC 14496-15:2021).
Add VvcConfigurationBox vvcC which extends FullBox type in
ISO/IEC 14496-15:2021.
Tested with:
ffmpeg -i NovosobornayaSquare_1920x1080.mp4 -c:v libvvenc test.mp4 && ffmpeg -i test.mp4 -f null -
ffmpeg -i NovosobornayaSquare_1920x1080.mp4 -c:v copy test.mp4 && ffmpeg -i test.mp4 -f md5 -
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Thomas Siedel <thomas.ff@spin-digital.com>
Co-Authored-By: Nuo Mi <nuomi2021@gmail.com>
Diffstat (limited to 'libavformat/rtpdec_qdm2.c')
0 files changed, 0 insertions, 0 deletions