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

Support for mkv #14

Closed
amilajack opened this issue Jul 19, 2016 · 4 comments
Closed

Support for mkv #14

amilajack opened this issue Jul 19, 2016 · 4 comments

Comments

@amilajack
Copy link

amilajack commented Jul 19, 2016

Does this support the mkv container format?

@Kagami
Copy link
Owner

Kagami commented Jul 19, 2016

Yes it does for input files, see Makefile.
If you need to create one, then no. I don't think it's a good idea to create build with all common muxers/encoders, target JS file would weight too much. You better create custom build for your needs, just fix few variables in Makefile.

@Kagami Kagami closed this as completed Jul 19, 2016
@amilajack
Copy link
Author

Thanks! I hardly know anything about C++ tho. How would I compile this project?

@amilajack
Copy link
Author

Also also is it possible to decode a stream of mkv and get raw frames in a UInt8Array?

@Kagami
Copy link
Owner

Kagami commented Jul 20, 2016

How would I compile this project?

There is no detailed guide unfortunately but you could start with Emscripten tutorial. Basically you need to have Emscripten toolchain installed and just run make in the root of this project.

Also also is it possible to decode a stream of mkv and get raw frames in a UInt8Array?

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.

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