Forum Discussion
Prudhvi_Kunapareddy
Jan 31, 2020Copper Contributor
Does Edge Browser Support the 3gp, f4v, avi,mov and wmv video files to render and play in Browser
Hi there, Can you please let me know if the below html code is supported by Edge browser? if not what is the html element that need to be used to make the videos render in edge browser. <ht...
HotCakeX
Jan 31, 2020MVP
Edge supports HTML5 video, same as Chrome, Firefox and other browsers.
most of the formats you mentioned are old, have many limitations and are no longer widely used, you need to convert them.
you can learn more in here:
https://www.w3schools.com/html/html5_video.asp
Only MP4, WebM, and Ogg video are supported by the HTML5 standard.
https://www.w3schools.com/html/html_media.asp
most of the formats you mentioned are old, have many limitations and are no longer widely used, you need to convert them.
you can learn more in here:
https://www.w3schools.com/html/html5_video.asp
Only MP4, WebM, and Ogg video are supported by the HTML5 standard.
https://www.w3schools.com/html/html_media.asp