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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add ivfwriter support for VP9 #2938

wants to merge 1 commit into from

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 25.71429% with 26 lines in your changes missing coverage. Please review.

Project coverage is 77.42%. Comparing base (271ab55) to head (a0a3d53).

Files with missing lines Patch % Lines
pkg/media/ivfwriter/ivfwriter.go 25.71% 26 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2938      +/-   ##
==========================================
- Coverage   79.01%   77.42%   -1.60%     
==========================================
  Files          89       89              
  Lines        8584    10489    +1905     
==========================================
+ Hits         6783     8121    +1338     
- Misses       1311     1877     +566     
- Partials      490      491       +1     
Flag Coverage Δ
go 78.96% <25.71%> (-1.61%) ⬇️
wasm 63.16% <25.71%> (-0.65%) ⬇️

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 force-pushed the vp9-ivfwriter branch 3 times, most recently from fb8c6ac to a54f1bc Compare October 24, 2024 03:46
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.
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.

1 participant