<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/YouTube</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 02:45:13 GMT</pubDate>
<item>
<title>(Bash) youtube rtsp CLI request - AUDIO TRACK only P2 - rowntreerob</title>
<link>http://snipplr.com/view/63341/youtube-rtsp-cli-request--audio-track-only-p2/</link>
<description><![CDATA[ <p>From a std page containing youtube video, how could you drill down to the youtube rtsp for that specific video and then get just the audio track?</p> ]]></description>
<pubDate>Wed, 15 Feb 2012 04:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/63341/youtube-rtsp-cli-request--audio-track-only-p2/</guid>
</item>
<item>
<title>(Bash) youtube rtsp CLI request - AUDIO TRACK only - rowntreerob</title>
<link>http://snipplr.com/view/56509/youtube-rtsp-cli-request--audio-track-only/</link>
<description><![CDATA[ <p>youtube cloud to store a video clip where client app wants only amr-nb audio. 
tactic to make good use of bandwidth over 3G...</p> ]]></description>
<pubDate>Wed, 13 Jul 2011 12:20:14 GMT</pubDate>
<guid>http://snipplr.com/view/56509/youtube-rtsp-cli-request--audio-track-only/</guid>
</item>
<item>
<title>(Bash) merge slides &amp;amp; audio for youtube upload with ffmpeg - rowntreerob</title>
<link>http://snipplr.com/view/56022/merge-slides--audio-for-youtube-upload-with-ffmpeg/</link>
<description><![CDATA[ <p>ffmpeg to create video that will upload OK to youtube
2 pass libx264 encoder followed by 1-pass .wmv output example</p> ]]></description>
<pubDate>Sat, 02 Jul 2011 02:03:10 GMT</pubDate>
<guid>http://snipplr.com/view/56022/merge-slides--audio-for-youtube-upload-with-ffmpeg/</guid>
</item>
<item>
<title>(Bash) EzTube: Playing YouTube Videos without Flash - ksaver</title>
<link>http://snipplr.com/view/40021/eztube-playing-youtube-videos-without-flash/</link>
<description><![CDATA[ <p>Yes, my code sucks, but I hope it will be useful... :-)</p> ]]></description>
<pubDate>Sun, 05 Sep 2010 13:45:45 GMT</pubDate>
<guid>http://snipplr.com/view/40021/eztube-playing-youtube-videos-without-flash/</guid>
</item>
<item>
<title>(Bash) Convert .ogg file to .avi - luizlopes</title>
<link>http://snipplr.com/view/20898/convert-ogg-file-to-avi/</link>
<description><![CDATA[ <p>after recording screen cast using recordmydesktop this is a fast way of converting the file to .avi so it can be uploaded to youtube or other video sharing sites.</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 14:42:27 GMT</pubDate>
<guid>http://snipplr.com/view/20898/convert-ogg-file-to-avi/</guid>
</item>
<item>
<title>(Bash) youtube call 5 - Get videoFeed(video_id) - rowntreerob</title>
<link>http://snipplr.com/view/17979/youtube-call-5--get-videofeedvideoid/</link>
<description><![CDATA[ <p>call for the feed using the video_id and get the xml response. see "yt:status"</p> ]]></description>
<pubDate>Thu, 06 Aug 2009 15:04:41 GMT</pubDate>
<guid>http://snipplr.com/view/17979/youtube-call-5--get-videofeedvideoid/</guid>
</item>
<item>
<title>(Bash) php util log access rept - youtube video - rowntreerob</title>
<link>http://snipplr.com/view/15079/php-util-log-access-rept--youtube-video/</link>
<description><![CDATA[ <p>daily hits on the youtube.video helper methods in 'utility' cls only on //ads</p> ]]></description>
<pubDate>Fri, 15 May 2009 14:52:18 GMT</pubDate>
<guid>http://snipplr.com/view/15079/php-util-log-access-rept--youtube-video/</guid>
</item>
<item>
<title>(Bash) youtube call 4 - spider version of call 2. get Location without a download of media - rowntreerob</title>
<link>http://snipplr.com/view/14742/youtube-call-4--spider-version-of-call-2-get-location-without-a-download-of-media/</link>
<description><![CDATA[ <p>java httpurlconnection or apache.commons..GetMethod will have to simulate a 'spider' where you process the GET but NO DOWNLOAD of media happens</p> ]]></description>
<pubDate>Tue, 05 May 2009 15:19:23 GMT</pubDate>
<guid>http://snipplr.com/view/14742/youtube-call-4--spider-version-of-call-2-get-location-without-a-download-of-media/</guid>
</item>
<item>
<title>(Bash) youtube call 3 - get the actual video steam/file directly from the cache - rowntreerob</title>
<link>http://snipplr.com/view/14638/youtube-call-3--get-the-actual-video-steamfile-directly-from-the-cache/</link>
<description><![CDATA[ <p>response from call #2 has "Location:" in the headers . See the '303' response, the direct location in cache that could be requested by client ( no token req'd ). This request does not need a token . It calls the cache.</p> ]]></description>
<pubDate>Fri, 01 May 2009 19:03:26 GMT</pubDate>
<guid>http://snipplr.com/view/14638/youtube-call-3--get-the-actual-video-steamfile-directly-from-the-cache/</guid>
</item>
<item>
<title>(Bash) youtube call 2 - get the actual video steam/file - rowntreerob</title>
<link>http://snipplr.com/view/14636/youtube-call-2--get-the-actual-video-steamfile/</link>
<description><![CDATA[ <p>using the token value from the first call for video information, get the video</p> ]]></description>
<pubDate>Fri, 01 May 2009 18:37:18 GMT</pubDate>
<guid>http://snipplr.com/view/14636/youtube-call-2--get-the-actual-video-steamfile/</guid>
</item>
<item>
<title>(Bash) youtube - call 1 get token for video - rowntreerob</title>
<link>http://snipplr.com/view/14635/youtube--call-1-get-token-for-video/</link>
<description><![CDATA[ <p>first call gets token, second call uses token for the actual media</p> ]]></description>
<pubDate>Fri, 01 May 2009 18:34:36 GMT</pubDate>
<guid>http://snipplr.com/view/14635/youtube--call-1-get-token-for-video/</guid>
</item>
<item>
<title>(Bash) Downloader y conversor de videos de YouTube - Distrotest</title>
<link>http://snipplr.com/view/5084/downloader-y-conversor-de-videos-de-youtube/</link>
<description><![CDATA[ <p>Un programa en español que baja y convierte a varios formatos de video los videos de Youtube.</p> ]]></description>
<pubDate>Fri, 15 Feb 2008 18:22:06 GMT</pubDate>
<guid>http://snipplr.com/view/5084/downloader-y-conversor-de-videos-de-youtube/</guid>
</item>
</channel>
</rss>