Closed
Bug 1417050
Opened 8 years ago
Closed 7 years ago
Add support for AV1 in mp4
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: jya, Assigned: TD-Linux)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: feature)
Attachments
(3 files, 1 obsolete file)
the draft of AV1 in MP4 spec have now been released.
We should support it.
https://aomediacodec.github.io/av1-isobmff/
Comment 1•8 years ago
|
||
(In reply to Jean-Yves Avenard [:jya] from comment #0)
> the draft of AV1 in MP4 spec have now been released.
>
> We should support it.
>
> https://aomediacodec.github.io/av1-isobmff/
Good to know!
Priority: -- → P3
| Reporter | ||
Comment 2•7 years ago
|
||
AV1 in mp4 appears to be the preferred container for AV1... need to hurry that a bit...
Priority: P3 → P2
Comment 3•7 years ago
|
||
(In reply to Jean-Yves Avenard [:jya] from comment #2)
> AV1 in mp4 appears to be the preferred container for AV1... need to hurry that a bit...
From the link in comment 0 I don't understand the need. Could you explain why webm is not suitable for them? Thank you.
Comment 4•7 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #3)
> (In reply to Jean-Yves Avenard [:jya] from comment #2)
> > AV1 in mp4 appears to be the preferred container for AV1... need to hurry that a bit...
>
> From the link in comment 0 I don't understand the need. Could you explain
> why webm is not suitable for them? Thank you.
webm does not have a lot of tooling, it's uglier to work with, and has shortcomings related to frame duration if I remember correctly
mp4 is pretty bad too, but at least is supported everywhere and it's maintained by a separate entity
for more containers fun: https://codecs.multimedia.cx/2014/03/all-containers-suck/
| Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #3)
> (In reply to Jean-Yves Avenard [:jya] from comment #2)
> > AV1 in mp4 appears to be the preferred container for AV1... need to hurry that a bit...
>
> From the link in comment 0 I don't understand the need. Could you explain
> why webm is not suitable for them? Thank you.
You need to sell it to folks like YouTube, Netflix or Facebook...
But I agree with Vittorio, webm is a awful container to work with...
| Assignee | ||
Comment 6•7 years ago
|
||
| Reporter | ||
Updated•7 years ago
|
Assignee: nobody → tdaede
| Reporter | ||
Comment 7•7 years ago
|
||
Comment on attachment 9000073 [details]
Bug 1417050: Add support for AV1 in MP4.
Jean-Yves Avenard [:jya] has approved the revision.
Attachment #9000073 -
Flags: review+
| Reporter | ||
Comment 8•7 years ago
|
||
Comment on attachment 9000073 [details]
Bug 1417050: Add support for AV1 in MP4.
Jean-Yves Avenard [:jya] has requested changes to the revision.
Attachment #9000073 -
Flags: review+
| Reporter | ||
Comment 9•7 years ago
|
||
Comment on attachment 9000073 [details]
Bug 1417050: Add support for AV1 in MP4.
Jean-Yves Avenard [:jya] has approved the revision.
Attachment #9000073 -
Flags: review+
| Reporter | ||
Comment 10•7 years ago
|
||
Will need this for MSE to work with AV1 in mp4 (Also a fly by fixup for vp9 so you must use it with video/mp4 and not audio/mp4)
| Reporter | ||
Updated•7 years ago
|
Attachment #9002153 -
Attachment is patch: true
| Assignee | ||
Comment 11•7 years ago
|
||
| Reporter | ||
Comment 12•7 years ago
|
||
Attachment #9002153 -
Attachment is obsolete: true
| Reporter | ||
Comment 13•7 years ago
|
||
Let's not block this feature on a test... so we can land this quicker.
Flags: needinfo?(tdaede)
| Assignee | ||
Comment 14•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(tdaede)
Keywords: checkin-needed
Comment 15•7 years ago
|
||
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/050766c57c91
Add support for AV1 in MP4. r=jya
Keywords: checkin-needed
Comment 16•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 17•7 years ago
|
||
Pushed by tdaede@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/efb8bd6f8062
Add AV1 in MP4 tests. r=jya
| Reporter | ||
Comment 18•7 years ago
|
||
Comment on attachment 9002630 [details]
Bug 1417050: Add AV1 in MP4 tests. r=jya
Jean-Yves Avenard [:jya] has approved the revision.
Attachment #9002630 -
Flags: review+
Comment 19•7 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•