• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apple is nuts - Video compression via JPG/JSON/canvas

Yeah, nothing found here that's really all that interesting other than the fact that the iphone can only display video tags at fullscreen. More like apple fails...
 
Yeah, nothing found here that's really all that interesting other than the fact that the iphone can only display video tags at fullscreen. More like apple fails...

As someone who works for a digital media company working on mobile development on android/ios, I can tell you that android video tag is no saint.
 
As someone who works for a digital media company working on mobile development on android/ios, I can tell you that android video tag is no saint.

Never said it was...I only picked up android a few days ago and have little to no experience.
 
I suspect that you got sidetracked by the retina display thing.

This is cooler than that.

What exactly is a MPEG other than the 3 frame types (I, P, B) where you end up taking one I frame and then using the P and B frames as often as you can and the I frames as little as possible. What Apple did is basically took a limitation of their platform - not being able to use the video tag in a non-fullscreen way - and hacked together a rather inefficient and costly (processing wise) solution. A neat read through in terms of the math involved and the work they did - but not revolutionary...nor commendable.
 
What exactly is a MPEG other than the 3 frame types (I, P, B) where you end up taking one I frame and then using the P and B frames as often as you can and the I frames as little as possible. What Apple did is basically took a limitation of their platform - not being able to use the video tag in a non-fullscreen way - and hacked together a rather inefficient and costly (processing wise) solution. A neat read through in terms of the math involved and the work they did - but not revolutionary...nor commendable.

Limitation of Mobile WebKit, not the iOS platform, Android suffers the same limitations. :sneaky:
 
What exactly is a MPEG other than the 3 frame types (I, P, B) where you end up taking one I frame and then using the P and B frames as often as you can and the I frames as little as possible. What Apple did is basically took a limitation of their platform - not being able to use the video tag in a non-fullscreen way - and hacked together a rather inefficient and costly (processing wise) solution. A neat read through in terms of the math involved and the work they did - but not revolutionary...nor commendable.

It's neat. That's what it is. :colbert:
 
Limitation of Mobile WebKit, not the iOS platform, Android suffers the same limitations. :sneaky:

Strangely, the iPad seems to do embedded video just fine in iOS 6. I watched a clip on redlettermedia.com last night and it plays in the page with a full-screen option.
 
Back
Top