954,496 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

"ffmpeg" and Visual Studio 2008

This must be a frequently asked question, but I can't find the answer in the FAQ, or in the recent archive of this list, or by using
google with the keywords I thought of.

I would like to use libavcodec.dll and libavformat.dll in my Windows
XP Visual C++ 2008 project. However, I would prefer not to download a whole new compiler environment and compile ffmpeg from sources, just to get the dlls.

Is there anyplace I can find relatively recent precompiled dll's
and a matching header file?

AbsoluteCPP
Newbie Poster
14 posts since May 2009
Reputation Points: 32
Solved Threads: 0
 

As far as i know, it not possible to compile ffmpeg under Visual C++, it doesn't support the C++ standard. You have to compile it the gcc under linux or MiniGW!

programmersbook
Junior Poster
121 posts since Nov 2009
Reputation Points: 29
Solved Threads: 30
 

Is there any other alternative of "ffmpeg" that can be used with C++???

AbsoluteCPP
Newbie Poster
14 posts since May 2009
Reputation Points: 32
Solved Threads: 0
 

dont use Visual C++, use gcc/MiniGW, ffmpeg is powerfull!

programmersbook
Junior Poster
121 posts since Nov 2009
Reputation Points: 29
Solved Threads: 30
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: