-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Editorial review: Add information on missing MP4/HEVC codec parameter values #40081
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
Editorial review: Add information on missing MP4/HEVC codec parameter values #40081
Conversation
Preview URLs External URLs (3)URL:
(comment last updated: 2025-07-04 08:35:05) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping me when this is done. FWIW, I like where it is heading.
@hamishwillee OK, this one has had a technical review and been approved (over email, rather than on GitHub). It is ready for you to look at now. Cheers mate! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrisdavidmills Thanks for this - looks great.
-
I think we need some cross linking to https://developer.mozilla.org/en-US/docs/Web/Media/Guides/Formats/Video_codecs#hevc_h.265. You could do this instead of the wikipedia link - pushing that to a see also.
-
The BCD update is also relevant. That probably should go under each section in https://developer.mozilla.org//en-US/docs/Web/Media/Guides/Formats/Video_codecs and not this. Perhaps a problem for another day?
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
Agreed. I've updated it just as you suggested.
The whole "how to represent media support" conversation is a hot one on BCD right now, and I don't think a conclusion has been reached yet. It would be better to leave that for now, IMO. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if we could also have a link back from https://developer.mozilla.org/en-US/docs/Web/Media/Guides/Formats/Video_codecs#hevc_h.265. There is a link to the container section from this doc which then links to this section, but it is a bit of a round tip.
But I don't want to block on that so merging and up to you if you create that link in a post process. Thanks!
Description
Chrome 136 adds support to the MediaRecorder API for HEVC encoding, introducing the hvc1.* codec string, and adds new codecs (hev1.* and avc3.*) supporting variable resolution video in MP4. See https://chromestatus.com/feature/6375884229181440 for more details.
This PR attempts to add some information about the new codecs to the https://developer.mozilla.org/en-US/docs/Web/Media/Guides/Formats/codecs_parameter page. The relevant MediaRecorder features all point to this page for the actual codec details, but to make sure the support is clear, I've also added compat data entries for them: mdn/browser-compat-data#27142.
Motivation
Additional details
Related issues and pull requests