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

Add VideoEncoderConfig.contentHint #729

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Add VideoEncoderConfig.contentHint #729

merged 2 commits into from
Oct 26, 2023

Conversation

Djuffin
Copy link
Contributor

@Djuffin Djuffin commented Oct 17, 2023

A way to indicate type of content VideoEncoder should expect to see in coming frames.

Resolve #478


Preview | Diff

Copy link
Collaborator

@aboba aboba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest that you note that content hints do not override other configuration settings. Also, content hint implications for rate control are the responsibility of the application, not WebCodecs.

@Djuffin
Copy link
Contributor Author

Djuffin commented Oct 17, 2023

I added a note that content hint is overridden by any codec specific options like the one we have for AV1.
I don't think there is any vagueness regarding rate control.

Copy link
Contributor

@dalecurtis dalecurtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defer to editors for approval, but lgtm

@Djuffin
Copy link
Contributor Author

Djuffin commented Oct 20, 2023

@padenot Paul, could you take a look?

@aboba aboba merged commit 11307bc into w3c:main Oct 26, 2023
16 checks passed
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Oct 26, 2023
SHA: 11307bc
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coding Tool configuration
3 participants