<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: YouTube in MP4 via QuickTime Plugin!</title>
	<atom:link href="http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin</link>
	<description>All about Joey and Things and Stuff</description>
	<pubDate>Sat, 05 Jul 2008 00:54:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Joey</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123460</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sun, 29 Jun 2008 23:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123460</guid>
		<description>Kris,

Thanks for the update! I've hosted the userscript on my website instead of rapidshare so people don't have to click-through.

Thanks!</description>
		<content:encoded><![CDATA[<p>Kris,</p>
<p>Thanks for the update! I&#8217;ve hosted the userscript on my website instead of rapidshare so people don&#8217;t have to click-through.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123459</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Mon, 23 Jun 2008 05:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123459</guid>
		<description>i just turned this into a greasemonkey/greasekit script.  i've never wrote a greasemonkey script before, but it's pretty easy.  basically give it the appropriate header and paste in the bookmarklet code. 

&lt;a href="http://www.joeyhagedorn.com/media/downloads/youtubeQT.user.js" rel="nofollow"&gt;Download&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>i just turned this into a greasemonkey/greasekit script.  i&#8217;ve never wrote a greasemonkey script before, but it&#8217;s pretty easy.  basically give it the appropriate header and paste in the bookmarklet code. </p>
<p><a href="http://www.joeyhagedorn.com/media/downloads/youtubeQT.user.js" rel="nofollow">Download</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayyoub</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123451</link>
		<dc:creator>Ayyoub</dc:creator>
		<pubDate>Tue, 29 Apr 2008 14:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123451</guid>
		<description>Win Safari version :

javascript:(function%20()%20{var%20video_id%20=%20null;var%20video_hash%20=%20null;var%20video_player%20=%20document.getElementById(%27movie_player%27);if%20(video_player)%20{var%20flash_variables=video_player.attributes.getNamedItem(%27flashvars%27);if%20(flash_variables)%20{var%20flash_values=flash_variables.value;if%20(flash_values)%20{var%20video_id_match=flash_values.match(/video_id=([^(\&#38;&#124;$)]*)/);if%20(video_id_match!=null)%20video_id=video_id_match[1];var%20video_hash_match=flash_values.match(/t=([^(\&#38;&#124;$)]*)/);if%20(video_hash_match!=null)%20video_hash=video_hash_match[1];}}}if%20(video_id==null%20&#124;&#124;%20video_hash==null)%20{var%20args=unsafeWindow.swfArgs;if%20(args)%20{video_id=args[%27video_id%27];video_hash=args[%27t%27];}}if%20(video_id==null%20&#124;&#124;%20video_hash==null)%20return;var%20yt_mp4_path%20=%27http://www.youtube.com/get_video?fmt=18&#38;video_id=%27+video_id+%27&#38;t=%27+video_hash;var%20div_embed=document.getElementById(%27watch-player-div%27);if%20(div_embed)%20{div_embed.innerHTML=%27%3Cembed%20src=\%27%27+yt_mp4_path+%27\%27%20width=480%20height=400%20autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/download"%20scale=\%27aspect\%27%3E%3C/embed%3E%27;}})();</description>
		<content:encoded><![CDATA[<p>Win Safari version :</p>
<p>javascript:(function%20()%20{var%20video_id%20=%20null;var%20video_hash%20=%20null;var%20video_player%20=%20document.getElementById(%27movie_player%27);if%20(video_player)%20{var%20flash_variables=video_player.attributes.getNamedItem(%27flashvars%27);if%20(flash_variables)%20{var%20flash_values=flash_variables.value;if%20(flash_values)%20{var%20video_id_match=flash_values.match(/video_id=([^(\&amp;|$)]*)/);if%20(video_id_match!=null)%20video_id=video_id_match[1];var%20video_hash_match=flash_values.match(/t=([^(\&amp;|$)]*)/);if%20(video_hash_match!=null)%20video_hash=video_hash_match[1];}}}if%20(video_id==null%20||%20video_hash==null)%20{var%20args=unsafeWindow.swfArgs;if%20(args)%20{video_id=args[%27video_id%27];video_hash=args[%27t%27];}}if%20(video_id==null%20||%20video_hash==null)%20return;var%20yt_mp4_path%20=%27http://www.youtube.com/get_video?fmt=18&amp;video_id=%27+video_id+%27&amp;t=%27+video_hash;var%20div_embed=document.getElementById(%27watch-player-div%27);if%20(div_embed)%20{div_embed.innerHTML=%27%3Cembed%20src=\%27%27+yt_mp4_path+%27\%27%20width=480%20height=400%20autoplay=&#8221;true&#8221; loop=&#8221;false&#8221; controller=&#8221;true&#8221; pluginspage=&#8221;http://www.apple.com/quicktime/download&#8221;%20scale=\%27aspect\%27%3E%3C/embed%3E%27;}})();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Vaibhav</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123447</link>
		<dc:creator>Prashant Vaibhav</dc:creator>
		<pubDate>Sun, 27 Apr 2008 20:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123447</guid>
		<description>Works fine on Arch Linux + Firefox, with Totem plugin (xine backend). Infact it works better than quicktime on mac because it will play non-mp4 regular flash videos too instead of showing the question mark ;-)</description>
		<content:encoded><![CDATA[<p>Works fine on Arch Linux + Firefox, with Totem plugin (xine backend). Infact it works better than quicktime on mac because it will play non-mp4 regular flash videos too instead of showing the question mark ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123446</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sun, 27 Apr 2008 18:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123446</guid>
		<description>Ivan,
Unfortunately, I don't know of a good way to reliably determine this.</description>
		<content:encoded><![CDATA[<p>Ivan,<br />
Unfortunately, I don&#8217;t know of a good way to reliably determine this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123445</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sun, 27 Apr 2008 18:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123445</guid>
		<description>Ed, the QuickTime plugin doesn't have a fullscreen feature. I think with some work you could make a resizable player with a popup window and javascript, but i'm not sure how much would fit in a bookmarklet. I made one that fits the width of the page, or height of the browser window, but unfortunately it covers up part of the YouTube page. Perhaps with some fancier CSS this could be fixed as well?

&lt;!--start_raw--&gt;
&lt;a href="javascript:(function%20()%20{var%20video_id%20=%20null;var%20video_hash%20=%20null;var%20video_player%20=%20document.getElementById(%27movie_player%27);if%20(video_player)%20{var%20flash_variables=video_player.attributes.getNamedItem(%27flashvars%27);if%20(flash_variables)%20{var%20flash_values=flash_variables.value;if%20(flash_values)%20{var%20video_id_match=flash_values.match(/video_id=([^(\&#038;&#124;$)]*)/);if%20(video_id_match!=null)%20video_id=video_id_match[1];var%20video_hash_match=flash_values.match(/t=([^(\&#038;&#124;$)]*)/);if%20(video_hash_match!=null)%20video_hash=video_hash_match[1];}}}if%20(video_id==null%20&#124;&#124;%20video_hash==null)%20{var%20args=unsafeWindow.swfArgs;if%20(args)%20{video_id=args[%27video_id%27];video_hash=args[%27t%27];}}if%20(video_id==null%20&#124;&#124;%20video_hash==null)%20return;var%20yt_mp4_path%20=%27http://www.youtube.com/get_video?fmt=18&#038;video_id=%27+video_id+%27&#038;t=%27+video_hash;var%20div_embed=document.getElementById(%27watch-player-div%27);if%20(div_embed)%20{div_embed.innerHTML=%27%3Cembed%20src=\%27%27+yt_mp4_path+%27\%27%20type=%22video/mp4%22%20width=875%20height=%27+window.innerHeight+%27%20scale=\%27aspect\%27%3E%3C/embed%3E%27;}})();" rel="nofollow"&gt;QTYouTube (big)&lt;/a&gt;
&lt;!--end_raw--&gt;</description>
		<content:encoded><![CDATA[<p>Ed, the QuickTime plugin doesn&#8217;t have a fullscreen feature. I think with some work you could make a resizable player with a popup window and javascript, but i&#8217;m not sure how much would fit in a bookmarklet. I made one that fits the width of the page, or height of the browser window, but unfortunately it covers up part of the YouTube page. Perhaps with some fancier CSS this could be fixed as well?</p>
<p><!--start_raw--><br />
<a href="javascript:(function%20()%20{var%20video_id%20=%20null;var%20video_hash%20=%20null;var%20video_player%20=%20document.getElementById(%27movie_player%27);if%20(video_player)%20{var%20flash_variables=video_player.attributes.getNamedItem(%27flashvars%27);if%20(flash_variables)%20{var%20flash_values=flash_variables.value;if%20(flash_values)%20{var%20video_id_match=flash_values.match(/video_id=([^(\&#038;|$)]*)/);if%20(video_id_match!=null)%20video_id=video_id_match[1];var%20video_hash_match=flash_values.match(/t=([^(\&#038;|$)]*)/);if%20(video_hash_match!=null)%20video_hash=video_hash_match[1];}}}if%20(video_id==null%20||%20video_hash==null)%20{var%20args=unsafeWindow.swfArgs;if%20(args)%20{video_id=args[%27video_id%27];video_hash=args[%27t%27];}}if%20(video_id==null%20||%20video_hash==null)%20return;var%20yt_mp4_path%20=%27http://www.youtube.com/get_video?fmt=18&#038;video_id=%27+video_id+%27&#038;t=%27+video_hash;var%20div_embed=document.getElementById(%27watch-player-div%27);if%20(div_embed)%20{div_embed.innerHTML=%27%3Cembed%20src=\%27%27+yt_mp4_path+%27\%27%20type=%22video/mp4%22%20width=875%20height=%27+window.innerHeight+%27%20scale=\%27aspect\%27%3E%3C/embed%3E%27;}})();" rel="nofollow">QTYouTube (big)</a><br />
<!--end_raw--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123444</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sun, 27 Apr 2008 16:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123444</guid>
		<description>Hi, how can iknow if a video  is available in  high quality?</description>
		<content:encoded><![CDATA[<p>Hi, how can iknow if a video  is available in  high quality?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123443</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sun, 27 Apr 2008 13:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123443</guid>
		<description>Thanks so much for this - so far works great in Safari and Firefox.  Don't mean to be greedy, but any ideas as to how to now get full-screen video (as we can with the inferior flash player)?</description>
		<content:encoded><![CDATA[<p>Thanks so much for this - so far works great in Safari and Firefox.  Don&#8217;t mean to be greedy, but any ideas as to how to now get full-screen video (as we can with the inferior flash player)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kostia</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123441</link>
		<dc:creator>kostia</dc:creator>
		<pubDate>Sat, 26 Apr 2008 04:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123441</guid>
		<description>This is wonderful. It worked exactly as advertised on the first piece of useless dreck I tried it on. No stuttery buffering, and amazing video quality. Those friends who IM me nothing but YouTube links just got a LOT more tolerable.

In all seriousness, THANK YOU.</description>
		<content:encoded><![CDATA[<p>This is wonderful. It worked exactly as advertised on the first piece of useless dreck I tried it on. No stuttery buffering, and amazing video quality. Those friends who IM me nothing but YouTube links just got a LOT more tolerable.</p>
<p>In all seriousness, THANK YOU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123440</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123440</guid>
		<description>You can also simply set high quality at http://www.youtube.com/video_quality_settings</description>
		<content:encoded><![CDATA[<p>You can also simply set high quality at <a href="http://www.youtube.com/video_quality_settings" rel="nofollow">http://www.youtube.com/video_quality_settings</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Nowak</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123439</link>
		<dc:creator>Paul Nowak</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123439</guid>
		<description>Great work Joey!</description>
		<content:encoded><![CDATA[<p>Great work Joey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123437</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Thu, 24 Apr 2008 23:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123437</guid>
		<description>Rom, Cool, i'm glad to hear its working. Thanks!</description>
		<content:encoded><![CDATA[<p>Rom, Cool, i&#8217;m glad to hear its working. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rom</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123436</link>
		<dc:creator>Rom</dc:creator>
		<pubDate>Thu, 24 Apr 2008 23:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123436</guid>
		<description>Thanks, Joey! It finally worked! :) Yeah, it was loading both plug-in and the video, I guess.

Now, I am blogging about this and expect some traffic going your way. :)</description>
		<content:encoded><![CDATA[<p>Thanks, Joey! It finally worked! :) Yeah, it was loading both plug-in and the video, I guess.</p>
<p>Now, I am blogging about this and expect some traffic going your way. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123435</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Thu, 24 Apr 2008 23:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123435</guid>
		<description>Rom,
That sounds like its just still loading; it takes longer than the flash version. Does this happen consistently on many videos, or just a couple? If none of this works, I need to suggest you try the standard things like; 1) new web browser, 2) try new user account, etc.

Love to hear an update if you get it working.</description>
		<content:encoded><![CDATA[<p>Rom,<br />
That sounds like its just still loading; it takes longer than the flash version. Does this happen consistently on many videos, or just a couple? If none of this works, I need to suggest you try the standard things like; 1) new web browser, 2) try new user account, etc.</p>
<p>Love to hear an update if you get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rom</title>
		<link>http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123434</link>
		<dc:creator>Rom</dc:creator>
		<pubDate>Thu, 24 Apr 2008 23:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyhagedorn.com/2008/04/16/youtube-in-mp4-via-quicktime-plugin#comment-123434</guid>
		<description>Running 1Password and iGlasses on Safari 3.1.1 - all I get is the Q and nothing else. No question mark, nothing. Do I wait for the Flash version to load first before hitting the bookmarklet?</description>
		<content:encoded><![CDATA[<p>Running 1Password and iGlasses on Safari 3.1.1 - all I get is the Q and nothing else. No question mark, nothing. Do I wait for the Flash version to load first before hitting the bookmarklet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
