<?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>Download Spot &#187; Mencoder</title>
	<atom:link href="http://www.downloadspot.com/tag/mencoder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.downloadspot.com</link>
	<description>The best downloads</description>
	<lastBuildDate>Thu, 10 Jun 2010 03:57:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Install FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder</title>
		<link>http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/</link>
		<comments>http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:42:26 +0000</pubDate>
		<dc:creator>Download Spot</dc:creator>
				<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[FFmpeg-PHP]]></category>
		<category><![CDATA[flv2tool]]></category>
		<category><![CDATA[LAME MP3 Encoder]]></category>
		<category><![CDATA[Mencoder]]></category>
		<category><![CDATA[Mplayer]]></category>

		<guid isPermaLink="false">http://www.downloadspot.com/?p=78</guid>
		<description><![CDATA[
This was taken from a thread off the DWHS Forum http://www.dwhs.net/hostingforum/viewtopic.php?p=101337
The file needed at the end of this thread is HERE
This process requires root access and a full dedicated server.
cd /usr/local/src/
DOWNLOAD MODULES
wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz
wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2
wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
EXTRACT MODULES
tar zxvf lame-3.97.tar.gz
tar zxvf libogg-1.1.3.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
tar zxvf flvtool2_1.0.5_rc6.tgz
tar jxvf essential-20061022.tar.bz2
tar jxvf ffmpeg-php-0.5.1.tbz2
mkdir /usr/local/lib/codecs/
yum install gcc gmake <a href="http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/10/ffmpeg-logo.png"><img class="alignnone size-medium wp-image-79" title="ffmpeg-logo" src="http://www.downloadspot.com/wp-content/uploads/2009/10/ffmpeg-logo-300x73.png" alt="ffmpeg-logo" width="300" height="73" /></a></p>
<p>This was taken from a thread off the DWHS Forum <a href="http://www.dwhs.net/hostingforum/viewtopic.php?p=101337">http://www.dwhs.net/hostingforum/viewtopic.php?p=101337</a></p>
<p>The file needed at the end of this thread is <a href="http://www.downloadspot.com/downloads/ffmpeginstall.3.1.tar.gz">HERE</a></p>
<p><em>This process requires root access and a full dedicated server.</em></p>
<p>cd /usr/local/src/</p>
<p>DOWNLOAD MODULES</p>
<p>wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2<br />
wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz<br />
wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz<br />
wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2<br />
wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz<br />
wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz</p>
<p>EXTRACT MODULES</p>
<p>tar zxvf lame-3.97.tar.gz<br />
tar zxvf libogg-1.1.3.tar.gz<br />
tar zxvf libvorbis-1.1.2.tar.gz<br />
tar zxvf flvtool2_1.0.5_rc6.tgz<br />
tar jxvf essential-20061022.tar.bz2<br />
tar jxvf ffmpeg-php-0.5.1.tbz2</p>
<p>mkdir /usr/local/lib/codecs/</p>
<p>yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y</p>
<p>DOWNLOAD FFMPEG and MPLAYER</p>
<p>svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg<br />
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer<br />
cd /usr/local/src/mplayer</p>
<p>svn update</p>
<p>cd /usr/local/src/<br />
mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/<br />
chmod -R 755 /usr/local/lib/codecs/</p>
<p>LAME:</p>
<p>cd /usr/local/src/lame-3.97<br />
./configure<br />
make &amp;&amp; make install</p>
<p>LIBOGG</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/libogg-1.1.3<br />
./configure &#8211;enable-shared &amp;&amp; make &amp;&amp; make install<br />
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br />
export PKG_CONFIG_PATH</p>
<p>LIBVORBIS</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/libvorbis-1.1.2<br />
./configure &amp;&amp; make &amp;&amp; make install</p>
<p>FLVTOOL2</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/flvtool2_1.0.5_rc6/<br />
ruby setup.rb config<br />
ruby setup.rb setup<br />
ruby setup.rb install</p>
<p>MPLAYER</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/mplayer<br />
./configure &amp;&amp; make &amp;&amp; make install</p>
<p>cd /usr/local/src/</p>
<p>FFMPEG:</p>
<p>cd /usr/local/src/ffmpeg/<br />
./configure &#8211;enable-libmp3lame &#8211;enable-libvorbis &#8211;disable-mmx &#8211;enable-shared<br />
make<br />
make install</p>
<p>export LD_LIBRARY_PATH=/usr/local/lib/</p>
<p>ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50<br />
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51<br />
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49<br />
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0<br />
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51</p>
<p>FFMPEG-PHP:</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/ffmpeg-php-0.5.1/<br />
phpize<br />
./configure<br />
make<br />
make install</p>
<p>NOTICE: Make sure this is the correct php.ini for the box!!</p>
<p>echo &#8216;extension=ffmpeg.so&#8217; &gt;&gt; /usr/local/Zend/etc/php.ini</p>
<p>NOTICE: Make sure this is the correct php.ini for the box!!</p>
<p>RESTART APACHE</p>
<p>service httpd restart 	<span> </span></p>
<p>Known issues:</p>
<table border="0" cellspacing="1" cellpadding="3" width="90%" align="center">
<tbody>
<tr>
<td><span><strong>Quote:</strong></span></td>
</tr>
<tr>
<td>Sometimes your /tmp folder will not allow the installation so create a new one like this:</p>
<p>1. cd /usr/local/src<br />
2. mkdir tmp<br />
3. chmod 777 tmp<br />
4. export TMPDIR=/usr/local/src/tmp<br />
5. cd /usr/local/src/ffmpeg/<br />
6. ./configure &#8211;enable-libmp3lame &#8211;enable-libvorbis &#8211;disable-mmx &#8211;enable-shared &amp;&amp; make &amp;&amp; make install</td>
</tr>
</tbody>
</table>
<p><span> </span></p>
<table border="0" cellspacing="1" cellpadding="3" width="90%" align="center">
<tbody>
<tr>
<td><span><strong>Quote:</strong></span></td>
</tr>
<tr>
<td>If ffmpeg-php fails try the auto installer:</p>
<p>wget <a href="http://www.downloadspot.com/downloads/ffmpeginstall.3.1.tar.gz">http://www.downloadspot.com/downloads/ffmpeginstall.3.1.tar.gz</a></p>
<p>tar -xvzf ffmpeginstall.3.1.tar.gz</p>
<p>cd ffmpeginstall.3.1</p>
<p>./install.sh</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
