<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Crucial Thought &#187; vimeo</title>
	<atom:link href="http://www.crucialthought.com/tag/vimeo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crucialthought.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Nov 2011 19:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Download Vimeo videos using a shell script</title>
		<link>http://www.crucialthought.com/2010/01/04/download-vimeo-videos-using-a-shell-script/</link>
		<comments>http://www.crucialthought.com/2010/01/04/download-vimeo-videos-using-a-shell-script/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:07:22 +0000</pubDate>
		<dc:creator>cmcraft</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[vimeo]]></category>

		<guid isPermaLink="false">http://www.crucialthought.com/?p=641</guid>
		<description><![CDATA[On Christmas Eve, I went to NewSpring for a service that blew my mind. One of the components that I most enjoyed was the opener they used, which immediately followed praise and worship. If you are not a NewSpringer, I encourage you to watch it. Even if you don&#8217;t consider yourself Christian, or even religious, [...]]]></description>
			<content:encoded><![CDATA[<p>On Christmas Eve, I went to <a  href="http://www.newspring.cc/campus/columbia">NewSpring</a> for a service that blew my mind. One of the components that I most enjoyed was the opener they used, which immediately followed praise and worship. If you are not a NewSpringer, I encourage you to watch it. Even if you don&#8217;t consider yourself Christian, or even religious, the production values alone make it worth watching.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="309" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8359198&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="550" height="309" src="http://vimeo.com/moogaloop.swf?clip_id=8359198&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The vocal talent is <a  href="http://kadence.tv/">Jesse Fisher</a>.</p>
<p>But that&#8217;s not the point of this post. This post is about how I got his video to show a few folks where Vimeo is blocked.</p>
<p>On the Vimeo page for the video above, Jesse points folks back to Kadence.tv to download the video. However, it is not there. So I began to research how to download videos from Vimeo.</p>
<p>On a side note, I seriously heart Vimeo.I love how they welcome me home when I stop by.</p>
<p><a  href="http://www.crucialthought.com/wp-content/uploads/vimeo.jpg"><img class="alignleft size-medium wp-image-642" title="vimeo" src="http://www.crucialthought.com/wp-content/uploads/vimeo-300x204.jpg" alt="vimeo home page" width="300" height="204" /></a></p>
<p>I think Vimeo has the most polished video sharing site without much of the drivel found at other sites. And yes, I know that it is possible to make a video available for download. Ethical discussions aside, here&#8217;s how I saved this video for offline viewing. Of course, I wouldn&#8217;t sell it or make a profit in any way, I simply wanted to view it offline.</p>
<p>Enter <a  href="http://ossguy.com/?p=841">Vimeo Downloader script</a>.</p>
<p>Through a quick search on the Google I found this script, which allows one to download Vimeo videos. I am not certain if this is the easiest way, but I tried Zamzar to no avail, and this worked. Here are the steps for making this work on Mac OS X Snow Leopard. I am not sure how well it works on Windows.</p>
<p>1. Download the script to the Desktop.</p>
<p>2. Open a terminal window and enter this command: chmod u+x ~/Desktop/vimeo_downloader.sh</p>
<p>3. Run the following command: ~/Desktop/vimeo_downloader.sh VIDEOID</p>
<p>(Replace VIDEOID with the numeric code from a video URL. For example if the URL is http://www.vimeo.com/6674062 you would replace VIDEOID with 6674062).</p>
<p>4. Look for the downloaded video to be named VIDEOID.flv on your Desktop.</p>
<p>UPDATE: The author of the original post mentions this in the comments that I thought worth mentioning here:</p>
<blockquote><p>For an easier method, try the Free Youtube user script, which places a Download link under each video (supports YouTube, Vimeo, blip.tv, and more):</p>
<p><a  rel="nofollow" href="http://userscripts.org/scripts/show/34765">http://userscripts.org/scripts/show/34765</a></p>
<p>To use it with Firefox, first install the Greasemonkey extension:</p>
<p><a  rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/748">https://addons.mozilla.org/en-US/firefox/addon/748</a></p></blockquote>
<p>The trouble is that user script totally changes how flash videos function in your browser. So yes, it does work to allow one to download a video, but it makes the user experience quite different. I will leave the script installed, but disabled. I&#8217;ll enable it as needed.</p>
<p>Interestingly, when I downloaded the file from Vimeo using the shell script, it downloaded as an .flv whereas using this Greasemonkey script it downloads as .mp4.</p>
<p>Update 2 (updated on November 14, 2010): The script author contacted me with an update. Here is the new link to <a  href="http://ossguy.com/?p=841">Vimeo Downloader Script</a>. I have also changed the links in the post.</p>
<img src="http://www.crucialthought.com/863dfb68/266bb3e6/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.crucialthought.com/2010/01/04/download-vimeo-videos-using-a-shell-script/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

