[FFmpeg-devel] [PATCH v1 2/5] avformat: add muxer support for H266/VVC

Nuo Mi nuomi2021 at gmail.com
Fri Jan 5 02:20:44 EET 2024


On Fri, Nov 3, 2023 at 5:58 PM Thomas Siedel <thomas.ff at spin-digital.com>
wrote:

> 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.
> Add ff_vvc_muxer to RAW muxers.
>
> Signed-off-by: Thomas Siedel <thomas.ff at spin-digital.com>
> ---
>  libavformat/Makefile    |   6 +-
>  libavformat/isom.c      |   1 +
>  libavformat/isom_tags.c |   3 +
>  libavformat/mov.c       |   6 +
>  libavformat/movenc.c    |  41 +-
>  libavformat/vvc.c       | 998 ++++++++++++++++++++++++++++++++++++++++
>  libavformat/vvc.h       |  99 ++++
>  7 files changed, 1150 insertions(+), 4 deletions(-)
>  create mode 100644 libavformat/vvc.c
>  create mode 100644 libavformat/vvc.h
>
Hi Thomas,
Thank you for the patch set. Could you please provide some small MP4 and
MPEG files? We can add them to FATE.

Hi Baptiste,  Matthieu
Patches 2 and 3 may be crucial for VVC container playback. Could you help
review and merge it?
You can try it with
https://www.elecard.com/storage/video/NovosobornayaSquare_1920x1080.mp4
Thank you.


> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list