This puzzles me somewhat - just yesterday I threw one of the XBMC distibutions onto a Raspberry Pi, and it played 720p h264 just fine on my TV. It was struggling with an 720p hi10 encode, but even that almost worked.Simple answer: if it's divx you're fine. If it's 480p h264 you should be fine. If it is high def h264, downsample it to 480p or re-encode it with divx.
The key for lower power consumption and smoother video playback is hardware acceleration. And I try to figure out if there is some in this thread.This puzzles me somewhat
The Pi's decoder chip is well supported, Broadcom basically said "here's everything you need, go nuts". When asked for the same information, TI basically said "yes, the DSP can do all these things, here's some very basic examples of how you might be able to do it yourself, but that's as much as we're willing to offer".Which isn't entirely unfair, it isn't their responsibility to write software for us, it just would have been nice if they'd provided the basic tools to do what they'd said it could do in the first place.This puzzles me somewhat - just yesterday I threw one of the XBMC distibutions onto a Raspberry Pi, and it played 720p h264 just fine on my TV. It was struggling with an 720p hi10 encode, but even that almost worked.
Well, it's not hardware accelerated on the Pi either (at least I don't have a codec license).The key for lower power consumption and smoother video playback is hardware acceleration. And I try to figure out if there is some in this thread.This puzzles me somewhat
Yes it is, or at least it should be. As far as I know, the XBMC build for Raspberry Pi fully supports the Broadcom videocore.Well, it's not hardware accelerated on the Pi either (at least I don't have a codec license).