-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Recorded video need in .mp4 format #92
Comments
There's this solution using ffmpeg.js but that isn't optimal. But it also looks like, at least Firefox, can record as mp4, according to this example. I just tested this in Firefox 49 on Ubuntu and it did create a mp4 file:
I'll add an option to change the mimeType. Edit: after checking the downloaded file it seems it's still a webm file 👎 |
Also tested on Chrome 54 / Ubuntu 16.04 and unfortunately it produced a webm vp8 file with mime type
|
This is probably on hold until muaz-khan/RecordRTC#97 is resolved. |
A full list of supported mime-types in Chrome is listed here. Just tested the mime type
|
Added |
I've added:
under plugins.record. Is that all that is required? I haven't installed ffprobe, but should quicktime play the file I get from:
|
@smakinson should be enough, please open a new ticket if you see any issues. |
Hi,
Is it possible to get the recorded video in to .mp4 format instead of .webm format.
Thanks.
The text was updated successfully, but these errors were encountered: