<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Converting mp3 to flv with ffmpeg</title>
	<atom:link href="http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<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>
	<description>when nothing makes sense[shutdown -h now]</description>
	<lastBuildDate>Wed, 18 May 2011 11:42:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jessia Etchinson</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-177</link>
		<dc:creator>Jessia Etchinson</dc:creator>
		<pubDate>Wed, 18 May 2011 11:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-177</guid>
		<description>Great info thanks! What language is close to php as far as functionality and ease of use?</description>
		<content:encoded><![CDATA[<p>Great info thanks! What language is close to php as far as functionality and ease of use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-118</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 22 Sep 2010 21:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-118</guid>
		<description>Help, I use this 

FFMPEG$ ffmpeg -y -i audio_ardilla.mp3 -f flv -acodec libmp3lame -ab 192 -ac 1 salida.flv

, it not work

Input #0, mp3, from &#039;audio_ardilla.mp3&#039;:
  Duration: 00:03:42.03, start: 0.000000, bitrate: 192 kb/s
    Stream #0.0: Audio: mp3, 48000 Hz, stereo, s16, 192 kb/s
WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
Output #0, flv, to &#039;salida.flv&#039;:
    Stream #0.0: Audio: libmp3lame, 48000 Hz, mono, s16, 0 kb/s
Stream mapping:
  Stream #0.0 -&gt; #0.0
[libmp3lame @ 0x9f0a520]flv does not support that sample rate, choose from (44100, 22050, 11025).
Could not write header for output file #0 (incorrect codec parameters ?)</description>
		<content:encoded><![CDATA[<p>Help, I use this </p>
<p>FFMPEG$ ffmpeg -y -i audio_ardilla.mp3 -f flv -acodec libmp3lame -ab 192 -ac 1 salida.flv</p>
<p>, it not work</p>
<p>Input #0, mp3, from &#8216;audio_ardilla.mp3&#8242;:<br />
  Duration: 00:03:42.03, start: 0.000000, bitrate: 192 kb/s<br />
    Stream #0.0: Audio: mp3, 48000 Hz, stereo, s16, 192 kb/s<br />
WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s<br />
Output #0, flv, to &#8216;salida.flv&#8217;:<br />
    Stream #0.0: Audio: libmp3lame, 48000 Hz, mono, s16, 0 kb/s<br />
Stream mapping:<br />
  Stream #0.0 -&gt; #0.0<br />
[libmp3lame @ 0x9f0a520]flv does not support that sample rate, choose from (44100, 22050, 11025).<br />
Could not write header for output file #0 (incorrect codec parameters ?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowena Handzlik</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-115</link>
		<dc:creator>Rowena Handzlik</dc:creator>
		<pubDate>Thu, 05 Aug 2010 23:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-115</guid>
		<description>Outstanding website! I certainly enjoy reading here every time. Keep up the excellent work! Webmaster of </description>
		<content:encoded><![CDATA[<p>Outstanding website! I certainly enjoy reading here every time. Keep up the excellent work! Webmaster of</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupali</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-105</link>
		<dc:creator>Rupali</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-105</guid>
		<description>I used the command as suggested by TAO and it worked gr8.
But i am getting a warning as mentioned below. Can someone pls suggest how i can overcome this warning.
Can someone pls explain what if i change bitrate 64 to some higher bit rate, what effect it will have on the output file. i mean will the sound quality be affected? Please suggest.

WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s</description>
		<content:encoded><![CDATA[<p>I used the command as suggested by TAO and it worked gr8.<br />
But i am getting a warning as mentioned below. Can someone pls suggest how i can overcome this warning.<br />
Can someone pls explain what if i change bitrate 64 to some higher bit rate, what effect it will have on the output file. i mean will the sound quality be affected? Please suggest.</p>
<p>WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Root</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-103</link>
		<dc:creator>Root</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-103</guid>
		<description>When executing an ffmpeg command via php, it is important to add the following &quot; 2&gt;&amp;1&quot; at the end of the script.
e.g exec(FFMPEG_LIBRARY.’ffmpeg -i notify.wav newtest.mp3 2&gt;&amp;1 ′)</description>
		<content:encoded><![CDATA[<p>When executing an ffmpeg command via php, it is important to add the following &#8221; 2>&#038;1&#8243; at the end of the script.<br />
e.g exec(FFMPEG_LIBRARY.’ffmpeg -i notify.wav newtest.mp3 2>&#038;1 ′)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaymin</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-100</link>
		<dc:creator>jaymin</dc:creator>
		<pubDate>Thu, 24 Dec 2009 04:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-100</guid>
		<description>--ffmpeg is installed fine on my server
--when i used below php script, output is ...

define(&#039;FFMPEG_LIBRARY&#039;, &#039; /usr/local/bin/&#039;);

$exec_string = FFMPEG_LIBRARY.&#039;ffmpeg -y -i beep.mp3 -f flv -acodec libmp3 -ab 64 -ac 1 testfl.flv&#039;;

exec($exec_string) or die (&quot;ffmpeg did not work&quot;);

output is:
ffmpeg did not work

also i have used 

exec(FFMPEG_LIBRARY.&#039;ffmpeg -i notify.wav newtest.mp3&#039;);

but same result

can anyone help me in his?

thanks</description>
		<content:encoded><![CDATA[<p>&#8211;ffmpeg is installed fine on my server<br />
&#8211;when i used below php script, output is &#8230;</p>
<p>define(&#8216;FFMPEG_LIBRARY&#8217;, &#8216; /usr/local/bin/&#8217;);</p>
<p>$exec_string = FFMPEG_LIBRARY.&#8217;ffmpeg -y -i beep.mp3 -f flv -acodec libmp3 -ab 64 -ac 1 testfl.flv&#8217;;</p>
<p>exec($exec_string) or die (&#8220;ffmpeg did not work&#8221;);</p>
<p>output is:<br />
ffmpeg did not work</p>
<p>also i have used </p>
<p>exec(FFMPEG_LIBRARY.&#8217;ffmpeg -i notify.wav newtest.mp3&#8242;);</p>
<p>but same result</p>
<p>can anyone help me in his?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tao</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-74</link>
		<dc:creator>tao</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-74</guid>
		<description>use what you have: you were close...

ffmpeg -y -i live.mp3 -f flv -acodec libmp3lame -ab 64 -ac 1 live.flv</description>
		<content:encoded><![CDATA[<p>use what you have: you were close&#8230;</p>
<p>ffmpeg -y -i live.mp3 -f flv -acodec libmp3lame -ab 64 -ac 1 live.flv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-53</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-53</guid>
		<description>Using Ubuntu 8.04 and got the &quot;Unknown codec ‘libmp3′&quot; error message.

Just change it too mp3 and it should work.</description>
		<content:encoded><![CDATA[<p>Using Ubuntu 8.04 and got the &#8220;Unknown codec ‘libmp3′&#8221; error message.</p>
<p>Just change it too mp3 and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamran_Pakistan</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-52</link>
		<dc:creator>Kamran_Pakistan</dc:creator>
		<pubDate>Thu, 17 Sep 2009 06:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-52</guid>
		<description>This lib is required for conversion to the mp3 format,just reinstall ffmpeg with this lib included and it should be ok.</description>
		<content:encoded><![CDATA[<p>This lib is required for conversion to the mp3 format,just reinstall ffmpeg with this lib included and it should be ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amigo</title>
		<link>http://heardspace.sulehosting.co.za/2007/09/converting-mp3-to-flv-with-ffmpeg/comment-page-1/#comment-46</link>
		<dc:creator>Amigo</dc:creator>
		<pubDate>Fri, 03 Apr 2009 10:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://heardspace.sulehosting.co.za/?p=5#comment-46</guid>
		<description>Hello Mate

I tried to execute following ffmpeg,  

 ffmpeg -y -i /var/www/punehtml/streamspec/web/uploads/temp/ss_1238712868.mp3 -f flv -acodec libmp3 -ab 64 -ac 1 /var/www/punehtml/streamspec/web/uploads/temp/ss_mp3.flv

And getting 

Duration: 00:04:27.2, start: 0.000000, bitrate: 127 kb/s
  Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s
Unknown codec &#039;libmp3&#039;

Can you tell me what is this &#039;libmp3&#039; ??

Quite Urgent!!!

Thanks</description>
		<content:encoded><![CDATA[<p>Hello Mate</p>
<p>I tried to execute following ffmpeg,  </p>
<p> ffmpeg -y -i /var/www/punehtml/streamspec/web/uploads/temp/ss_1238712868.mp3 -f flv -acodec libmp3 -ab 64 -ac 1 /var/www/punehtml/streamspec/web/uploads/temp/ss_mp3.flv</p>
<p>And getting </p>
<p>Duration: 00:04:27.2, start: 0.000000, bitrate: 127 kb/s<br />
  Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s<br />
Unknown codec &#8216;libmp3&#8242;</p>
<p>Can you tell me what is this &#8216;libmp3&#8242; ??</p>
<p>Quite Urgent!!!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

