From: Nuo Mi <nuomi2021@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH v1 2/5] avformat: add muxer support for H266/VVC Date: Fri, 26 Jan 2024 23:28:04 +0800 Message-ID: <CAFXK13fKyYtikr39zF9n1VZpQWraTiVsgb56Z0xUw0DqubsC9g@mail.gmail.com> (raw) In-Reply-To: <CAD25kL4nW0yCEhiUG6tnOqi5xG0wmTvc0igP_P3m150++Chteg@mail.gmail.com> On Fri, Jan 26, 2024 at 11:18 PM Thomas Siedel <thomas.ff@spin-digital.com> wrote: > On Fri, 5 Jan 2024 at 01:21, Nuo Mi <nuomi2021@gmail.com> wrote: > > > On Fri, Nov 3, 2023 at 5:58 PM Thomas Siedel <thomas.ff@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@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-request@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-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2024-01-26 15:28 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-11-03 9:57 [FFmpeg-devel] [PATCH v1 0/5] Add support for H266/VVC encoding Thomas Siedel 2023-11-03 9:57 ` [FFmpeg-devel] [PATCH v1 1/5] avcodec: add external encoder libvvenc for H266/VVC Thomas Siedel 2023-11-03 9:57 ` [FFmpeg-devel] [PATCH v1 2/5] avformat: add muxer support " Thomas Siedel 2024-01-05 0:20 ` Nuo Mi 2024-01-26 15:17 ` Thomas Siedel 2024-01-26 15:28 ` Nuo Mi [this message] 2024-01-05 0:31 ` James Almer 2024-01-18 10:43 ` Ridley Combs via ffmpeg-devel 2024-01-26 14:11 ` Thomas Siedel 2023-11-03 9:57 ` [FFmpeg-devel] [PATCH v1 3/5] avformat: add ts stream types " Thomas Siedel 2023-11-03 9:57 ` [FFmpeg-devel] [PATCH v1 4/5] avcodec: increase minor version " Thomas Siedel 2023-11-03 9:57 ` [FFmpeg-devel] [PATCH v1 5/5] avcodec: add external decoder libvvdec " Thomas Siedel
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAFXK13fKyYtikr39zF9n1VZpQWraTiVsgb56Z0xUw0DqubsC9g@mail.gmail.com \ --to=nuomi2021@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git