ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: add &fmt=6 or &fmt=18 to all youTube links

(1/1)

Curt:
"&fmt=6" or "&fmt=18" - I know I will not be able to remember such a suffix when I need it, so I was hoping it will be possible to have a script or to use a hotkey or press a button in order to add &fmt=6 or &fmt=18 to any given youtube URL.

Yes, there already is a Greasemonkey script for Firefox, but nothing yet for the IE based browsers.

Watch High-Resolution YouTube Videos

Posted: 29 Feb 2008 03:37 PM CST

The words YouTube and “high-resolution” have never really fit well in the same sentence. YouTube has always greatly limited the resolution of their videos to conserve on bandwidth, but going forward that may not always be the case. As it turns out there is a little something that you can add on to the end of a YouTube URL to have it play a high-resolution version of the same video.

The thing that you need to know, however, is that not every video has been re-encoded into the higher quality. In fact, I’ve tested this “trick” on about 40 videos, and only 7 of them had a higher quality version available. I’ve been reading around about this, and it looks as though newly uploaded videos are being converted a few hours after they’ve been added. And no one really seems to be sure as to whether it depends on the format of video (AVI, WMV, etc…).

I spent about 30 minutes trying to find a good video that has been converted to the higher resolution, and one that was also a good demonstration of why the higher quality matters. To really notice the difference I wanted to get something with a lot of motion, and I thought that there’s nothing better than the skateboarding dog made popular by the iPhone commercial!

Ready for the example? Just add &fmt=6 onto the end of any YouTube URL. Using the skateboarding dog as an example you would take the normal URL:

http://youtube.com/watch?v=CQzUsTFqtW0

and add the &fmt=6 onto the end:

http://youtube.com/watch?v=CQzUsTFqtW0&fmt=6

If the YouTube video just sits there loading then that is a sign that the video has not been converted to the higher resolution yet. To really see the difference you should view the video in full screen mode by clicking the button in the bottom-right corner of the player.

Note: Alternatively you can add &fmt=18 and it will play the high-resolution version when available, otherwise it will play the regular version. Here’s a Greasemonkey script that will automatically add &fmt=18 onto the end of each YouTube URL.

I took a still image from part of the video so that you can really compare the differences side-by-side:

IDEA: add &fmt=6 or &fmt=18 to all youTube links

I can’t wait for YouTube to start rolling this out to all of their videos, and hopefully they’ll add a button to their site where you can easily switch between the low and high quality versions on a per-video basis.

[via VideoHelp] Thanks to Yansky for the tip!

Copyright © 2008 CyberNet |
--- End quote ---

 :tellme:

jgpaiva:
If you have ahk installed, something like this would do:

--- ---F7::send,{F6}{end}&fmt=18{enter}

[edit]Sorry, forgot to mention: Press F7 to add &fmt=18 to the active address[/edit]

beermatt:
You could also use a bookmarklet for this - create a new bookmark as:-

--- ---javascript:if(top.location.href.indexOf("youtube")!=-1){location.href=top.location.href+"&fmt=18"};Tested on FF3 & IE7, seems to work for me..

sinsio:
If you want to check out a very good example of the improvement &fmt=6 brings, I suggest http://www.youtube.com/watch?v=0Scpqj46Amc&fmt=6 compared to http://www.youtube.com/watch?v=0Scpqj46Amc .
The video is animated so the differences are much more apparent than trying to compare a "live" video.  The subtitles are hardly readable in the original.  &fm =18 doesn't seem to add a whole lot. 

sinsio:
and thanks for the javascript code, BeerMatt.  Much much props.

Navigation

[0] Message Index

Go to full version