It results in smaller files and is standard-compatible
mp4 has higher quality but I don’t see the need for videos of XWiki UIs
What I’ve found on the web:
For streaming and uploading videos, WebM is the better option because it’s highly compatible with modern browsers and popular for HTML5. For higher-quality playback and compatibility with more devices, MP4 might be more appropriate.31
I’ve also noticed that use the following on e.x.o to display videos:
{{html clean="false"}}
<!-- FIXME: We badly need a video macro... -->
<video controls muted src="https://extensions.xwiki.org/xwiki/bin/download/Extension/Realtime%20WYSIWYG%20Editor/WebHome/realtimeWysiwygEditor.webm" width="780">
Sorry, your browser doesn't support embedded videos.
</video>
{{/html}}
Thanks for your search on this topic!
+1 to use webm, with your explanations it seems like a file format that’s more adapted to our use. I definitely recorded and uploaded mostly .mp4, I’ll take care to switch to webm from now on