[FFmpeg-user] How to Comapile FFMPEG with MinGw on Windows 7 64 bit

Sanjay Jadhav sanjayjadhav7902 at gmail.com
Thu Jun 11 08:10:45 CEST 2015


Hi Team,

I am trying to compile FFMPEG on windows 7 (64 bit) .
I am following below steps:
1.Download ffmpeg source code and unzip it at C:\ drive. (ffmpeg-2.7)
2.Create folder ffmpeg at C:\ffmpeg-2.7\ffmpeg
3. Install mingw-get-setup.exe at C:\MinGW location
4.Open the command prompt by running Msys.bat
5. navigate to ffmpeg directory at C:\ffmpeg-2.7.
6. run command configure --help. (Please find out put of this command in
the attached screen shot OutPutOfHelpCommand.png)
7. Run command configure --prefix=ffmpeg/ --disable-network --disable-debug
--disable-yasm (Please find out put of this command in the attached screen
shot OutPutOfConfigure.png)
8.Run the command Make (Please find out put of this command in the attached
screen shot OutputOfMakeCommand.png)

I am expecting the ffmpeg.exe after 8th somewhere at C:\ffmpeg-2.7\ffmpeg
location.
But this is failing.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OutPutOfConfigure.png
Type: image/png
Size: 49851 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150611/0945c442/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OutPutOfHelpCommand.png
Type: image/png
Size: 69259 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150611/0945c442/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OutputOfMakeCommand.png
Type: image/png
Size: 52501 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150611/0945c442/attachment-0002.png>


More information about the ffmpeg-user mailing list