Firefox can't put HTML5 video MP4 format
Here to teach you to solve Firefox play HTML5 video when the display or MIME type is not supported
This is because Firefox does not support MP4 format video playback, so you have to convert the MP4 format video into ogg format
One: Download
Here is a conversion tool [Total Video Audio Converter] If the link fails, please Baidu.
Two: Unzip, open
Here is the decompression version, extracted to the hard drive on the line,
And then double-click totalvacvt.exe
Here is the registration code:
姓 名:www.uzzf.com序列号:ABCDEF1234BC98-B913-8273-017F3954198967
Three: Add file, output format
Select output to ogg format
option, select your output directory (default in C:\Users\Administrator\Documents)
Four: Add to HTML
HTML5 Video Tags:
<video controls autoplay > <source src="video/test.mp4" type="video/mp4">(写自己的地址src) <source src="video/test.ogg" type="video/ogg"> 您的浏览器版本偏低,请升级最新版!!!</video>
OK, what do not understand, or wrong, please actively message!
Firefox can't put HTML5 video MP4 format