I need to add a video to a website using HTML5 video tags. What format will the video need to be in to work cross browser desktop and mobile.
There are lots of posts on stackoverflow, but most seem to be from a few years ago. is there a more up to date list ?
Looking at this list https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats would it be safe to assume that WebM, Ogg and MP4 will be enough ?
thanks.