What is the best size for Flash video playback?
September 4, 2012 11:38 AM Subscribe
I am having a bit of a challenge getting through to our developers about the correct size for a Flash video player for our sites.
We encode h264 video in mp4 containers, and play them in a home-made Flash player (not OSMF). We encode the videos at 640x360 but play them in a video player sized 912x513. We also encode some other video at 854x480 and play it in the same 912x513 player.
I am looking for some back up on convincing our developers to build a player that is the right size for the video, or at the very least have playback dimensions that are divisible by 16 (or 8) and are the same divisibility as the video frame dimensions. Anyone have any good resources I can point them too that will speak to better performance of video playback if done right?
posted by kilikina73 to technology (5 answers total) 2 users marked this as a favorite
I dug up a wikipedia page that describes a bit about how the codec works in blocks (along with other info). I'd think that if your dev team is interested in the best playback performance, they'll want to use div by 16 scales.
posted by bz at 12:40 PM on September 4, 2012