What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

HTML 5 video generator?

kenw232

New member
So I guess to use HTML5's video tag we need:
<source src="video.mp4" type="video/mp4">
<source src="video.webm" type="video/webm">
<source src="video.ogv" type="video/ogg">

Is there a web site that helps generate these? Like I have an AVI or MP4, I want to upload it, and download all three of these in proper codec format. is that a thing anywhere?
 
Back
Top