On Fri, Jan 26, 2024 at 11:18 PM Thomas Siedel <thomas...@spin-digital.com>
wrote:

> On Fri, 5 Jan 2024 at 01:21, Nuo Mi <nuomi2...@gmail.com> wrote:
>
> > On Fri, Nov 3, 2023 at 5:58 PM Thomas Siedel <thomas...@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...@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.
> >
>
> Sorry for the late reply.  I created some files using two
> different encoders. You can download them here:
>
> https://drive.google.com/drive/folders/1v4PipPu9zc2RmwSndE3L3wCd9WHVVJ1j?usp=drive_link
>
> Is this sufficient? Let me know if you need anything else / something more
> specific.
>
Good enough. Thank you thomas.

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

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to