-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Support for mkv #14
Comments
Yes it does for input files, see Makefile. |
Thanks! I hardly know anything about C++ tho. How would I compile this project? |
Also also is it possible to decode a stream of mkv and get raw frames in a UInt8Array? |
There is no detailed guide unfortunately but you could start with Emscripten tutorial. Basically you need to have Emscripten toolchain installed and just run
For live streams see discussion in #11 and #12. If you have just mkv file with some video format then you may write it to e.g. rawvideo file which would contain raw video frames. |
Does this support the mkv container format?
The text was updated successfully, but these errors were encountered: