5 ms·
With my last client, we found that the proper encoding of a video to h.264 would work equally well as a Flash streaming file, iPhone/iPod/iPad video link, Andro
by Rust 16y ago
With my last client, we found that the proper encoding of a video to h.264 would work equally well as a Flash streaming file, iPhone/iPod/iPad video link, Android video link, and <video> tag source (in browsers that support h.264 - use OGG for Firefox).
Realistically, given the different resolution, something like 480x360 (4:3) for mobile devices and 720x480 for browsers is fine for standard definition video.
- evo_9 16y agoThanks, that's a great suggestion. I always get tripped up with the 'container' versus the underlying codec. Edit: thinking about this further, what container did you use that works on everything? Mp4?