-
Notifications
You must be signed in to change notification settings - Fork 182
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
mp4 support #39
Comments
It's out of scope for this project, IMO. |
@positlabs I need to get a mp4 or 3gp video file from a canvas animation or gif image. What could be a solution? |
Send the frames to your server for processing. You can then use ffmpeg, which can encode virtually any format |
Yes I was considering that.. However isnt there any way at all to get it done client side? ffmpeg-asm.js is huge, I cant use that |
I think you'll be hard pressed to find a client side solution. If I were you, I'd go with the server upload solution. |
Gone that way! thanks On Sun, Apr 24, 2016 at 11:52 PM, Josh Beckwith notifications@github.com
|
Isn't there any sort of asm.js mp4 module for this ? |
There is, but you would need to have users download a massive js file. https://github.com/muaz-khan/WebRTC-Experiment/tree/master/ffmpeg |
Maybe a branch supporting MP4 for people who want mp4 and don't mind a gigantic file like that :D because that would be cool and some need it |
You know just looked in to it, the API seams really clear no need to hassle with a new branche :D |
Can we get the file as a mp4?
The text was updated successfully, but these errors were encountered: