<?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: Building ffmpeg for Windows with MSYS and MinGW</title>
	<atom:link href="http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/</link>
	<description>on software development and related issues</description>
	<lastBuildDate>Mon, 13 May 2013 05:56:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FFMPEG Watermark video without vhook solution</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-51016</link>
		<dc:creator>FFMPEG Watermark video without vhook solution</dc:creator>
		<pubDate>Tue, 08 Nov 2011 14:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-51016</guid>
		<description>[...] libavfilter SVN is - svn://svn.ffmpeg.org/soc/libavfilter it doesnt seem so complicated anymore oOSo recently ive been playing around with ffmpeg, ive found it quite a useful tool for converting vid...from using an older somewhat functioning version,was that version seemed to fail when converting any [...]</description>
		<content:encoded><![CDATA[<p>[...] libavfilter SVN is &#8211; svn://svn.ffmpeg.org/soc/libavfilter it doesnt seem so complicated anymore oOSo recently ive been playing around with ffmpeg, ive found it quite a useful tool for converting vid&#8230;from using an older somewhat functioning version,was that version seemed to fail when converting any [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tvil</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-25157</link>
		<dc:creator>Tvil</dc:creator>
		<pubDate>Sat, 14 Aug 2010 14:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-25157</guid>
		<description>Hi

I struggled to compile ffmpeg under MinGW, but the following link helped:

http://www.finalmediaplayer.com/source.html

After following the instructions listed under &quot;Main environment&quot;, I could build ffmpeg using this sequence:

cd /ffmpeg/src
./configure --enable-memalign-hack
make
make install

I then tried to compile the example using the command:

gcc -o avcodec_sample.0.5.0 avcodec_sample.0.5.0.c -g -lavformat -lavcodec  -lavutil -lswscale -lm -lwsock32 -lws2_32  -I/local/include/ -L/local/lib/avcodec -L/local/lib/avformat -L/local/lib/  -L/local/lib/avutil

It doesn&#039;t work, I get the following error:

c:/ffmpeg/src/libavformat/utils.c:3196: undefined reference to `av_parse_video_rate&#039;

I&#039;ve tried to include the &quot;avcore&quot; library manually, since it seems that the function is contained in it. I.e. I tried the following command:

gcc -o avcodec_sample.0.5.0 avcodec_sample.0.5.0.c -g -lavcore -lavformat -lavcodec  -lavutil -lswscale -lm -lwsock32 -lws2_32  -I/local/include/ -L/local/lib/avcore -L/local/lib/avcodec -L/local/lib/avformat -L/local/lib/  -L/local/lib/avutil

but still got the same error. Any suggestions?

Thanks
Tvil</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I struggled to compile ffmpeg under MinGW, but the following link helped:</p>
<p><a href="http://www.finalmediaplayer.com/source.html" rel="nofollow">http://www.finalmediaplayer.com/source.html</a></p>
<p>After following the instructions listed under &#8220;Main environment&#8221;, I could build ffmpeg using this sequence:</p>
<p>cd /ffmpeg/src<br />
./configure &#8211;enable-memalign-hack<br />
make<br />
make install</p>
<p>I then tried to compile the example using the command:</p>
<p>gcc -o avcodec_sample.0.5.0 avcodec_sample.0.5.0.c -g -lavformat -lavcodec  -lavutil -lswscale -lm -lwsock32 -lws2_32  -I/local/include/ -L/local/lib/avcodec -L/local/lib/avformat -L/local/lib/  -L/local/lib/avutil</p>
<p>It doesn&#8217;t work, I get the following error:</p>
<p>c:/ffmpeg/src/libavformat/utils.c:3196: undefined reference to `av_parse_video_rate&#8217;</p>
<p>I&#8217;ve tried to include the &#8220;avcore&#8221; library manually, since it seems that the function is contained in it. I.e. I tried the following command:</p>
<p>gcc -o avcodec_sample.0.5.0 avcodec_sample.0.5.0.c -g -lavcore -lavformat -lavcodec  -lavutil -lswscale -lm -lwsock32 -lws2_32  -I/local/include/ -L/local/lib/avcore -L/local/lib/avcodec -L/local/lib/avformat -L/local/lib/  -L/local/lib/avutil</p>
<p>but still got the same error. Any suggestions?</p>
<p>Thanks<br />
Tvil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neith</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-23483</link>
		<dc:creator>neith</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-23483</guid>
		<description>Thanks ,. Great share about &#039;&lt;a href=&quot;http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/&quot; rel=&quot;nofollow&quot;&gt;Building ffmpeg for Windows with MSYS and MinGW&lt;/a&gt;&#039;,.</description>
		<content:encoded><![CDATA[<p>Thanks ,. Great share about &#8216;<a href="http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/" rel="nofollow">Building ffmpeg for Windows with MSYS and MinGW</a>&#8216;,.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-22579</link>
		<dc:creator>Sridhar</dc:creator>
		<pubDate>Tue, 06 Jul 2010 03:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-22579</guid>
		<description>Hi All. 
I have been getting &quot;Input format not supported -x11grab&quot; when I use ffmpeg with the configuration. I understand that my ffmpeg is not compiled with x11grab, so I need to recompile it with x11grab. But to my disappointment, MSYS 1.0.11 is not allowing me to compile it. I am getting this weird error which says  &quot; ./configure: No such file or directory&quot; What am I missing. I am pretty new to MSYS, ffmpeg so please excuse me if my questions are very amateurish. 

Also, let me know if there is any other good link which can help me understand better. I see that a lot of people have benefitted from this post, so thanks to gooli.</description>
		<content:encoded><![CDATA[<p>Hi All.<br />
I have been getting &#8220;Input format not supported -x11grab&#8221; when I use ffmpeg with the configuration. I understand that my ffmpeg is not compiled with x11grab, so I need to recompile it with x11grab. But to my disappointment, MSYS 1.0.11 is not allowing me to compile it. I am getting this weird error which says  &#8221; ./configure: No such file or directory&#8221; What am I missing. I am pretty new to MSYS, ffmpeg so please excuse me if my questions are very amateurish. </p>
<p>Also, let me know if there is any other good link which can help me understand better. I see that a lot of people have benefitted from this post, so thanks to gooli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-22549</link>
		<dc:creator>Sridhar</dc:creator>
		<pubDate>Mon, 05 Jul 2010 09:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-22549</guid>
		<description>Hi Mark,
 I dont find exe for MSYS 1.0.11. I get a zip file which contains bin. But I dont find any installer in it. Can you help me out.

Cheers, 
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
 I dont find exe for MSYS 1.0.11. I get a zip file which contains bin. But I dont find any installer in it. Can you help me out.</p>
<p>Cheers,<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-22124</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 25 Jun 2010 04:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-22124</guid>
		<description>Hi Mark,

A simple solution to your problem is to download the new version of MSYS (1.0.11). That has the newer version of bash and should solve the configure problem.

I recommend looking at
http://jiang925.com/content/compile-ffmpeg-windows-under-lgpl

for more clear instructions.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>A simple solution to your problem is to download the new version of MSYS (1.0.11). That has the newer version of bash and should solve the configure problem.</p>
<p>I recommend looking at<br />
<a href="http://jiang925.com/content/compile-ffmpeg-windows-under-lgpl" rel="nofollow">http://jiang925.com/content/compile-ffmpeg-windows-under-lgpl</a></p>
<p>for more clear instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-21791</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-21791</guid>
		<description>Hello,

It appears the link for bash is either incorrect or no longer valid.  However, without the bash.exe, the workflow cannot be completed since running the suggested ./myconfig in MINGW32 will give the dreaded &quot;No compatible shell script interpreter found&quot; message.  Could someone please fix the workflow or provide a work-a-round?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>It appears the link for bash is either incorrect or no longer valid.  However, without the bash.exe, the workflow cannot be completed since running the suggested ./myconfig in MINGW32 will give the dreaded &#8220;No compatible shell script interpreter found&#8221; message.  Could someone please fix the workflow or provide a work-a-round?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shara</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-21738</link>
		<dc:creator>shara</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-21738</guid>
		<description>I am not able to get bash-2.05b-MSYS.tar.bz2 file...
from where can  download..
http://downloads.sourceforge.net/mingw/bash-2.05b-MSYS.tar.bz2
this link is not working for me...help pplz</description>
		<content:encoded><![CDATA[<p>I am not able to get bash-2.05b-MSYS.tar.bz2 file&#8230;<br />
from where can  download..<br />
<a href="http://downloads.sourceforge.net/mingw/bash-2.05b-MSYS.tar.bz2" rel="nofollow">http://downloads.sourceforge.net/mingw/bash-2.05b-MSYS.tar.bz2</a><br />
this link is not working for me&#8230;help pplz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gins</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-20425</link>
		<dc:creator>Gins</dc:creator>
		<pubDate>Tue, 18 May 2010 12:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-20425</guid>
		<description>Hi,

I made to the points mentioned till point4 bash-2.05b-MSYS.tar.bz2.How i download this file.When i click this link it shows an option to download minGW 5.16.Downloaded and installed.Nothing Happened.What should i do?When command is run without new bash msys the bash needs to be updated.Please help..waiting for your reply..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I made to the points mentioned till point4 bash-2.05b-MSYS.tar.bz2.How i download this file.When i click this link it shows an option to download minGW 5.16.Downloaded and installed.Nothing Happened.What should i do?When command is run without new bash msys the bash needs to be updated.Please help..waiting for your reply..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby</title>
		<link>http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-18978</link>
		<dc:creator>Ruby</dc:creator>
		<pubDate>Sun, 04 Apr 2010 07:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gooli.org/blog/building-ffmpeg-for-windows-with-msys-and-mingw/#comment-18978</guid>
		<description>&lt;b&gt;4 all those who have had problems wiz pr command&lt;/b&gt;

All u have to do is to put the path to Pr in ur environment variables path.

Hope it helps :)</description>
		<content:encoded><![CDATA[<p><b>4 all those who have had problems wiz pr command</b></p>
<p>All u have to do is to put the path to Pr in ur environment variables path.</p>
<p>Hope it helps :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
