<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The BFC Computing Weblog: Presidential Debate to mp3 HOWTO</title>
    <link>http://blog.bfccomputing.com/articles/2008/10/16/presidential-debate-to-mp3-howto</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>My God, It's Full of Source!</description>
    <item>
      <title>Presidential Debate to mp3 HOWTO</title>
      <description>&lt;p&gt;To get the presidential debates as mp3&amp;#8217;s:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;go to the [CSPAN YouTube channel](www.youtube.com/cspan)
&lt;li&gt;Play the debate (before you go home, e.g.)
&lt;li&gt;Pull the debate .flv file from your cache (e.g. FlashTmp0)
&lt;li&gt;run it through ffmpeg to extract the mp3
&lt;/ul&gt;

&lt;p&gt;To get the file from your cache, figure out where the flash cache is and run an rsync job like so (OSX paths here):&lt;/p&gt;

&lt;blockquote&gt;&lt;pre&gt;
#!/bin/tcsh
while (1)
#make this flashcopy directory first
rsync -av --partial /private/var/tmp/folders.$UID/TemporaryItems/FlashTmp* flashcopy 
sleep 1
end
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;To convert with ffmpeg:&lt;/p&gt;

&lt;blockquote&gt;ffmpeg -i debate.flv -acodec copy debate.mp3&lt;/blockquote&gt;

&lt;p&gt;The file&amp;#8217;s sound track is already mp3 so ffmpeg simply extracts and containerizes it for you.&lt;/p&gt;

&lt;p&gt;And no doubt you can do something easy like download it from iTunes or PBS instead.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2008 20:33:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:5be3333f-03bb-49ba-8aa3-20d66b307b8c</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/10/16/presidential-debate-to-mp3-howto</link>
      <category>Web</category>
      <category>Politics</category>
      <category>Open Source</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4794</trackback:ping>
    </item>
  </channel>
</rss>
