Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opus audio codec in MP4 incorectly listed as "mp4a.ad" #36771

Open
davidimagitech opened this issue Nov 13, 2024 · 0 comments
Open

Opus audio codec in MP4 incorectly listed as "mp4a.ad" #36771

davidimagitech opened this issue Nov 13, 2024 · 0 comments
Labels
Content:Media Media docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@davidimagitech
Copy link

MDN URL

https://developer.mozilla.org/en-US/docs/Web/Media/Formats/codecs_parameter

What specific section or headline is this issue about?

https://developer.mozilla.org/en-US/docs/Web/Media/Formats/codecs_parameter#mp4a.oo.a

What information was incorrect, unhelpful, or incomplete?

This section misleadingly states that "mp4a.ad" the correct codec is for Opus audio in a MP4 container, but if you type MediaSource.isTypeSupported('video/mp4; codecs=mp4a.ad') into a web browser developer console, it will return false.

What did you expect to see?

The correct codec type for Opus audio in an MP4 is "Opus", and MediaSource.isTypeSupported('video/mp4; codecs=Opus') returns true in web browser consoles.

A new subsection for Opus should be added under https://developer.mozilla.org/en-US/docs/Web/Media/Formats/codecs_parameter#iso_base_media_file_format_mp4_quicktime_and_3gp with this information to avoid confusion.

Do you have any supporting links, references, or citations?

https://mp4ra.org/registered-types/codecs

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@davidimagitech davidimagitech added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Nov 13, 2024
@github-actions github-actions bot added the Content:Media Media docs label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Media Media docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant