Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebM vs. Ogg Theora [closed]

How would one compare Ogg Theora and WebM against the following parameters:-

  1. Efficiency of compression
  2. Efficiency of computation
  3. Issues in Wider adaptability (why wouldn't someone make a hardward chip that does Ogg or WebM transcoding; like it is currently done for H.264)
  4. Possible/Future intellectual property issues
  5. Availability in existing devices

The reason I ask these questions is because I need to choose between Ogg Theora and WebM format for a software project and I am a FLOSS believer.

like image 909
caleb531 Avatar asked Apr 16 '11 16:04

caleb531


2 Answers

Good graph here: http://farukat.es/journal/2011/01/488-google-h264-and-video-web

This is a tough call, but honestly, WebM is probably going to win out in the end considering it's Google's project. Ogg will most likely stay what it is now in it's audio counterpart-- an open standard that is not widely-adopted even though it's superior in some ways.

H.264 is Apple's, WebM is Google's. Apple will most likely end up adopting WebM, and Google will most likely continue to pare back H.264 on their devices.

I'd base your decision more on longevity than on video quality, the reason being that the quality isn't that different, and even better quality could end up losing in the end. Remember Betamax?

like image 157
Groovetrain Avatar answered Nov 17 '22 04:11

Groovetrain


We are using an optimized version of Theora for our video-chat appliation, and are very happy with the quality and performance. VP8 seems to have the same quality, but the encoder is slow compared to Theora.

like image 20
Srini Avatar answered Nov 17 '22 05:11

Srini