<?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>cogitsolution &#187; ffmpeg</title>
	<atom:link href="http://www.cogitsolutions.com/blog/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogitsolutions.com/blog</link>
	<description>Customized, Optimized, Generalized Solutions</description>
	<lastBuildDate>Thu, 08 Dec 2011 04:48:55 +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>libavdevice.so.52: cannot open shared object file:</title>
		<link>http://www.cogitsolutions.com/blog/2009/07/libavdeviceso52-cannot-open-shared-object-file/</link>
		<comments>http://www.cogitsolutions.com/blog/2009/07/libavdeviceso52-cannot-open-shared-object-file/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 05:45:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development - PHP]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[library file]]></category>

		<guid isPermaLink="false">http://www.cogitsolutions.com/blog/?p=22</guid>
		<description><![CDATA[Please make sure the symbolic links of ffmpeg require libraries are present in &#8220;/usr/lib&#8221;
Important: You will probably get errors such as: ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file, or some other library.
To solve this problem you must create symbolic links. Universal code would go something like this:
ln -s /usr/local/lib/[YOUR LIB [...]]]></description>
			<content:encoded><![CDATA[<p>Please make sure the symbolic links of ffmpeg require libraries are present in &#8220;/usr/lib&#8221;</p>
<p>Important: You will probably get errors such as: ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file, or some other library.</p>
<p>To solve this problem you must create symbolic links. Universal code would go something like this:</p>
<p>ln -s /usr/local/lib/[YOUR LIB NAME]/usr/lib/[YOUR LIB NAME]</p>
<p>For Example ::</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>
]]></content:encoded>
			<wfw:commentRss>http://www.cogitsolutions.com/blog/2009/07/libavdeviceso52-cannot-open-shared-object-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

