Linked by Thom Holwerda on Sun 16th May 2010 12:52 UTC, submitted by mrsteveman1
Thread beginning with comment 425089
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: Why not just use built in decoders?
by lemur2 on Mon 17th May 2010 13:50
in reply to "RE[5]: Why not just use built in decoders?"
"If this is the case, then from a technical standpoint alone, because it is far less demanding of CPU for decoding, Theora should be the only codec for HTML5.
Only if you use the CPU for decoding. But H264 already is widely decoded by specialized hardware chips, both on PC video cards and on mobile devices. When that is the case H264 decoding is done with near zero CPU load, freeing the CPU for other tasks. "
Err, you didn't read the post to which I was replying, did you. That post claimed this:
To do this, the video decoding has to be part of the browser engine
So, when you say that "H264 already is widely decoded by specialized hardware chips" the actual point to which I was replying (to whit, the bit about the video decoding having to be part of the browser engine) went wooooosh right over your head, didn't it?
Because of this, Theora is a no go on mobile devices; decoding it in software is simply not practical in the near future.
http://people.xiph.org/~j/bzr/theora-fpga/doc/leon3_integration/
http://www.bitblit.org/gsoc/g3dvl/index.shtml
http://wss.co.uk/pinknoise/theorarm/
Your merely asserting something doesn't make it so.
Edited 2010-05-17 13:56 UTC




Member since:
2006-06-21
Only if you use the CPU for decoding. But H264 already is widely decoded by specialized hardware chips, both on PC video cards and on mobile devices. When that is the case H264 decoding is done with near zero CPU load, freeing the CPU for other tasks.
That's one of the problems that proponents of Theora and open standards will have to overcome: members of MPEG-LA are the ones that get to dictate which devices get hardware video decoding, and for which codec.
Because of this, Theora is a no go on mobile devices; decoding it in software is simply not practical in the near future. It is acceptable on PC's because the average consumer PC has enough juice nowadays to cope with video software decoding and keep the UI responsive at the same time.