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?
<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?