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

feat(*): LU-3384 vp9 webm #58

Merged
merged 7 commits into from
Aug 6, 2024
Merged

feat(*): LU-3384 vp9 webm #58

merged 7 commits into from
Aug 6, 2024

Conversation

animanathome
Copy link
Contributor

When looking at the webm D-ID provides us I noticed that it was using the vp9 encoder instead of the previously adding vp8. In this PR, we're adding support to vp9.

Copy link

swarmia bot commented Aug 5, 2024

✅  Linked to Bug LU-3384 · Fix transparency issue
➡️  Part of Epic LU-3354 · AI Avatar narrow path

@animanathome animanathome changed the title LU-3384 vp9 webm feat(*): LU-3384 vp9 webm Aug 5, 2024
@@ -41,6 +41,13 @@ const createDecoder = ({
});
}

if (demuxer.streams[streamIndex].codecpar.name === 'vp9') {
Copy link
Contributor

Choose a reason for hiding this comment

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

ooo nice, I wonder if this also fixes that one off scene design Kanwar had to re-encode

Copy link
Contributor

Choose a reason for hiding this comment

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

this file is kinda big (especially relative to the rest of the repo). It might be nice to trim it down to just a few seconds? Since we only seek 100ms in

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I trimmed it.

@animanathome animanathome merged commit 58fc5bf into main Aug 6, 2024
1 check passed
@animanathome animanathome deleted the LU-3384-vp9webm branch August 6, 2024 17:41
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