<?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: How-to: FFmpeg, FFmpeg-PHP, Lame, Libogg, Libvorbis, FLVtool2, Mplayer, Mencoder, AMR</title>
	<atom:link href="http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/</link>
	<description>buffle the world</description>
	<lastBuildDate>Fri, 12 Feb 2010 18:20:09 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sayan Acharjee</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-14595</link>
		<dc:creator>Sayan Acharjee</dc:creator>
		<pubDate>Wed, 10 Feb 2010 05:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-14595</guid>
		<description>When I was trying to install ffmpeg-php on fedora 9 I got the the following error while running make command:
make: *** No targets specified and no makefile found.  Stop.


can anyone help me with this? :&#124;</description>
		<content:encoded><![CDATA[<p>When I was trying to install ffmpeg-php on fedora 9 I got the the following error while running make command:<br />
make: *** No targets specified and no makefile found.  Stop.</p>
<p>can anyone help me with this? :|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdbrkpnt</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-14402</link>
		<dc:creator>cdbrkpnt</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-14402</guid>
		<description>hi,
i am new to ffmpeg i got ffmpeg installed on my ubuntu 9.04 and now when i try to convert flv to mp3 the command works great in shell but when i try to exec the same in my php it is not working ...

please let me know how to fix this ...

and i need to update ffmpeg to support vhook cause i am getting 

unrecognised -vhook

Please let me know about this .......

Thanks ...</description>
		<content:encoded><![CDATA[<p>hi,<br />
i am new to ffmpeg i got ffmpeg installed on my ubuntu 9.04 and now when i try to convert flv to mp3 the command works great in shell but when i try to exec the same in my php it is not working &#8230;</p>
<p>please let me know how to fix this &#8230;</p>
<p>and i need to update ffmpeg to support vhook cause i am getting </p>
<p>unrecognised -vhook</p>
<p>Please let me know about this &#8230;&#8230;.</p>
<p>Thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-13921</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-13921</guid>
		<description>Great thanks! Works for me on Ubuntu 9.10</description>
		<content:encoded><![CDATA[<p>Great thanks! Works for me on Ubuntu 9.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haldun</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-12120</link>
		<dc:creator>haldun</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-12120</guid>
		<description>Hi, very helpful thanks, 

ffmpeg ./configure is working but not accepting amr (not found!)--enable-libamr-nb --enable-libamr-wb.?</description>
		<content:encoded><![CDATA[<p>Hi, very helpful thanks, </p>
<p>ffmpeg ./configure is working but not accepting amr (not found!)&#8211;enable-libamr-nb &#8211;enable-libamr-wb.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mysoogal</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-11241</link>
		<dc:creator>mysoogal</dc:creator>
		<pubDate>Thu, 18 Jun 2009 23:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-11241</guid>
		<description>this is script to install all the crap, name it ffmpeg.sh and run it for debian, ubuntu :o

echo &quot;You&#039;re running Ubuntu version: \c&quot;;
version=$( cat /etc/issue &#124; grep 8.10 &gt;/dev/null &amp;&amp; echo 8.10 &#124;&#124; (cat /etc/issue &#124; grep 8.04 &gt;/dev/null &amp;&amp; echo 8.04 &#124;&#124; echo &quot;Unsupported version of Ubuntu&quot;) )
echo $version

if [ &quot;$version&quot; = &quot;8.04&quot; ]; then
    liblame=&quot;liblame-dev&quot;
elif [ &quot;$version&quot; = &quot;8.10&quot; ]; then
    liblame=&quot;libmp3lame-dev&quot;
else
    exit
fi

sudo apt-get -y update

echo &quot;Purging currently installed x264 libraries and ffmpeg.&quot;
sudo apt-get -y purge ffmpeg x264 libx264-dev

echo &quot;Installing dependencies.&quot;
sudo apt-get -y install build-essential subversion git-core checkinstall texi2html

echo &quot;Installing codec dev libraries.&quot;
sudo apt-get -y install libfaad-dev libfaac-dev $liblame libtheora-dev libvorbis-dev libxvidcore4-dev libschroedinger-dev libspeex-dev libgsm1-dev libfaac-dev libdts-dev libgsm1-dev zlib1g-dev libdc1394-dev
sudo apt-get -y build-dep ffmpeg

if [ &quot;$version&quot; = &quot;8.04&quot; ]; then
    echo &quot;Need to install YASM from source.&quot;
    wget http://www.tortall.net/projects/yasm/releases/yasm-0.7.2.tar.gz
    tar xzvf yasm-0.7.2.tar.gz
    cd yasm-0.7.2
    ./configure
    make
    sudo checkinstall --pkgname=yasm --default
    cd ..
else
    echo &quot;Installing YASM from apt respositories.&quot;
    sudo apt-get -y install yasm
fi

echo &quot;Installing x264 codec.&quot;
git clone git://git.videolan.org/x264.git
cd x264
./configure --enable-shared
make
sudo checkinstall --fstrans=no --install=yes --pkgname=x264 --pkgversion &quot;1:0.svn`date +%Y%m%d`-0.0ubuntu1&quot; --default
sudo ldconfig
cd ..

echo &quot;Getting ffmpeg source.&quot;
wget http://ffmpeg.org/releases/ffmpeg-0.5.tar.bz2
tar xjvf ffmpeg-0.5.tar.bz2
cd ffmpeg-0.5

echo &quot;Installing ffmpeg.&quot;
./configure --enable-gpl --enable-postproc --enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libxvid --enable-libvorbis --enable-libdc1394 --enable-libgsm
make
sudo checkinstall --fstrans=no --install=yes --pkgname=ffmpeg --pkgversion &quot;3:0.svn`date +%Y%m%d`-12ubuntu3&quot; --default</description>
		<content:encoded><![CDATA[<p>this is script to install all the crap, name it ffmpeg.sh and run it for debian, ubuntu :o</p>
<p>echo &#8220;You&#8217;re running Ubuntu version: \c&#8221;;<br />
version=$( cat /etc/issue | grep 8.10 &gt;/dev/null &amp;&amp; echo 8.10 || (cat /etc/issue | grep 8.04 &gt;/dev/null &amp;&amp; echo 8.04 || echo &#8220;Unsupported version of Ubuntu&#8221;) )<br />
echo $version</p>
<p>if [ "$version" = "8.04" ]; then<br />
    liblame=&#8221;liblame-dev&#8221;<br />
elif [ "$version" = "8.10" ]; then<br />
    liblame=&#8221;libmp3lame-dev&#8221;<br />
else<br />
    exit<br />
fi</p>
<p>sudo apt-get -y update</p>
<p>echo &#8220;Purging currently installed x264 libraries and ffmpeg.&#8221;<br />
sudo apt-get -y purge ffmpeg x264 libx264-dev</p>
<p>echo &#8220;Installing dependencies.&#8221;<br />
sudo apt-get -y install build-essential subversion git-core checkinstall texi2html</p>
<p>echo &#8220;Installing codec dev libraries.&#8221;<br />
sudo apt-get -y install libfaad-dev libfaac-dev $liblame libtheora-dev libvorbis-dev libxvidcore4-dev libschroedinger-dev libspeex-dev libgsm1-dev libfaac-dev libdts-dev libgsm1-dev zlib1g-dev libdc1394-dev<br />
sudo apt-get -y build-dep ffmpeg</p>
<p>if [ "$version" = "8.04" ]; then<br />
    echo &#8220;Need to install YASM from source.&#8221;<br />
    wget <a href="http://www.tortall.net/projects/yasm/releases/yasm-0.7.2.tar.gz" rel="nofollow">http://www.tortall.net/projects/yasm/releases/yasm-0.7.2.tar.gz</a><br />
    tar xzvf yasm-0.7.2.tar.gz<br />
    cd yasm-0.7.2<br />
    ./configure<br />
    make<br />
    sudo checkinstall &#8211;pkgname=yasm &#8211;default<br />
    cd ..<br />
else<br />
    echo &#8220;Installing YASM from apt respositories.&#8221;<br />
    sudo apt-get -y install yasm<br />
fi</p>
<p>echo &#8220;Installing x264 codec.&#8221;<br />
git clone git://git.videolan.org/x264.git<br />
cd x264<br />
./configure &#8211;enable-shared<br />
make<br />
sudo checkinstall &#8211;fstrans=no &#8211;install=yes &#8211;pkgname=x264 &#8211;pkgversion &#8220;1:0.svn`date +%Y%m%d`-0.0ubuntu1&#8243; &#8211;default<br />
sudo ldconfig<br />
cd ..</p>
<p>echo &#8220;Getting ffmpeg source.&#8221;<br />
wget <a href="http://ffmpeg.org/releases/ffmpeg-0.5.tar.bz2" rel="nofollow">http://ffmpeg.org/releases/ffmpeg-0.5.tar.bz2</a><br />
tar xjvf ffmpeg-0.5.tar.bz2<br />
cd ffmpeg-0.5</p>
<p>echo &#8220;Installing ffmpeg.&#8221;<br />
./configure &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-pthreads &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-libmp3lame &#8211;enable-libtheora &#8211;enable-libx264 &#8211;enable-libxvid &#8211;enable-libvorbis &#8211;enable-libdc1394 &#8211;enable-libgsm<br />
make<br />
sudo checkinstall &#8211;fstrans=no &#8211;install=yes &#8211;pkgname=ffmpeg &#8211;pkgversion &#8220;3:0.svn`date +%Y%m%d`-12ubuntu3&#8243; &#8211;default</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Cvetic</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-11055</link>
		<dc:creator>Vladimir Cvetic</dc:creator>
		<pubDate>Fri, 22 May 2009 05:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-11055</guid>
		<description>Check permissions on those files.</description>
		<content:encoded><![CDATA[<p>Check permissions on those files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: error</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-11052</link>
		<dc:creator>error</dc:creator>
		<pubDate>Thu, 21 May 2009 21:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-11052</guid>
		<description>Hi, I am getting an error on ubuntu jaunty
at

# bzip2 -cd amrnb-7.0.0.2.tar.bz2 &#124; tar xvf -  
# bzip2 -cd amrwb-7.0.0.3.tar.bz2 &#124; tar xvf -  

Any ideas?

The files cannot be opened/no directory etc.</description>
		<content:encoded><![CDATA[<p>Hi, I am getting an error on ubuntu jaunty<br />
at</p>
<p># bzip2 -cd amrnb-7.0.0.2.tar.bz2 | tar xvf &#8211;<br />
# bzip2 -cd amrwb-7.0.0.3.tar.bz2 | tar xvf &#8211;  </p>
<p>Any ideas?</p>
<p>The files cannot be opened/no directory etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mysoogal</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-9971</link>
		<dc:creator>mysoogal</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-9971</guid>
		<description>you need Lamp server in ubuntu installed first to follow this completely

sudo apt-get install lamp

php5,mysql,perl package. when completes follow this guide.</description>
		<content:encoded><![CDATA[<p>you need Lamp server in ubuntu installed first to follow this completely</p>
<p>sudo apt-get install lamp</p>
<p>php5,mysql,perl package. when completes follow this guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Cvetic &#187; Blog Archive &#187; toGDImage() broken: Patching ffmpeg-php 0.6.0</title>
		<link>http://www.hazaah.com/ubuntu/how-to-ffmpeg-ffmpeg-php-lame-libogg-libvorbis-flvtool2-mplayer-mencoder-amr/comment-page-1/#comment-9560</link>
		<dc:creator>Vladimir Cvetic &#187; Blog Archive &#187; toGDImage() broken: Patching ffmpeg-php 0.6.0</dc:creator>
		<pubDate>Sun, 08 Feb 2009 17:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=149#comment-9560</guid>
		<description>[...] As fallow-up to previous post (link). [...]</description>
		<content:encoded><![CDATA[<p>[...] As fallow-up to previous post (link). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
