format - ReadWriteWeb http://www.readwriteweb.com/feeds/tag/format en Copyright 2012 Richard MacManus readwriteweb@gmail.com Tue, 14 Feb 2012 12:45:00 -0800 http://www.sixapart.com/movabletype/?v=4.35-en http://blogs.law.harvard.edu/tech/rss Firefox 4 Gets WebM WebM, the open video standard introduced at Google's recent I/O developer conference, is now coming to Firefox 4. According Mozilla's Robert O'Callahan, the key sticking point was making sure that the new WebM codec licensing was compatible with GPL - an open-source licensing type that allows users to copy, modify and redistribute software free of charge as long as modifications made are shared with the community.

That issue has now been addressed, allowing Mozilla to support the codec in its Firefox Web browser.

]]> What's WebM?

The WebM video format is based on the VP8 video codec, something Google acquired last year from On2 Technologies, a New York-based video compression developer, for $106.5 million. At that time, Google announced it intended to use the codec technology it now owned to "make the overall Web experience better for users."

Since the acquisition, Google has open-sourced the codec, fixed the licensing issues (as noted above) and added WebM support into its own Web browser, Google Chrome, the latter taking place just last week.

WebM is an alternative to the H.264 codec, which is currently used by Apple to display video on the iPad and iPhone and is supported within Adobe's Flash player, among other things. Although H.264 is available royalty-free right now, it's owned by the MPEG LA consortium, a group that has announced the codec will only remain royalty-free until Dec. 31, 2015. After this license term is up, it's suspected that there will be charges for its use going forward.

Where to Find It

One of the first sites to implement WebM, was, of course, Google's own video property, YouTube. To utilize the new codec, which is still in testing, one can enable the "HTML5 experiment" following instructions from the WebM's project page. In addition to Google Chrome and now Firefox, Microsoft too has announced support for WebM in its upcoming Web browser, IE9, after an end user installs the necessary codec (VP8). Apple has so far made no comment on whether or not its Safari browser will do the same.

As for Mozilla, WebM is now available in the Firefox nightly builds, the experimental builds that will, in time, lead up to the public release of Firefox 4, expected to arrive in beta form later this month.

Updated June 10th, to clarify Firefox 4 launch this month is beta, not the public release.

]]> Discuss]]>
http://www.readwriteweb.com/archives/firefox_4_gets_webm.php http://www.readwriteweb.com/archives/firefox_4_gets_webm.php Browsers Wed, 09 Jun 2010 07:03:41 -0800 Sarah Perez
oEmbed: An Open Format for Embedding Media oEmbed is a newly released spec from Cal Henderson (of Flickr), Mike Malone and Leah Culver (of Pownce), and Richard Crowley (of OpenDNS) that allows web sites to quickly and easily embed media when a user posts a link directly to that resource. oEmbed is an open format which standardizes the process of embedding photos, videos, links, or other media and circumvents the media provider's API (or the need for screen scraping if they don't offer one). It works by turning a link to, say, a photo or video into XML or JSON that tells the user how to embed that media.

]]> "oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly," says the authors on the oEmbed web page.

As an example http://flickr.com/services/oembed?url=http://flickr.com/photos/bees/2362225867/ returns:

<oembed>
	<version>1.0</version>
	<type>photo</type>
	<title>Bacon Lollys</title>
	<author_name>bees</author_name>
	<author_url>http://www.flickr.com/photos/bees/</author_url>
	<cache_age>3600</cache_age>
	<provider_name>Flickr</provider_name>
	<provider_url>http://www.flickr.com/</provider_url>
	<width>500</width>
	<height>375</height>
	<url>
		http://farm4.static.flickr.com/3040/2362225867_4a87ab8baf.jpg
	</url>
</oembed>

Early adopters of the oEmbed spec are Flickr, Viddler, Pownce, Qik, and Revision3. Viddler has created a form to test the web service, so you can see it in action.

Essentially, oEmbed makes it easier to access photos and videos with a simple URL. Standardizing how things are embedded means that, for example, a social network could allow users to simply embed media from oEmbed enabled sites just by entering a URL to a photo or video -- and the "customer" site wouldn't need to deal with multiple APIs from each provider.

]]> Discuss]]>
http://www.readwriteweb.com/archives/oembed_open_format.php http://www.readwriteweb.com/archives/oembed_open_format.php Product Reviews Fri, 09 May 2008 10:29:17 -0800 Josh Catone