<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://townx.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>townx - Decoding FLV files with ffmpeg - Comments</title>
 <link>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg</link>
 <description>Comments for &quot;Decoding FLV files with ffmpeg&quot;</description>
 <language>en</language>
<item>
 <title>This definitely is one way</title>
 <link>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg#comment-39627</link>
 <description>&lt;p&gt;This definitely is one way to go about it. Though personaly I use keepvid to download from youtube, and it always has an option to just download the movie in an mp4 format. It&#039;s just less timeconsuming this way.&lt;/p&gt;</description>
 <pubDate>Mon, 15 Jun 2009 04:10:53 -0500</pubDate>
 <dc:creator>Diety</dc:creator>
 <guid isPermaLink="false">comment 39627 at http://townx.org</guid>
</item>
<item>
 <title>Thanks for the info. I&#039;ve</title>
 <link>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg#comment-39621</link>
 <description>&lt;p&gt;Thanks for the info. I&#039;ve been looking for a solution for this.&lt;/p&gt;</description>
 <pubDate>Sun, 14 Jun 2009 19:11:45 -0500</pubDate>
 <dc:creator>Guest</dc:creator>
 <guid isPermaLink="false">comment 39621 at http://townx.org</guid>
</item>
<item>
 <title>Got it working on my netbook</title>
 <link>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg#comment-39494</link>
 <description>&lt;p&gt;I ridiculously tired to save a few bucks when buying my netbook, by getting the Linux version instead of the Windows XP version.  I didn&#039;t think it mattered because I had another windows box.  But it died and now this blasted thing is my only computer and I am stuck Googling anytime I want to do anything usefull.  Thanks for posting this, I appreciate it.&lt;/p&gt;

&lt;p&gt;Barb&lt;/p&gt;</description>
 <pubDate>Thu, 28 May 2009 23:08:53 -0500</pubDate>
 <dc:creator>Barbara Ortagus</dc:creator>
 <guid isPermaLink="false">comment 39494 at http://townx.org</guid>
</item>
<item>
 <title>Thanks for the post. I also</title>
 <link>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg#comment-39401</link>
 <description>&lt;p&gt;Thanks for the post. I also faced with this problem an got an error. I could not do a thing with it. Error, error. I even wanted stop using Ubuntu Intrepid Ibex. How nice that there are such people as you who can find solutions and share it with others.  Now with the help of your advice I can do a compile without constant errors. &lt;/p&gt;</description>
 <pubDate>Tue, 19 May 2009 09:06:53 -0500</pubDate>
 <dc:creator>Single Maria</dc:creator>
 <guid isPermaLink="false">comment 39401 at http://townx.org</guid>
</item>
<item>
 <title>Decoding FLV files with ffmpeg</title>
 <link>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg</link>
 <description>&lt;p&gt;I&#039;m using Ubuntu Intrepid Ibex, but the ffmpeg distribution it comes with doesn&#039;t support recent &lt;span class=&quot;caps&quot;&gt;FLV &lt;/span&gt;file encodings (like some videos from YouTube). You get an error like this when you try to do anything with them:&lt;/p&gt;



&lt;pre&gt;
[flv @ 0xb800e4c8]Unsupported video codec (7)
&lt;/pre&gt;



&lt;p&gt;My solution was to checkout ffmpeg from its Subversion repository and compile it myself:&lt;/p&gt;



&lt;pre&gt;
$ svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg-svn
$ cd ffmpeg-svn
$ ./configure --prefix=~/apps/ffmpeg-svn --enable-libmp3lame
$ make install
&lt;/pre&gt;



&lt;p&gt;To do the compile, you&#039;ll probably need &lt;strong&gt;build-essential&lt;/strong&gt;, as well as &lt;strong&gt;libmp3lame-dev&lt;/strong&gt;, and the *-dev versions of any other codecs you want to use.&lt;/p&gt;

&lt;p&gt;Use the resulting binary to do the conversion:&lt;/p&gt;



&lt;pre&gt;
$ ~/apps/ffmpeg-svn/bin/ffmpeg -i infile.flv outfile.mpg
&lt;/pre&gt;



&lt;p&gt;It turns out this version does support those recent &lt;span class=&quot;caps&quot;&gt;FLV &lt;/span&gt;files, happily.&lt;/p&gt;</description>
 <comments>http://townx.org/blog/elliot/decoding-flv-files-ffmpeg#comments</comments>
 <category domain="http://townx.org/tech">tech</category>
 <category domain="http://townx.org/howtos">howtos</category>
 <pubDate>Tue, 12 May 2009 04:50:31 -0500</pubDate>
 <dc:creator>elliot</dc:creator>
 <guid isPermaLink="false">774 at http://townx.org</guid>
</item>
</channel>
</rss>
