YouTube Goes Widescreen and HD(?)
If you’ve been on YouTube the last day or so, you may have noticed that the player box has been extended and most of the videos on the site now have black bars on either side, much like an HD tv set when it shows 4:3 programming. Here’s a screen shot:
So why would YouTube do this when the vast majority of user’s videos aren’t in that dimension?
Easy.
HD, baby.
Check out this video in amazing 720p high def on YouTube.
To see if a video is in YouTube in widescreen/HD, add this to the end of the URL string:
&fmt=22
Here’s the other very interesting thing. You can embed these widescreen HD videos as well, with a simple hack of the embedding code. Here’s the code:
<object width="480" height="397"><param name="movie" value="(VIDEO EMBED URL)&ap=%2526fmt%3D22"></param><param name="wmode" value="window"></param><embed src="(VIDEO EMBED URL)&ap=%2526fmt%3D22" type="application/x-shockwave-flash" wmode="window" width="480" height="397"></embed></object>
Thanks to Webmonkey for the code. This is very interesting. I’m getting stuttering HD playback here – how is the playback for you?
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.


Wow…the quality on that video is unbelievable. This is some really exciting stuff.
I have been kicking around Vimeo (http://www.vimeo.com) just because they do HD and wondering, if an upstart like Vimeo can pull it off why is it taking Google so long. It looks like it is in the works though. With HD camcorders becoming more common and the transition to Digital TV the move is only natural. I can’t wait until YouTube makes 720p official.
Stewart, if I had to guess, I’d say it may have taken this long b/c they probably had to re-do much of their encoding pipeline. Vimeo was most likely built with HD in mind, so it wasn’t as much of a retrofit. With HD, you’re dealing with larger files, more bandwidth, storage and processor power to convert videos.
Now, YouTube has to encode for not only HD, but iPhone, higher quality regular versions and good ol’ fashioned YouTube somewhat crappy quality.
A similar guide based on YouTube’s recent changes is available here:
http://danielmcormond.com/2008/11/25/how-to-embed-widescreen-youtube-video/
This is Great. Thanks Mike