MediaRecorder Tips / Best Practices #160
Unanswered
andrejhronco
asked this question in
Answers & Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's this great video going over using the MediaRecorder Op.
There are of course differences between browsers on what settings (codec, MBits, FPS) give the best results.
Can we post the best settings that people are finding when using MediaRecorder Op with Chrome | Firefox | Safari?
For example; in Chrome, I found that
webm / vp8 30MBits 60FPS
gives a pretty smooth and clean result but in Firefoxvp9
tends to look better.There's also this useful tool that tests the current MediaRecorder settings and tells you if it will give a good result in the current browser. maybe this tool could even be added to the MediaRecorder Op itself!
Beta Was this translation helpful? Give feedback.
All reactions