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

vp9 support #7

Closed
roeycohen opened this issue Jun 6, 2017 · 4 comments
Closed

vp9 support #7

roeycohen opened this issue Jun 6, 2017 · 4 comments

Comments

@roeycohen
Copy link

hi,

First, this library really helps me!

I wonder if it is possible to use it for adding duration metadata to vp9 stream same way "example_seekable.ts" works for vp8.

thanks,
Roey

@roeycohen
Copy link
Author

hmm... it seems to work.
shall i count on it?

@legokichi
Copy link
Owner

WebM is a container file format, and this library is for reading containers.
The EBMLReader class used in example_seekable.ts is for rewriting the container structure, the compression format does not matter in this layer except for WebP.

@legokichi
Copy link
Owner

legokichi commented Jun 7, 2017

It seems to work.
https://jsfiddle.net/fv0urbm7/1/

@roeycohen
Copy link
Author

ok, closing the ticket.
thank you friend!

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

No branches or pull requests

2 participants