Click here to Skip to main content
15,884,933 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is a webm file and how do you generate one for a specific mp4 video file?

HTML
<video autoplay loop muted poster="vid-first-frame.jpg" id="video-bg">
 
     <source src="video.webm" type="video/webm">
     <source src="video.mp4" type="video/mp4">
 
</video>
Posted
Comments
DamithSL 28-Nov-14 2:06am    
why you need to convert your mp4 to another type which you don't know?
Teledextri 28-Nov-14 2:13am    
I do not want to convert my mp4 file. I just want to make a .webm file to go along with it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900