views:

524

answers:

2

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.

A: 

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:

http://ffmpeg.arrozcru.org/wiki/index.php?title=MSVC

Xuggle