YouTube has been getting in on the HD bandwagon lately, and the results are definitely an improvement over the high-quality option - as long as the original video looks good enough. But what if you want to embed your HD video on your own Web site? Mark Robertson over at Reel SEO figured it out, but using his example code I wasn't able to get it to work (and neither was Vinny over at Apple Thoughts). So I thought I'd work backwards - first, I took a look at one of my videos on YouTube, and copied the embed code that YouTube provided. They don't provide a 600 pixel-wide option, so I manually changed that part of the code to be 600px by 365px. The important part is the YouTube video URL in the code.
In the code below, wherever I saw this:
http://www.youtube.com/v/PKr6sZ3zfLY
I added &fmt=22 onto the end of it, so in the code it looks like this when pasted in:
http://www.youtube.com/v/PKr6sZ3zfLY&fmt=22
Or, more accurately, it looks like this when strung together with the other code that YouTube puts in there:
The important thing is that &fmt=22 is included immediately after the last character of the YouTube video ID. The results look like this:
UPDATE: Upon further testing, I'm not convinced that Reel SEO has this figured out after all (or me for that matter). When the video plays, I see an "HQ" option in the lower right corner...so I think this is only streaming the HQ version, which looks good, but isn't the same as HD. I see the same HQ over on the Reel SEO sample video, so I think neither of us is actually embedding the HD stream from YouTube. Back to the drawing board!
__________________ Want to contact me personally? Use this. Want to read my personal blog? Check it out. Want to follow me on Twitter? Here you go.
After a few adjustments to my PC, I'd vote for your sample as being HD. And even more important ... that was the most entertaining video I've ever seen from YouTube. Thanks for posting the link.
After a few adjustments to my PC, I'd vote for your sample as being HD.
Interesting...so maybe that really is HD (it DOES look quote good to my eyes). What ticks me off is that if YouTube wasn't so FRAKING obtuse and obscure about this stuff, we'd have our answers. They drive me nuts sometimes!
Quote:
Originally Posted by EscapePod
And even more important ... that was the most entertaining video I've ever seen from YouTube. Thanks for posting the link.
I'm glad I could brighten your day by posting that.
__________________ Want to contact me personally? Use this. Want to read my personal blog? Check it out. Want to follow me on Twitter? Here you go.
So is YouTube dishing out the HD version but putting HQ on it? Or is it really just HQ?
I think that is the HD version, it does look pretty good. I believe the "HQ" is just something they have hardcoded into their player since they didn't plan on being able to embed HD at this time. What you can do is embed the HQ and HD versions side by side and we can compare them.