Open kevmo314 opened 1 month ago
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 :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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 #...