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

Basic VP9 support #408

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Basic VP9 support #408

merged 2 commits into from
Jan 28, 2025

Conversation

tobbee
Copy link
Collaborator

@tobbee tobbee commented Jan 25, 2025

Support for parsing and writing vp08 and vp09 sample entry boxes and the corresponding vppC configuration box.

Based on https://www.webmproject.org/vp9/mp4/

Solves #406.

@tobbee tobbee force-pushed the feat-vp-codec-sample-box branch from 46ab007 to 7978de0 Compare January 25, 2025 22:02
CHANGELOG.md Outdated Show resolved Hide resolved
@tobbee tobbee force-pushed the feat-vp-codec-sample-box branch 3 times, most recently from d12c1d3 to e32f67e Compare January 28, 2025 14:49
Added support for VP8 and VP9 video codecs in MP4 containers:
- Added vp08 and vp09 boxes to decoder map
- Added VP Codec Configuration Box (vpcC)
- Updated StsdBox to support VP8/VP9 codec configurations
@tobbee tobbee force-pushed the feat-vp-codec-sample-box branch from e32f67e to bfcbba1 Compare January 28, 2025 17:33
@tobbee tobbee merged commit 96ddf87 into master Jan 28, 2025
9 checks passed
@tobbee tobbee deleted the feat-vp-codec-sample-box branch January 28, 2025 19:29
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.

2 participants