Closed MORRA-RM closed 1 week ago
Opting for .webm
provides several benefits that make it particularly suitable for web applications. Here are some advantages of using the WebM format:
While WebM excels in many aspects, it is not fully supported on Safari. To ensure compatibility across all platforms, especially on Apple devices, recorded videos in Safari are saved in the .mp4
format.
You can prioritize recording to use H.264 as the preferred video compression standard for the following reasons:
If you need to convert a WebM file to MP4, you can easily do so using ffmpeg
. Here’s how:
# Install ffmpeg
sudo apt install -y ffmpeg
# Convert WebM to MP4
ffmpeg -i input.webm output.mp4
This is perfect. Thank you
Feature request
Current Recording download is in .webm format. Was wondering if recordings could be saved as .mp4. Or maybe a choice given.
Pros
This would alleviate having to convert to .mp4.
Additional context
Some users are asking for this feature because they are saying it takes longer to edit a .webm then an .mp4. It might be because the .mp4 is more familiar. Thank you