Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: mypopy--- via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Cc: "mypopy@gmail.com" <mypopy@gmail.com>
Subject: [FFmpeg-devel] Re: [PATCH] av1_in_ts_v2 (PR #21307)
Date: Thu, 8 Jan 2026 09:23:17 +0800
Message-ID: <CACYjbn21h1EeAAx7bWRPAOiTGjGCvY3E4V5GMXL+dhkHsARi1g@mail.gmail.com> (raw)
In-Reply-To: <CAPYFPM0nqWZus2bsMaV_qXA20U=NJbtkhPtyQ4db18=siD7EcA@mail.gmail.com>

On Wed, Jan 7, 2026 at 9:26 PM Christophe Gisquet via ffmpeg-devel
<ffmpeg-devel@ffmpeg.org> wrote:
>
> Hi,
>
>
> Le dim. 28 déc. 2025, 19:46, Jun Zhao via ffmpeg-devel <
> ffmpeg-devel@ffmpeg.org> a écrit :
>
> > PR #21307 opened by Jun Zhao (mypopydev)
> > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21307
> > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21307.patch
> >
> > This patch series V2 adds support for carrying AV1 video streams in MPEG-2
> > Transport Stream
> > containers, following the AOM "Carriage of AV1 in MPEG-2 TS" specification.
> >
> >   Key Features
> >
> >   - MPEG-TS Muxer: Converts AV1 from Section 5 (low overhead) format to
> > start code format,
> >   where each OBU is prefixed with a 0x000001 start code. Includes
> > Registration Descriptor ('AV01')
> >   and AV1 Video Descriptor (0x80) in PMT.
> >   - MPEG-TS Demuxer: Identifies AV1 streams by stream_type 0x06 (private
> > data) and
> >   Registration Descriptor. Outputs AV1 data in start code format.
> >   - av1_tstosection5 BSF: Converts AV1 from MPEG-TS start code format back
> > to Section 5
> >   format for compatibility with other containers and decoders.
> > Automatically inserted when
> >   remuxing to MP4, MKV, FLV, IVF, and raw OBU files.
> >   - Decoder Support: Both libdav1d and libaom decoders can directly decode
> > AV1 in start code format.
> >
>
> I haven't followed that AoM activity in a very long time, but from what I
> remember, there was a big reason why it remained a draft, as there was no
> consensus/decision possible for some of the features (maybe start code).
>
> I think the previously mentioned wisdom that ffmpeg shouldn't generate
> files that could end up not being spec-compliant, should be applied here as
> well. Ie maybe delay merging this until there is clear indication the
> implemented features are no longer subject to change.
>
> Note that for RTP, it was more about being lost in limbo, with little
> interop (ie between vendors) really possible, and with a global agreement
> on all classical points. I don't think what was merged in ffmpeg ended up
> non-spec compliant, but it could be argued it was out of luck.
>
> Mostly my 2 cents,
> Regards,
> Christophe

My perspective is as follows:

As James Almer pointed out in his response, the current merge request
has already removed the muxer component, so there won't be any
compatibility issues, even if the specification is still in draft
status.
AV1 in TS is already being utilized in certain scenarios, and we also
need an implementation to validate this specification concurrently.
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

  parent reply	other threads:[~2026-01-08  1:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-28 18:45 [FFmpeg-devel] " Jun Zhao via ffmpeg-devel
2026-01-07 13:25 ` [FFmpeg-devel] " Christophe Gisquet via ffmpeg-devel
2026-01-07 23:30   ` James Almer via ffmpeg-devel
2026-01-08  1:23   ` mypopy--- via ffmpeg-devel [this message]
2026-01-08  7:32     ` Christophe Gisquet via ffmpeg-devel
2026-01-08  8:25       ` mypopy--- via ffmpeg-devel

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=CACYjbn21h1EeAAx7bWRPAOiTGjGCvY3E4V5GMXL+dhkHsARi1g@mail.gmail.com \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=mypopy@gmail.com \
    /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