In html 5, I want to embed mp4 as follows:
<video width="640" height="480" controls> <source src="somefile.mp4" type="video/mp4"> Your browser does not support the video tag. </video>
The video works fine with the browser on my development machine, but the file is 500 MB because it was recorded in full HD. How can I hide the image of the file so that it is about 50 MB, with a smaller video, but with the same sound quality, and can still be played in the browser using the html5 tag shown above?
I am using windows. I use FlashIntegro , but it converts the files to avi format, which cannot be viewed using video tags in html 5. I want mp4 format, which I can publish using video tags in html 5. I would like to use free software.
I donβt want to use flash or adobe creative cloud, but I add these tags to find viewers who may know about free alternatives.
html5 flash video adobe multimedia
Codemed
source share