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 ivfwriter support for VP9 #2938

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Add ivfwriter support for VP9 #2938

merged 1 commit into from
Feb 12, 2025

Conversation

kevmo314
Copy link
Contributor

@kevmo314 kevmo314 commented Oct 23, 2024

Description

Adds the necessary wiring to get VP9 to work with ivfwriter as
well as a save-to-disk example.

It currently assumes 30 fps but it seems that the other codecs
also assume 30 fps so that is not a net-new assumption.

Reference issue

Fixes #...

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 71.11111% with 13 lines in your changes missing coverage. Please review.

Project coverage is 78.14%. Comparing base (306dc37) to head (427ea45).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pkg/media/ivfwriter/ivfwriter.go 71.11% 10 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2938      +/-   ##
==========================================
- Coverage   78.33%   78.14%   -0.20%     
==========================================
  Files          91       91              
  Lines       11128    11159      +31     
==========================================
+ Hits         8717     8720       +3     
- Misses       1925     1947      +22     
- Partials      486      492       +6     
Flag Coverage Δ
go 80.00% <71.11%> (-0.22%) ⬇️
wasm 63.21% <71.11%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kevmo314 kevmo314 force-pushed the vp9-ivfwriter branch 2 times, most recently from 399dfbf to 8569a45 Compare October 24, 2024 03:38
@kevmo314 kevmo314 changed the title WIP: Add ivfwriter support for VP9 Add ivfwriter support for VP9 Oct 24, 2024
@kevmo314 kevmo314 requested a review from Sean-Der October 24, 2024 03:43
@kevmo314 kevmo314 force-pushed the vp9-ivfwriter branch 4 times, most recently from a54f1bc to a0a3d53 Compare October 24, 2024 03:47
@Sean-Der Sean-Der force-pushed the vp9-ivfwriter branch 2 times, most recently from ad39010 to 00c8e22 Compare February 12, 2025 20:25
Adds the necessary wiring to get VP9 to work with `ivfwriter`.
Update the README of save-to-disk to inform users it supports
both VP8 and VP9.

ivfwriter currently assumes 30 fps but it seems that the other codecs
also assume 30 fps so that is not a net-new assumption.
@Sean-Der Sean-Der merged commit bea7ae3 into master Feb 12, 2025
17 of 18 checks passed
@Sean-Der Sean-Der deleted the vp9-ivfwriter branch February 12, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants