Experimenting with HTML5 and WebM Video Format

Interesting! I read an article in Streaming Media magazine about methods of transcoding video to WebM format. Two seemed interesting, both free, one was Miro’s Video Converter:

https://www.mirovideoconverter.com/

The other was nice in that besides being free, it also allowed a lot more granular control of the transcoding process. It is a Firefox Plug-in called “FireFogg“:

https://firefogg.org/

It requires Firefox 3.5 or later. I tried it on my last Netcast video file, and the results were pretty impressive, here’s the HTML5 code used to stream it once the file was transcoded to WebM format:


<!DOCTYPE HTML>
<html>
<body>

<center>
<video controls width=”640″ height=”420″>
<source src=”DrBillTV021911V-176.webm”>
Your browser does not support the video tag.
</video>
</center>

</body>
</html>


View it at this link: Dr. Bill.TV Netcast #176

Also, try this… “click” along the timeline that appears as you “float” your mouse over it. Notice that you can “jump around” in the streamed video timeline to “pick up” anywhere along the timeline. Pretty nice! There are “high end” video streaming software that allows this, but this is VERY simple and totally free!

Pretty cool! Of course, you’ll have to use either Firefox or Chrome, or another browser that supports HTML5 to view it. For now, IE is right out! However, this may, indeed, be the future of webcasting! It sure is simple!

It was a fun Geek Project! Try it yourself if you have a need to!

Amazon Live Streaming Video is Now Available!

For Amazon Prime members… a pretty good reason to join Amazon Prime!

Amazon Prime’s unlimited video streaming now live

“After a brief tease last month, Amazon on Tuesday gave its Prime subscribers unlimited streaming on Amazon Instant Video. Those who pay into the sped-up shipping plan now have free access to the 5,000 movies and TV shows marked as eligible. The catalog is just a subset but includes a mix of recent and older titles.

The option works on both Macs and Windows PCs and doesn’t preclude using other choices. Those who want it can still pay to download a video, including rentals or full purchases, if they need to get it to another device.

Prime costs $79 per year and still provides free two-day shipping along with occasional added perks.

The new Instant Video bonus is a shot across the bow of Netflix. It has a much larger, roughly 20,000-title streaming catalog but costs $96 per year to use and is limited strictly to the core video service. It may also help draw users away from pay-per-title use both on Amazon and on competitors like iTunes, which is still the leading online video service in spite of Netflix’s presence.”