AOMediaCodec / av1-mpeg2-ts

Official specification of the AOM group for the carriage of AV1 in MPEG-2 Transport Stream
https://aomediacodec.github.io/av1-mpeg2-ts/
28 stars 5 forks source link

Any known implementations of the spec? #4

Open nikolain opened 2 years ago

nikolain commented 2 years ago

As of April 2022, are there any known / in progress / beta / reference implementations of this spec?

Any known plans, eta(s) for ffmpeg or similar software?

tbiat commented 2 years ago

At Ateme we have an implementation of the current specification (without format identifier). It is not an open implementation, but we can produce reference streams for the spec if needed.

cconcolato commented 2 years ago

https://github.com/gpac/gpac has some support for generating and playing AV1-TS streams, although not completely spec compliant yet.

kierank commented 2 years ago

An FFmpeg implementation is planned but it's best to do this when the spec is finalised because otherwise people will create broken files.

Kieran

On Wed, 6 Apr 2022, 02:07 nikolain, @.***> wrote:

As of April 2022, are there any known / in progress / beta / reference implementations of this spec?

Any known plans, eta(s) for ffmpeg or similar software?

— Reply to this email directly, view it on GitHub https://github.com/AOMediaCodec/av1-mpeg2-ts/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDEECCHTYGQV4EYRC7IMDVDUSYDANCNFSM5SU44Y2A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

F1FAQ commented 10 months ago

Is there still a plan to have an ffmpeg implementation ?