<?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>My Heard Space &#187; FFmpeg</title>
	<atom:link href="http://heardspace.sulehosting.co.za/category/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://heardspace.sulehosting.co.za</link>
	<description>when nothing makes sense[shutdown -h now]</description>
	<lastBuildDate>Wed, 07 Oct 2009 21:32:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Random FFmpeg and Mencoder Commands</title>
		<link>http://heardspace.sulehosting.co.za/2009/10/random-ffmpeg-and-mencoder-commands/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://heardspace.sulehosting.co.za/2009/10/random-ffmpeg-and-mencoder-commands/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:06:49 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[FFmpeg]]></category>

		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/2009/10/random-ffmpeg-and-mencoder-commands/</guid>
		<description><![CDATA[I keep a list of all the  FFmpeg / Mencoder command that I come across on the Internet and add it to my Knotes for future refernce, Today I am sharing the list. The credit goes to all the website and forums which I have come across to build this nice little list of [...]]]></description>
			<content:encoded><![CDATA[<p>I keep a list of all the  <a href="http://ffmpeg.org/">FFmpeg</a> / <a href="http://en.wikipedia.org/wiki/MEncoder">Mencoder</a> command that I come across on the Internet and add it to my <a href="http://pim.kde.org/components/knotes.php">Knotes</a> for future refernce, Today I am sharing the list. The credit goes to all the website and forums which I have come across to build this nice little list of <a href="http://ffmpeg.org/">FFmpeg</a> / <a href="http://en.wikipedia.org/wiki/MEncoder">Mencoder</a> commands.<br />
<strong>Capture video of a linux desktop</strong><br />
$ ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -sameq /tmp/out</p>
<p><strong>Convert other video to FLV</strong><br />
$ ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320&#215;240 video</p>
<p><strong>Download YouTube videos as .flv and convert them to .3gp for your mobile phone.</strong><br />
$ ffmpeg -i file.flv -r 15 -b 128k -s qcif -acodec amr_nb -ar 8000 -ac 1 -ab 13 -f 3gp -y out.3gp</p>
<p><strong>Extract audio and video from a file</strong><br />
$ ffmpeg -i source_movie.flv -vcodec mpeg2video target_video.m2v -acodec copy target_audio.mp3</p>
<p><strong>Convert bunch off oggs to mp3</strong><br />
$ for x in *.ogg; do ffmpeg -i &#8220;$x&#8221; &#8220;`basename &#8220;$x&#8221; .ogg`.mp3&#8243;</p>
<p><strong>AAC conversion</strong><br />
$ ffmpeg -i source.mp3 -acodec libfaac -ab 128k dest.aac<br />
<strong>iPod / iPhone<br />
</strong>$ ffmpeg -i input -acodec libfaac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320&#215;180 -title X output.mp4<br />
<strong>convert-almost-any-image-into-a-video</strong><br />
$ ffmpeg -loop_input -f image2 -r 30000/1001 -t $seconds -i frame/$num.ppm -y frame/%02d.mpeg 2&gt;/dev/null</p>
<p><strong>Record MP3 audio via ALSA using ffmpeg</strong><br />
$ ffmpeg -f alsa -ac 2 -i hw:1,0 -acodec libmp3lame -ab 96k output.mp3</p>
<p><strong>Convert files to xvid </strong></p>
<p>$ mencoder &#8220;$1&#8243; -ofps 23.976 -ovc lavc -oac copy -o &#8220;$1&#8243;.avi</p>
<p><strong>Covert wmv to avi</strong><br />
$ mencoder &#8220;/path/to/file.wmv&#8221; -ofps 23.976 -ovc lavc -oac copy -o &#8220;/path/to/file.avi&#8221;<br />
<strong>Merge video files together using mencoder (part of mplayer)</strong><br />
$ mencoder -oac copy -ovc copy part1.avi part2.avi part3.avi -o full_movie.avi<br />
<strong>Encode a file to MPEG4 format</strong><br />
$ mencoder video.avi lavc -lavcopts vcodec=mpeg4:vbitrate=800 newvideo.avi</p>
<p><strong>Convert mp3/wav file to asterisk ulaw for music on hold (moh)</strong><br />
$ sox -v 0.125 -V &lt;mp3.mp3&gt; -t au -r 8000 -U -b -c 1 &lt;ulaw.ulaw&gt; resample -ql</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F10%2Frandom-ffmpeg-and-mencoder-commands%2F&amp;title=Random+FFmpeg+and+Mencoder+Commands" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>none]]></content:encoded>
			<wfw:commentRss>http://heardspace.sulehosting.co.za/2009/10/random-ffmpeg-and-mencoder-commands/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Converting mp3 files to iPhone ringtones in Linux</title>
		<link>http://heardspace.sulehosting.co.za/2009/03/converting-mp3-files-to-iphone-ringtones-in-linux/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://heardspace.sulehosting.co.za/2009/03/converting-mp3-files-to-iphone-ringtones-in-linux/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:17:37 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[FFmpeg]]></category>

		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/2009/03/converting-mp3-files-to-iphone-ringtones-in-linux/</guid>
		<description><![CDATA[I got a couple of emails a while ago about  people who were interested in creating ring tones for the  iPhone, Well since I do not own an iPhone or have any intentions of having one I have instead found a nice little how to guide for those interested in the subject &#8230;..read more.










none]]></description>
			<content:encoded><![CDATA[<p>I got a couple of emails a while ago about  people who were interested in creating ring tones for the  <span style="font-weight: bold"><a href="http://www.apple.com/iphone/" title="iPhone" target="_blank">iPhone</a>, </span>Well since I do not own an <a href="http://www.apple.com/iphone/" title="iPhone" target="_blank"><span style="font-weight: bold">iPhone</span></a> or have any intentions of having one I have instead found a nice little how to guide for those interested in the subject &#8230;..<a href="http://www.control-d.com/?p=60" title="iPhone ringtone" target="_blank">read more</a>.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2009%2F03%2Fconverting-mp3-files-to-iphone-ringtones-in-linux%2F&amp;title=Converting+mp3+files+to+iPhone+ringtones+in+Linux" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>none]]></content:encoded>
			<wfw:commentRss>http://heardspace.sulehosting.co.za/2009/03/converting-mp3-files-to-iphone-ringtones-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating small size ring tones</title>
		<link>http://heardspace.sulehosting.co.za/2008/02/creating-small-size-ring-tones/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://heardspace.sulehosting.co.za/2008/02/creating-small-size-ring-tones/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 00:01:36 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[FFmpeg]]></category>
<category>amr</category><category>ffmpeg</category><category>mobile</category><category>mp3</category>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=17</guid>
		<description><![CDATA[When you are in the business of selling ring tones there are certain elements that make it difficult to ensure 100% content delivery and with the added pressures to use DRM. The main issue which we will be looking at in this post will be the size issue, There are various ways to try and [...]]]></description>
			<content:encoded><![CDATA[<p>When you are in the business of selling ring tones there are certain elements that make it difficult to ensure 100% content delivery and with the added pressures to use <a href="http://en.wikipedia.org/wiki/Digital_rights_management" title="Digital rights management" target="_blank">DRM</a>. The main issue which we will be looking at in this post will be the size issue, There are various ways to try and reduce the size of your ring tone to allow for easy downloading for instance changing the bit-rate , changing the format(encoding) or just shorting the ring tone length. All the methods I just mentioned work but at a compromise to the quality or length of the ring tone. My solution is no different at all to the suggestions above but at least the quality will still be decent for the phone and the length will still be a full track.</p>
<p>Most ring tones in the market are of <a href="http://en.wikipedia.org/wiki/MP3" title="mp3" target="_blank">mp3</a> quality(<a href="http://en.wikipedia.org/wiki/Truetone" title="true tone" target="_blank">true tone</a>) but it  is not easy to download a full track <a href="http://en.wikipedia.org/wiki/MP3" title="mp3" target="_blank">mp3</a> song on the mobile phone yet, The technology is getting better but it is still very much unstable. An alternative to the <a href="http://en.wikipedia.org/wiki/MP3" title="mp3" target="_blank">mp3</a> download is to use amr encoding which offers good quality at a small file size, It is not cd quality but it is still decent for the mobile phone. You can offer this as alternative download option to your already <a href="http://en.wikipedia.org/wiki/MP3" title="mp3" target="_blank">mp3</a> or <a href="http://http://en.wikipedia.org/wiki/Windows_Media_Audio" target="_blank" title="Windows Media Audio">wma</a><a href="http://http://en.wikipedia.org/wiki/Windows_Media_Audio" title="Windows Media Audio"> </a>ring tone formats.</p>
<p>With <a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate" title="Adaptive multi-rate compression" target="_blank">amr</a> you can lower the file size e.g. 3 mega bytes full track(<a href="http://en.wikipedia.org/wiki/MP3" title="mp3" target="_blank">mp3</a>) to 500 kilo bytes full track (<a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate" title="Adaptive multi-rate compression" target="_blank">amr</a>). The only thing you might have to be careful about would be to check if the particular mobile phone does support amr format first before giving it the file because this can cause problems for you with users complaining about downloads not working. If you do not know how to perform checks on the phone &#8211; I would suggest you read my other previous post about achieving this feature &#8211; <a href="http://heardspace.sulehosting.co.za/?p=7" title="detecting mobile devices on your website" target="_blank">detecting mobile devices on your website</a> . <a href="http://heardspace.sulehosting.co.za/?p=7" title="detecting mobile devices on your website" target="_blank"><br />
</a></p>
<p>Lets start converting.<br />
Please Note: This post assumes you have <a href="http://en.wikipedia.org/wiki/Ffmpeg" title="Ffmpeg">Ffmpeg</a> installed and configured on your machine,if you do not know what I mean please read the <a href="http://en.wikipedia.org/wiki/Ffmpeg" title="Ffmpeg">Ffmpeg</a> section on the site.</p>
<p>/user/bin/ffmpeg -y -i  ring.mp3 -ac 1 -ab 12.2k -ar 8000  -f amr -acodec libamr_nb  ring.amr</p>
<p>That is all it takes to get the <a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate" title="Adaptive multi-rate compression" target="_blank">amr</a> conversion working, you might want to play around with these options -ac 1 -ab 12.2k -ar 8000<br />
until you find the right quality and size for you. Please read about the <a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate" title="Adaptive multi-rate compression" target="_blank">amr</a> options available for use with <a href="http://en.wikipedia.org/wiki/Ffmpeg" title="Ffmpeg">Ffmpeg</a> and what values can be or cannot be changed.</p>
<p>That&#8217;s it folks, I will try to cover the <a href="http://en.wikipedia.org/wiki/Digital_rights_management" title="Digital rights management" target="_blank">DRM</a> section next time for those who do not know how to use it.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2008%2F02%2Fcreating-small-size-ring-tones%2F&amp;title=Creating+small+size+ring+tones" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><br /><strong>Tags:</strong> <a href="http://heardspace.sulehosting.co.za/tag/amr" title="Browse for amr" rel="tag">amr</a>, <a href="http://heardspace.sulehosting.co.za/tag/ffmpeg" title="Browse for ffmpeg" rel="tag">ffmpeg</a>, <a href="http://heardspace.sulehosting.co.za/tag/mobile" title="Browse for mobile" rel="tag">mobile</a>, <a href="http://heardspace.sulehosting.co.za/tag/mp3" title="Browse for mp3" rel="tag">mp3</a>]]></content:encoded>
			<wfw:commentRss>http://heardspace.sulehosting.co.za/2008/02/creating-small-size-ring-tones/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Converting mp3 to flv with ffmpeg</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 22:55:55 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[FFmpeg]]></category>
<category>ffmpeg</category><category>flv</category><category>mp3</category>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5</guid>
		<description><![CDATA[Sometime last year I encountered a problem with playing mp3 flies online, The problem I had was the player which I had embedded on the page only worked for windows machines which was a problem because I work on a Linux machine all the time. I then decided to convert the mp3 files to a [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime last year I encountered a problem with playing mp3 flies online, The problem I had was the player which I had embedded on the page only worked for windows machines which was a problem because I work on a Linux machine all the time. I then decided to convert the mp3 files to a flv format and use a <a href="http://www.jeroenwijering.com/?item=Flash_video_Player">flv player</a> on the site,this setup allowed for songs to be played on site via a flash player which worked on a Windows,Linux and Mac environments as long as the browser supported flash.</p>
<p>The code that did the trick:</p>
<p><em>ffmpeg -y -i myfile.mp3 -f flv -acodec libmp3 -ab 64 -ac 1 myfile.flv</em></p>
<p>This is useful if you are running a music site of some sort where you want to make sure that users can listen to the site music files online regard less of what operating system they are running.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-flv-with-ffmpeg%2F&amp;title=Converting+mp3+to+flv+with+ffmpeg" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><br /><strong>Tags:</strong> <a href="http://heardspace.sulehosting.co.za/tag/ffmpeg" title="Browse for ffmpeg" rel="tag">ffmpeg</a>, <a href="http://heardspace.sulehosting.co.za/tag/flv" title="Browse for flv" rel="tag">flv</a>, <a href="http://heardspace.sulehosting.co.za/tag/mp3" title="Browse for mp3" rel="tag">mp3</a>]]></content:encoded>
			<wfw:commentRss>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Converting mp3 to amr with ffmpeg</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-amr-with-ffmpeg/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-amr-with-ffmpeg/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 01:40:50 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[FFmpeg]]></category>
<category>amr</category><category>ffmpeg</category><category>mp3</category>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=4</guid>
		<description><![CDATA[Lets start by checking if you have amr support enabled with ffmpeg, Type ffmpeg in you console to check if it is in your $PATH Or preferable you can run it from where it is installed e.g /usr/local/ffmpeg/bin/ffmpeg
When I run my ffmpeg without any parameters this is what I get.
FFmpeg version SVN-r9833, Copyright (c) 2000-2007 [...]]]></description>
			<content:encoded><![CDATA[<p>Lets start by checking if you have amr support enabled with ffmpeg, Type ffmpeg in you console to check if it is in your $PATH Or preferable you can run it from where it is installed e.g <em>/usr/local/ffmpeg/bin/ffmpeg</em></p>
<p>When I run my ffmpeg without any parameters this is what I get.</p>
<p><em>FFmpeg version SVN-r9833, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br />
configuration: &#8211;enable-shared &#8211;enable-gpl &#8211;enable-pp &#8211;enable-liba52 &#8211;enable-libamr-nb &#8211;enable-libamr-wb &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-libmp3lame &#8211;enable-libogg &#8211;enable-libvorbis &#8211;enable-libx264 &#8211;enable-libxvid &#8211;disable-mmx &#8211;enable-libtheora</em></p>
<p>Which means I have both versions of amr installed. For the sake of demonstration  I a m going to use libamr_wb which is what I need to create true tones from mp3, Just remember you can use other formats besides amr to create ring tones.</p>
<p><em>ffmpeg -y -i myaudio.mp3 -ab 18.25k -ar 16000 -acodec libamr_wb -ac 1 mynewaudio.amr 2&gt;&amp;1</em></p>
<p>Be careful on which libamr you decide to use because they accept sampling rates which are very different, If you upload this to your phone it should play. The One nice thing about using amr is that you can cut down on the mp3 file size by more than 200% e.g. <em>take a mp3 song which is 2.5mb in size and you convert that with the settings given above, you will have an amr file which is roughly at 500kb in size and it is still a full length song but just the quality is not as good as mp3</em>. For best results try to play around with bit rate(-ab) variables.</p>
<p>Please note that some cellphones don&#8217;t support amr, so you will still have to try out other formats for them.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fconverting-mp3-to-amr-with-ffmpeg%2F&amp;title=Converting+mp3+to+amr+with+ffmpeg" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><br /><strong>Tags:</strong> <a href="http://heardspace.sulehosting.co.za/tag/amr" title="Browse for amr" rel="tag">amr</a>, <a href="http://heardspace.sulehosting.co.za/tag/ffmpeg" title="Browse for ffmpeg" rel="tag">ffmpeg</a>, <a href="http://heardspace.sulehosting.co.za/tag/mp3" title="Browse for mp3" rel="tag">mp3</a>]]></content:encoded>
			<wfw:commentRss>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-amr-with-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I installed my FFMPEG</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/how-i-installed-my-ffmpeg/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://heardspace.sulehosting.co.za/2007/09/how-i-installed-my-ffmpeg/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 19:17:38 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[FFmpeg]]></category>
<category>amr</category><category>faac</category><category>ffmpeg</category><category>lame</category><category>libogg</category><category>mplayer</category><category>x264</category><category>xvid</category>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=3</guid>
		<description><![CDATA[I have read through a lot of tutorial about installing ffmpeg and I guess you can say that I&#8217;m giving back some of the experience I have sort of acquired along the way. First thing you need to do is decide what codecs/formats you want to use based on the codecs which ffmpeg supports.

AMR and [...]]]></description>
			<content:encoded><![CDATA[<p>I have read through a lot of tutorial about installing ffmpeg and I guess you can say that I&#8217;m giving back some of the experience I have sort of acquired along the way. First thing you need to do is decide what codecs/formats you want to use based on the codecs which ffmpeg supports.</p>
<ul>
<li>AMR and 3gp [http://www.penguin.cz/~utx/amr]</li>
<li>X264  [http://www.videolan.org/developers/x264.html]</li>
<li>Xvid [http://www.xvid.org/Downloads.43.0.html]</li>
<li>FAAC and FAAD2 [http://faac.sourceforge.net/oldsite/index.php]</li>
<li>Libmp4v2 [http://resare.com/libmp4v2/]</li>
<li>Libogg , Libvorbis and Libtheora [http://xiph.org/downloads/]</li>
<li> Mplayer + Mencoder [svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer]</li>
<li>FFMPEG [svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg]</li>
<li>Lame [http://lame.sourceforge.net/index.php]</li>
<li>Flv tools [<code>http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz</code>]</li>
</ul>
<p>After you have decided which ones you gonna install you can now start downloading and compiling them, just decide on your installation if you gonna install them with default parameters e.g. ./configure or with a directory  e.g ./configure &#8211;prefix=$HOME.</p>
<p>Here are two tutorials which talk about the same thing but do help with the installations.</p>
<p><a href="http://vexxhost.com/blog/2007/03/03/installing-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-libogg-%e2%80%93-the-easy-way/" target="_blank">installing ffmpeg &#8211; the easy way</a></p>
<p><a href="http://linux.justinhartman.com/FFmpeg,_FFmpeg-PHP,_Lame,_Libogg,_Libvorbis,_FLVtool2,_Mplayer,_Mencoder,_AMR_Installation" target="_blank">FFmpeg, FFmpeg-PHP, Lame, Libogg, Libvorbis, FLVtool2, Mplayer, Mencoder, AMR Installation</a></p>
<p>the both look very similar in approach but they both help.</p>
<p>when installing my codecs I prefixed them to their own directories e.g ./configure &#8211;prefix=/usr/local/lame which gave me a hard time when compiling ffmpeg to support them. After going through enough forums and maillists I finally got it to it to compile as follows,</p>
<p><em>./configure &#8211;prefix=/usr/local/ffmpeg &#8211;disable-mmx  &#8211;enable-gpl &#8211;enable-pp &#8211;enable-liba52 &#8211;extra-ldflags=-L/usr/local/liba52dec/lib/ &#8211;extra-cflags=-I/usr/local/liba52dec/include/ &#8211;enable-libmp3lame &#8211;extra-ldflags=-L/usr/local/lame/lib/ &#8211;extra-cflags=-I/usr/local/lame/include/  &#8211;enable-libamr-nb &#8211;extra-ldflags=-L/usr/local/amrnb/lib/ &#8211;extra-cflags=-I/usr/local/amrnb/include/ &#8211;enable-libamr-wb &#8211;extra-ldflags=-L/usr/local/amrwb/lib/ &#8211;extra-cflags=-I/usr/local/amrwb/include/ &#8211;enable-libfaac &#8211;extra-ldflags=-L/usr/local/faac/lib/ &#8211;extra-cflags=-I/usr/local/faac/include/ &#8211;enable-libfaad &#8211;enable-libx264 &#8211;enable-libxvid &#8211;extra-ldflags=-L/usr/local/xvidcore/lib/ &#8211;extra-cflags=-I/usr/local/xvidcore/include/ &#8211;enable-libogg &#8211;extra-ldflags=-L/usr/local/libogg/lib/ &#8211;extra-cflags=-I/usr/local/libogg/include/ &#8211;enable-libvorbis &#8211;extra-ldflags=-L/usr/local/libvorbis/lib/ &#8211;extra-cflags=-I/usr/local/libvorbis/include/ &#8211;enable-libtheora &#8211;extra-ldflags=-L/usr/local/libtheora/lib/ &#8211;extra-cflags=-I/usr/local/libtheora/include/ </em></p>
<p>after you are done you ffmpeg should now work fine, but if it complains about missing libraries you can append them to /etc/ld.so.conf  file e.g echo  <em>&#8220;/usr/local/xvidcore/lib/&#8221; &gt;&gt; </em>/etc/ld.so.conf<em> </em>and then do an  ldconfig. That should get you converting videos and audio files with ffmpeg.</p>
<p>when I run ffmpeg on my server</p>
<p>/usr/local/ffmpeg/bin # ./ffmpeg</p>
<p>FFmpeg version SVN-r10131, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br />
configuration: &#8211;prefix=/usr/local/ffmpeg &#8211;disable-mmx &#8211;enable-gpl &#8211;enable-pp &#8211;enable-liba52 &#8211;extra-ldflags=-L/usr/local/liba52dec/lib/ &#8211;extra-cflags=-I/usr/local/liba52dec/include/ &#8211;enable-libmp3lame &#8211;extra-ldflags=-L/usr/local/lame/lib/ &#8211;extra-cflags=-I/usr/local/lame/include/ &#8211;enable-libamr-nb &#8211;extra-ldflags=-L/usr/local/amrnb/lib/ &#8211;extra-cflags=-I/usr/local/amrnb/include/ &#8211;enable-libamr-wb &#8211;extra-ldflags=-L/usr/local/amrwb/lib/ &#8211;extra-cflags=-I/usr/local/amrwb/include/ &#8211;enable-libfaac &#8211;extra-ldflags=-L/usr/local/faac/lib/ &#8211;extra-cflags=-I/usr/local/faac/include/ &#8211;enable-libfaad &#8211;enable-libx264 &#8211;enable-libxvid &#8211;extra-ldflags=-L/usr/local/xvidcore/lib/ &#8211;extra-cflags=-I/usr/local/xvidcore/include/ &#8211;enable-libogg &#8211;extra-ldflags=-L/usr/local/libogg/lib/ &#8211;extra-cflags=-I/usr/local/libogg/include/ &#8211;enable-libvorbis &#8211;extra-ldflags=-L/usr/local/libvorbis/lib/ &#8211;extra-cflags=-I/usr/local/libvorbis/include/ &#8211;enable-libtheora &#8211;extra-ldflags=-L/usr/local/libtheora/lib/ &#8211;extra-cflags=-I/usr/local/libtheora/include/<br />
libavutil version: 49.5.0<br />
libavcodec version: 51.41.0<br />
libavformat version: 51.12.2<br />
built on Aug 21 2007 15:30:46, gcc: 4.1.2 20061115 (prerelease) (SUSE Linux)<br />
usage: ffmpeg [[infile options] -i infile]&#8230; {[outfile options] outfile}&#8230;<br />
Hyper fast Audio and Video encoder</p>
<p>I hope this help, If you are still having problems getting ffmpeg to work on you machine atfer following all the links I provided Please let me know. If you have any suggestions please leave a comment.</p>
<p><a href="http://vexxhost.com/blog/2007/03/03/installing-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-libogg-%e2%80%93-the-easy-way/" target="_blank"></a></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fheardspace.sulehosting.co.za%2F2007%2F09%2Fhow-i-installed-my-ffmpeg%2F&amp;title=How+I+installed+my+FFMPEG" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><br /><strong>Tags:</strong> <a href="http://heardspace.sulehosting.co.za/tag/amr" title="Browse for amr" rel="tag">amr</a>, <a href="http://heardspace.sulehosting.co.za/tag/faac" title="Browse for faac" rel="tag">faac</a>, <a href="http://heardspace.sulehosting.co.za/tag/ffmpeg" title="Browse for ffmpeg" rel="tag">ffmpeg</a>, <a href="http://heardspace.sulehosting.co.za/tag/lame" title="Browse for lame" rel="tag">lame</a>, <a href="http://heardspace.sulehosting.co.za/tag/libogg" title="Browse for libogg" rel="tag">libogg</a>, <a href="http://heardspace.sulehosting.co.za/tag/mplayer" title="Browse for mplayer" rel="tag">mplayer</a>, <a href="http://heardspace.sulehosting.co.za/tag/x264" title="Browse for x264" rel="tag">x264</a>, <a href="http://heardspace.sulehosting.co.za/tag/xvid" title="Browse for xvid" rel="tag">xvid</a>]]></content:encoded>
			<wfw:commentRss>http://heardspace.sulehosting.co.za/2007/09/how-i-installed-my-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
