HTML5 Video formats -


this question has answer here:

i need add video website using html5 video tags. format video need in work cross browser desktop , mobile.

there lots of posts on stackoverflow, seem few years ago. there more date list ?

looking @ list https://developer.mozilla.org/en-us/docs/web/html/supported_media_formats safe assume webm, ogg , mp4 enough ?

thanks.

video tag supports 3 formats:

in html5, there 3 supported video formats: mp4, webm, , ogg.

you can find updated guide attributes available in w3schools:

https://www.w3schools.com/html/html5_video.asp


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -