how can i use ffmpeg functions with my Microsoft VS? i know i have to use MSYS and MingGW, but there is any document show the steps.
Asked
Active
Viewed 2,376 times
3 Answers
0
If you are going to use from your C++ app, you can quick-start with already pre-built binaries. Have a look at the question describing the details: Use FFmpeg in Visual Studio
You however tagged the question as .net so I suppose you might prefer .NET wrapper instead: Solid FFmpeg wrapper for C#/.NET
0
See FFmpeg Documentation - Windows:
4. Windows
4.1 Native Windows compilation using MinGW or MinGW-w64
4.2 Microsoft Visual C++
4.2.1 Linking to FFmpeg with Microsoft Visual C++
4.3 Cross compilation for Windows with Linux
4.4 Compilation under Cygwin
4.5 Crosscompilation for Windows under Cygwin

Roman R.
- 68,205
- 6
- 94
- 158

Sheng Jiang 蒋晟
- 15,125
- 2
- 28
- 46
-1
It is not possible to build ffmpeg with MSVC, but it is possible to build MSVC programs that link in the FFmpeg methods. See here for details:

Art Clarke
- 2,495
- 18
- 15
-
"There is nothing here anymore! This page was outdated, and its content removed to prevent people from wasting their times with it." – Jan 13 '11 at 14:42