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

mp4 support #39

Open
theavijitsarkar opened this issue Apr 24, 2016 · 10 comments
Open

mp4 support #39

theavijitsarkar opened this issue Apr 24, 2016 · 10 comments

Comments

@theavijitsarkar
Copy link

Can we get the file as a mp4?

@positlabs
Copy link
Contributor

Whammy: A Real Time Javascript WebM Encoder

It's out of scope for this project, IMO.

@theavijitsarkar
Copy link
Author

@positlabs I need to get a mp4 or 3gp video file from a canvas animation or gif image. What could be a solution?

@positlabs
Copy link
Contributor

Send the frames to your server for processing. You can then use ffmpeg, which can encode virtually any format

@theavijitsarkar
Copy link
Author

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

@positlabs
Copy link
Contributor

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.

@theavijitsarkar
Copy link
Author

Gone that way! thanks

On Sun, Apr 24, 2016 at 11:52 PM, Josh Beckwith notifications@github.com
wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#39 (comment)

@xooxdoo
Copy link

xooxdoo commented Apr 26, 2016

Isn't there any sort of asm.js mp4 module for this ?

@positlabs
Copy link
Contributor

There is, but you would need to have users download a massive js file. https://github.com/muaz-khan/WebRTC-Experiment/tree/master/ffmpeg

@xooxdoo
Copy link

xooxdoo commented Apr 26, 2016

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

@xooxdoo
Copy link

xooxdoo commented Apr 26, 2016

You know just looked in to it, the API seams really clear no need to hassle with a new branche :D

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

3 participants