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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -