<?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: Compiled linux ffmpeg binary for Gallery2: download</title> <atom:link href="https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Mon, 01 Jan 2024 17:12:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-139551</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Sun, 25 Mar 2012 21:48:08 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-139551</guid> <description><![CDATA[@Adam, you probably need an approach similar to http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html (but for your library instead of libmp3lame).]]></description> <content:encoded><![CDATA[<p>@Adam, you probably need an approach similar to <a
href="http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html" rel="nofollow">http://bogdan.org.ua/2008/03/12/instructions-on-installing-libmp3lame-enabled-ffmpeg-on-shared-linux-hosting.html</a> (but for your library instead of libmp3lame).</p> ]]></content:encoded> </item> <item><title>By: Adam</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-139316</link> <dc:creator><![CDATA[Adam]]></dc:creator> <pubDate>Mon, 12 Mar 2012 06:29:20 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-139316</guid> <description><![CDATA[Hello!
Do you know what might the problem with shared libraries Godaddy shared hosting? The binary of ffmpeg i have works fine, but i need AAC support now. here&#039;s my code:
&lt;code&gt;
$ffmpeg = &quot;/absolute/path/to/ffmpeg&quot;; // this is a folder that contains ffmpeg (binary) and libfaac.so and libfaad.so, all are chmod&#039;d to 755
$bash = &quot;#!/bin/bash\n&quot;;
$bash .= &quot;export LD_LIBRARY_PATH=$ffmpeg/:$ffmpeg 2&gt;&amp;1;\n&quot;;
$bash .= &quot;exec $ffmpeg/ffmpeg.faad -i &#039;$url&#039; -ab {$bitrate}k &quot;.PATH.&quot;$output 2&gt;&amp;1&quot;;
file_put_contents(&quot;temporarybashscript.sh&quot;,$bash);
chmod(&quot;temporarybashscript.sh&quot;,0755);
passthru(&quot;./temporarybashscript.sh&quot;, $status);
&lt;/code&gt;
and it returns the error message:
&lt;code&gt;/absolute/path/to/ffmpeg/ffmpeg.faad: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory&lt;/code&gt;
any ideas?]]></description> <content:encoded><![CDATA[<p>Hello!</p><p>Do you know what might the problem with shared libraries Godaddy shared hosting? The binary of ffmpeg i have works fine, but i need AAC support now. here&#8217;s my code:</p><p><code><br
/> $ffmpeg = "/absolute/path/to/ffmpeg"; // this is a folder that contains ffmpeg (binary) and libfaac.so and libfaad.so, all are chmod'd to 755<br
/> $bash = "#!/bin/bash\n";<br
/> $bash .= "export LD_LIBRARY_PATH=$ffmpeg/:$ffmpeg 2&gt;&amp;1;\n";<br
/> $bash .= "exec $ffmpeg/ffmpeg.faad -i '$url' -ab {$bitrate}k ".PATH."$output 2&gt;&amp;1";<br
/> file_put_contents("temporarybashscript.sh",$bash);<br
/> chmod("temporarybashscript.sh",0755);<br
/> passthru("./temporarybashscript.sh", $status);<br
/> </code></p><p>and it returns the error message:<br
/> <code>/absolute/path/to/ffmpeg/ffmpeg.faad: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory</code></p><p>any ideas?</p> ]]></content:encoded> </item> <item><title>By: ledm78</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-111965</link> <dc:creator><![CDATA[ledm78]]></dc:creator> <pubDate>Wed, 01 Sep 2010 20:35:11 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-111965</guid> <description><![CDATA[Hi Im using this but have a question about ffplay:
How do i enable ffplay to preview the conversions after e before runs?]]></description> <content:encoded><![CDATA[<p>Hi Im using this but have a question about ffplay:</p><p>How do i enable ffplay to preview the conversions after e before runs?</p> ]]></content:encoded> </item> <item><title>By: J.</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104989</link> <dc:creator><![CDATA[J.]]></dc:creator> <pubDate>Tue, 06 Apr 2010 01:54:04 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104989</guid> <description><![CDATA[Hi Bogdan,
You gave me hope for a while, until I realized this:
(Just)Removing the options that generate these kinds of errors makes the FFmpeg incomplete.
&quot;FAAD test failed&quot; is the result from doing that.
When I use FFmpeg from Dolphin 6.1.6 I have no problems recording video (but without sound), so it cannot be a permission issue.
It&#039;s because of missing audio codecs.
I also cannot uploading files. They are send, but no files are stored / saved, because of missing codecs.
The exact command line from Dolphin 7 is in the same post as you mention (there are no errors) and is resulting in the problems I started out with in the first place.
It actually doesn&#039;t say that there are no errors.
Dolphin is community site software and you can find all related information in the first post of that thread.
Thanks for your help, but I hope someone else will be able to assist me, so I can finally solve this issue.
Greetings,
J]]></description> <content:encoded><![CDATA[<p>Hi Bogdan,</p><p>You gave me hope for a while, until I realized this:<br
/> (Just)Removing the options that generate these kinds of errors makes the FFmpeg incomplete.<br
/> &#8220;FAAD test failed&#8221; is the result from doing that.</p><p>When I use FFmpeg from Dolphin 6.1.6 I have no problems recording video (but without sound), so it cannot be a permission issue.<br
/> It&#8217;s because of missing audio codecs.<br
/> I also cannot uploading files. They are send, but no files are stored / saved, because of missing codecs.</p><p>The exact command line from Dolphin 7 is in the same post as you mention (there are no errors) and is resulting in the problems I started out with in the first place.<br
/> It actually doesn&#8217;t say that there are no errors.</p><p>Dolphin is community site software and you can find all related information in the first post of that thread.</p><p>Thanks for your help, but I hope someone else will be able to assist me, so I can finally solve this issue.</p><p>Greetings,</p><p>J</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104957</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Sat, 03 Apr 2010 21:46:50 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104957</guid> <description><![CDATA[J,
when configure script says
&lt;blockquote&gt;Unknown option &quot;--enable-libogg&quot;&lt;/blockquote&gt;
then most likely this option is indeed unknown to (not supported by) that script.
Just remove any options generating these messages.
As for the
&lt;blockquote&gt;FAAD test failed&lt;/blockquote&gt;
- identify what that abbreviation stands for
- try to find [+ compile + install, if needed] missing packages
- try ./configure once again
Further down in that thread, &lt;a href=&quot;http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,7263/limit,10/limitstart,90/#8830&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt; actually shows ffmpeg working (there are no errors). If no files are created - that might be the problem with the permissions of the target directory.
To figure out if that ffmpeg from aforementioned comment actually works, you need to find the exact command line executed by Dolphin (I have no clue what that software is for), and try/&quot;debug&quot; it in the terminal window.
That is all I can help you with for now.]]></description> <content:encoded><![CDATA[<p>J,</p><p>when configure script says</p><blockquote><p>Unknown option &#8220;&#8211;enable-libogg&#8221;</p></blockquote><p>then most likely this option is indeed unknown to (not supported by) that script.</p><p>Just remove any options generating these messages.</p><p>As for the</p><blockquote><p>FAAD test failed</p></blockquote><p>- identify what that abbreviation stands for<br
/> - try to find [+ compile + install, if needed] missing packages<br
/> - try ./configure once again</p><p>Further down in that thread, <a
href="http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,7263/limit,10/limitstart,90/#8830" rel="nofollow">this comment</a> actually shows ffmpeg working (there are no errors). If no files are created &#8211; that might be the problem with the permissions of the target directory.</p><p>To figure out if that ffmpeg from aforementioned comment actually works, you need to find the exact command line executed by Dolphin (I have no clue what that software is for), and try/&#8221;debug&#8221; it in the terminal window.</p><p>That is all I can help you with for now.</p> ]]></content:encoded> </item> <item><title>By: J</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104956</link> <dc:creator><![CDATA[J]]></dc:creator> <pubDate>Sat, 03 Apr 2010 20:21:10 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104956</guid> <description><![CDATA[Hi chronos,
I was attempting to compile the latest FFmpeg version for Boonex Dolphin 7.0 community on a ClearOS 5.1 SP1 (based on Red Hat 4.1/ CentOS 5.4), but I was unsuccessful, because of missing dependencies.
I have also tried to use the latest version of ClearOS, but this was not working either.
At the moment, the only FFmpeg version that partly works is the one from the previous Dolphin 6.1.6, but I am looking for one that works 100%.
Since I am completely new to this, I don&#039;t know what information you need so here is a link to my latest attempts:
http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,7263/limit,10/limitstart,90/#8834
Can you help me, or guide me in the right direction please ... ?!?
Thanks,
J.]]></description> <content:encoded><![CDATA[<p>Hi chronos,</p><p>I was attempting to compile the latest FFmpeg version for Boonex Dolphin 7.0 community on a ClearOS 5.1 SP1 (based on Red Hat 4.1/ CentOS 5.4), but I was unsuccessful, because of missing dependencies.<br
/> I have also tried to use the latest version of ClearOS, but this was not working either.<br
/> At the moment, the only FFmpeg version that partly works is the one from the previous Dolphin 6.1.6, but I am looking for one that works 100%.</p><p>Since I am completely new to this, I don&#8217;t know what information you need so here is a link to my latest attempts:<br
/> <a
href="http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,7263/limit,10/limitstart,90/#8834" rel="nofollow">http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,7263/limit,10/limitstart,90/#8834</a></p><p>Can you help me, or guide me in the right direction please &#8230; ?!?</p><p>Thanks,</p><p>J.</p> ]]></content:encoded> </item> <item><title>By: Kithros</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104455</link> <dc:creator><![CDATA[Kithros]]></dc:creator> <pubDate>Thu, 04 Mar 2010 02:43:58 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-104455</guid> <description><![CDATA[Just FYI,
I was able to test the no lame version on hostgator. Not sure how kindly they will take to it, but it works. I am using it for Jomsocial.
~k]]></description> <content:encoded><![CDATA[<p>Just FYI,</p><p>I was able to test the no lame version on hostgator. Not sure how kindly they will take to it, but it works. I am using it for Jomsocial.</p><p>~k</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-86415</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Wed, 05 Nov 2008 18:17:02 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-86415</guid> <description><![CDATA[Andreas,
I might compile such a version as soon as time permits - and as soon as I do set up a compilation pipeline, which does everything [semi-]automatically.
If you are motivated enough to write a really simple bash script which would a) check-out current ffmpeg from svn and then b) compile and rename several targets with different compilation options - then I will run it and post resulting binaries here.]]></description> <content:encoded><![CDATA[<p>Andreas,</p><p>I might compile such a version as soon as time permits &#8211; and as soon as I do set up a compilation pipeline, which does everything [semi-]automatically.</p><p>If you are motivated enough to write a really simple bash script which would a) check-out current ffmpeg from svn and then b) compile and rename several targets with different compilation options &#8211; then I will run it and post resulting binaries here.</p> ]]></content:encoded> </item> <item><title>By: Andreas</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-85818</link> <dc:creator><![CDATA[Andreas]]></dc:creator> <pubDate>Sat, 01 Nov 2008 13:34:19 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-85818</guid> <description><![CDATA[Bogdan,
thanks a lot, your binaries are a lifesaver! ;)
I&#039;m not using them for shared hosting but for a Thecus N5200Pro NAS. Your ffmpeg compile is perfect for Gallery2,
but once I had it installed I wanted to transcode some video files to h264.
Do you think you could compile a version with lame, libfaac, libfaad AND libx264? That would be awesome!
Cheers]]></description> <content:encoded><![CDATA[<p>Bogdan,</p><p>thanks a lot, your binaries are a lifesaver! <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p><p>I&#8217;m not using them for shared hosting but for a Thecus N5200Pro NAS. Your ffmpeg compile is perfect for Gallery2,<br
/> but once I had it installed I wanted to transcode some video files to h264.</p><p>Do you think you could compile a version with lame, libfaac, libfaad AND libx264? That would be awesome!</p><p>Cheers</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-83026</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Fri, 03 Oct 2008 10:01:50 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-83026</guid> <description><![CDATA[Sjaak,
you can compile vhook-enabled version of ffmpeg yourself, if you need it that badly.
Unfortunately, I am not aware of any video-watermarking tools; I didn&#039;t even know it&#039;s possible with ffmpeg :)]]></description> <content:encoded><![CDATA[<p>Sjaak,</p><p>you can compile vhook-enabled version of ffmpeg yourself, if you need it that badly.</p><p>Unfortunately, I am not aware of any video-watermarking tools; I didn&#8217;t even know it&#8217;s possible with ffmpeg <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p> ]]></content:encoded> </item> <item><title>By: sjaak</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-83021</link> <dc:creator><![CDATA[sjaak]]></dc:creator> <pubDate>Fri, 03 Oct 2008 09:40:23 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-83021</guid> <description><![CDATA[thanks Bogdan,
But is there any good alternative for applying watermarks or logo&#039;s on our video?]]></description> <content:encoded><![CDATA[<p>thanks Bogdan,</p><p>But is there any good alternative for applying watermarks or logo&#8217;s on our video?</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-82767</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Wed, 01 Oct 2008 10:09:29 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-82767</guid> <description><![CDATA[On a second thought: no, vhook is deprecated, and will be removed from future versions of ffmpeg. It doesn&#039;t look worth including into binary builds; let&#039;s wait for something better and non-deprecated (&lt;a href=&quot;http://graphcomp.com/ffmpeg/&quot; rel=&quot;nofollow&quot;&gt;source&lt;/a&gt;).]]></description> <content:encoded><![CDATA[<p>On a second thought: no, vhook is deprecated, and will be removed from future versions of ffmpeg. It doesn&#8217;t look worth including into binary builds; let&#8217;s wait for something better and non-deprecated (<a
href="http://graphcomp.com/ffmpeg/" rel="nofollow">source</a>).</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-82766</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Wed, 01 Oct 2008 09:59:49 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-82766</guid> <description><![CDATA[Sjaak,
after looking into it, I might actually enable vhook for all further compilations of ffmpeg.
New binaries will be added here in the near future.
Also, I might be setting up compilation pipeline, probably even providing daily svn builds of several different ffmpeg configuration targets.]]></description> <content:encoded><![CDATA[<p>Sjaak,</p><p>after looking into it, I might actually enable vhook for all further compilations of ffmpeg.</p><p>New binaries will be added here in the near future.</p><p>Also, I might be setting up compilation pipeline, probably even providing daily svn builds of several different ffmpeg configuration targets.</p> ]]></content:encoded> </item> <item><title>By: sjaak</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-82728</link> <dc:creator><![CDATA[sjaak]]></dc:creator> <pubDate>Tue, 30 Sep 2008 14:03:36 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-82728</guid> <description><![CDATA[This article is awesome Bogdan! Is there also a compiled version of ffmpeg that supports vhook? This is used for watermarking videos with ffmpeg.
Thanks alot!]]></description> <content:encoded><![CDATA[<p>This article is awesome Bogdan! Is there also a compiled version of ffmpeg that supports vhook? This is used for watermarking videos with ffmpeg.</p><p>Thanks alot!</p> ]]></content:encoded> </item> <item><title>By: Instructions on installing libmp3lame-enabled ffmpeg on shared linux hosting &#187; Autarchy of the Private Cave</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-67601</link> <dc:creator><![CDATA[Instructions on installing libmp3lame-enabled ffmpeg on shared linux hosting &#187; Autarchy of the Private Cave]]></dc:creator> <pubDate>Tue, 06 May 2008 18:30:15 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-67601</guid> <description><![CDATA[[...] Compiled linux ffmpeg binary: download [...]]]></description> <content:encoded><![CDATA[<p>[...] Compiled linux ffmpeg binary: download [...]</p> ]]></content:encoded> </item> <item><title>By: How to use ffmpeg if libmp3lame support is not present &#187; Autarchy of the Private Cave</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64865</link> <dc:creator><![CDATA[How to use ffmpeg if libmp3lame support is not present &#187; Autarchy of the Private Cave]]></dc:creator> <pubDate>Sat, 12 Apr 2008 20:41:20 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64865</guid> <description><![CDATA[[...] the solution is to use ffmpeg direct stream copy option [...]]]></description> <content:encoded><![CDATA[<p>[...] the solution is to use ffmpeg direct stream copy option [...]</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64251</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Tue, 08 Apr 2008 14:20:10 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64251</guid> <description><![CDATA[Yes, I did notice that there are both faad and faac in compile options, but I wasn&#039;t sure so left faad out.
I can compile lame/faad/faac binary, but that will have to wait until I&#039;m back to Linux :) I expect to be able to put up here the new version late this evening (I&#039;m in GMT+2, for reference).
Could you send me the shell script you use at GoDaddy? (via &lt;a href=&quot;http://bogdan.org.ua/contact/&quot; rel=&quot;nofollow&quot;&gt;contact form&lt;/a&gt;)
It looks like we are creating the &quot;full-featured binary ffmpeg package for shared hostings&quot; here :) I&#039;m thinking on packaging everything into a single distribution - bundled with that library-support shell script and all the *.so files required by the package-included ffmpeg. That&#039;s pretty simple, but still requires time :(
&lt;ins datetime=&quot;2008-04-08T21:51:39+00:00&quot;&gt;Update:&lt;/ins&gt; faad-version is now available, together with libfaad.so.]]></description> <content:encoded><![CDATA[<p>Yes, I did notice that there are both faad and faac in compile options, but I wasn&#8217;t sure so left faad out.</p><p>I can compile lame/faad/faac binary, but that will have to wait until I&#8217;m back to Linux <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> I expect to be able to put up here the new version late this evening (I&#8217;m in GMT+2, for reference).</p><p>Could you send me the shell script you use at GoDaddy? (via <a
href="http://bogdan.org.ua/contact/" rel="nofollow">contact form</a>)</p><p>It looks like we are creating the &#8220;full-featured binary ffmpeg package for shared hostings&#8221; here <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> I&#8217;m thinking on packaging everything into a single distribution &#8211; bundled with that library-support shell script and all the *.so files required by the package-included ffmpeg. That&#8217;s pretty simple, but still requires time <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /></p><p><ins
datetime="2008-04-08T21:51:39+00:00">Update:</ins> faad-version is now available, together with libfaad.so.</p> ]]></content:encoded> </item> <item><title>By: Denny Deaton</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64248</link> <dc:creator><![CDATA[Denny Deaton]]></dc:creator> <pubDate>Tue, 08 Apr 2008 14:06:05 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64248</guid> <description><![CDATA[I am sorry to hijack your forum but I think I spotted the issue.  FAAD decodes and FAAC encodes.  I am learning here.  Any change I could bother you to compile a version with FAAD and FAAC? Thanks so much!]]></description> <content:encoded><![CDATA[<p>I am sorry to hijack your forum but I think I spotted the issue.  FAAD decodes and FAAC encodes.  I am learning here.  Any change I could bother you to compile a version with FAAD and FAAC? Thanks so much!</p> ]]></content:encoded> </item> <item><title>By: Denny Deaton</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64245</link> <dc:creator><![CDATA[Denny Deaton]]></dc:creator> <pubDate>Tue, 08 Apr 2008 14:00:10 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64245</guid> <description><![CDATA[I just found this in a follow-up check in the formats.
EA    libfaac
EA    libmp3lame
Should there be a D in there for libfaac for it to decode AAC codec?
Thanks!]]></description> <content:encoded><![CDATA[<p>I just found this in a follow-up check in the formats.</p><p> EA    libfaac<br
/> EA    libmp3lame</p><p>Should there be a D in there for libfaac for it to decode AAC codec?</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: Denny Deaton</title><link>https://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64244</link> <dc:creator><![CDATA[Denny Deaton]]></dc:creator> <pubDate>Tue, 08 Apr 2008 13:55:18 +0000</pubDate> <guid
isPermaLink="false">http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html#comment-64244</guid> <description><![CDATA[Very cool!  Thanks so much!
I just tried it out and it works with non-aac files just fine.  However it outputs a 0KB file if I run an AAC file through it.  I am using GoDaddy shared hosting if that helps.  And I had to create a shell script (as suggested) to initiate the local LD_LIBRARY_PATH which loads in the libmp3lame and libfaac libraries.  That seems to be working fine.  Any ideas?  Thanks again, I feel like I am so close to getting this working.]]></description> <content:encoded><![CDATA[<p>Very cool!  Thanks so much!</p><p>I just tried it out and it works with non-aac files just fine.  However it outputs a 0KB file if I run an AAC file through it.  I am using GoDaddy shared hosting if that helps.  And I had to create a shell script (as suggested) to initiate the local LD_LIBRARY_PATH which loads in the libmp3lame and libfaac libraries.  That seems to be working fine.  Any ideas?  Thanks again, I feel like I am so close to getting this working.</p> ]]></content:encoded> </item> </channel> </rss>