<?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>Web Server Hosting Knowledge base &#187; ffmpeg web hosting</title>
	<atom:link href="http://www.bodhost.com/web-hosting/tag/ffmpeg-web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bodhost.com/web-hosting</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 04:31:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux VPS Hosting : FFMPEG Installation</title>
		<link>http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/</link>
		<comments>http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/#comments</comments>
		<pubDate>Sat, 31 May 2008 20:33:22 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Linux VPS Hosting]]></category>
		<category><![CDATA[ffmpeg vps hosting]]></category>
		<category><![CDATA[ffmpeg web hosting]]></category>
		<category><![CDATA[vps hosting]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/index.php/2008/05/31/linux-vps-hosting-ffmpeg-installation/</guid>
		<description><![CDATA[How to install FFmpeg on Linux VPS Hosting? FFmpeg is an important application software which is used to run a video website with streaming with conversion of video files into various video formats. By following the below steps you can install FFmpeg software easily on Linux VPS Hosting without compiling the files. yum install ffmpeg [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to install FFmpeg on<a href="http://www.bodhost.com/vps_hosting.shtml"><span style="color: #000000;"><span style="text-decoration: underline;"> </span>Linux VPS Hosting</span></a>?</strong></p>
<p>FFmpeg is an important application software which is used to run a video website with streaming with conversion of video files into various video formats. By following the below steps you can install FFmpeg software easily on <a href="http://www.bodhost.com/vps_hosting.shtml"><span style="color: #000000;">Linux VPS Hosting</span></a> without compiling the files.</p>
<p>yum install ffmpeg</p>
<p>If you will get command not found, then you will have to add few lines in the yum repository for dag installation.</p>
<p>Create a file named dag.repo in /etc/yum.repos.d with the following contents on it</p>
<p>[dag]<br />
name=Dag RPM Repository for Red Hat Enterprise Linux<br />
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag<br />
gpgcheck=1<br />
enabled=1</p>
<p>then</p>
<p>yum update</p>
<p>yum install ffmpeg</p>
<p>If everything works fine, then the installation should proceed smoothly and if not then you will get something like warning GPG public key missing .</p>
<p>To fix rpmforge GPG key warning:</p>
<p>rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</p>
<p>Most commonly you have GLIB 2.3 installed instead of GLIB 2.4 version. To check the current GLIB version installed on your server. just use</p>
<p>yum list glib*</p>
<p>and it will list all the packages whether installed or not. Try to see whether Glibc 2.4 installed, if not you will need to upgrade your Centos to latest version of 5.</p>
<p>How to check the ffmpeg working?<br />
Finally, check the ffmpeg whether it is working or not.</p>
<p>&gt; ffmpeg<br />
&gt; ffmpeg -formats<br />
&gt; ffmpeg &#8211;help<br />
// This lists path of mpeg, its modules and other path information<br />
&gt; ffmpeg -i Input.file Output.file</p>
<p>To check what audi/video formats are supported<br />
ffmpeg -formats &gt; ffmpeg-format.txt</p>
<p>Open the ffmpeg-formats.txt to see the ooutput</p>
<p>D means decode<br />
E means encode<br />
V means video<br />
A means audio<br />
T = Truncated</p>
<p><strong>How to install FFMPEG-PHP Extension?</strong></p>
<p>FFmpeg-php is a very good extension and wrapper for PHP which can pull useful information about video through API interface on a <a href="http://www.bodhost.com/vps_hosting.shtml"><span style="color: #000000;">Linux VPS Hosting</span></a>. Inorder to install it you will have to download the source file and then compile and install extension on your server. You can download the source tarball from : http://ffmpeg-php.sourceforge.net/</p>
<p>wget /path/to/this/file/ffmpeg-php-0.5.2.1.tbz2</p>
<p>tar -xjf ffmpeg-0.5.2.1.tbz2</p>
<p>phpize</p>
<p>./configure<br />
make<br />
make install</p>
<p>Common types of Errors are as follows:-</p>
<p>1)If you get command not found error for phpize, then you will need to do yum install php-devel</p>
<p>2)If you get an error like shared libraries not found problem and the program stops in the middle, then you must specify the ffmpeg installed path explicitly to the ./configure.</p>
<p>3)“configure: error: ffmpeg shared libraries not found. Make sure ffmpeg is compiled as shared libraries using the –enable-shared option”</p>
<p>How to fix these errors:</p>
<p>1) First find out the ffmpeg path with ffmpeg –help command. The prefix default path should be like /usr/local/cpffmpeg<br />
2) Configure the FFmpeg-php with –with-ffmpeg option</p>
<p>./configure &#8211;with-ffmpeg=/usr/local/cpffmpeg</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Del.icio.us" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To digg" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Linux+VPS+Hosting+%3A+FFMPEG+Installation&amp;u=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To FURL" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To reddit" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Linux+VPS+Hosting+%3A+FFMPEG+Installation&amp;url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;version=0.7" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Feed Me Links" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Technorati" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;t=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Yahoo My Web" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;h=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Newsvine" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation&amp;description=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Ma.gnolia" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Stumble Upon" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Google Bookmarks" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Squidoo" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Blogmarks" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Bloglines" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;T=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Propeller" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Live-MSN" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Linux+VPS+Hosting+%3A+FFMPEG+Installation&amp;url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To SlashDot" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;t=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To FaceBook" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Mixx" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Linux+VPS+Hosting+%3A+FFMPEG+Installation&amp;c=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To MySpace" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/&amp;title=Linux+VPS+Hosting+%3A+FFMPEG+Installation&amp;srcURL=http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Google Buzz" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Linux VPS Hosting : FFMPEG Installation' To Social Bookmarking Reloaded" alt="Add 'Linux VPS Hosting : FFMPEG Installation' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Linux+VPS+Hosting+%3A+FFMPEG+Installation+http%3A%2F%2Ftinyurl.com%2F25tazvj" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Linux+VPS+Hosting+%3A+FFMPEG+Installation+http%3A%2F%2Ftinyurl.com%2F25tazvj" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/linux-vps-hosting-ffmpeg-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

