[Libav-user] How to execute FFmpeg in VS2010

Gordiychuck Oleg mybrokenbeat at gmail.com
Wed Jun 8 12:50:53 CEST 2011


You can build *.dll libraries of ffmpeg and choose only avi and wmw container in build options for libavformat(same you can do for libavcodec), so binaries will be very small without any trimming of code. After that you can add this libraries to your VS2010 project and use it like you want.

This link will be also useful: http://ffmpeg.org/general.html#SEC20


8 черв. 2011, в 13:07, Janez Zemva написал(а):

> Someone please prove me wrong, but I think you are in very dire
> straits. Trimming ffmpeg? When I was doing something similar, I just
> took the ffmpeg.c source and simulated command line arguments given to
> it... even this barely worked. Otherwise the code is a quagmire. Good
> luck!
> 
> 2011/6/8 Roshan Vishwakarma <vishwakarma.roshan at gmail.com>:
>> Hi,
>> 
>> Is anyone know how to run the FFmpeg project in Visual Studio 2010.
>> I am trying to run FFmpeg in VSC++2010 but getting most of the errors.
>> As FFmpeg is big project I need to make it small in size by trimming some of
>> the code.
>> The purpose of trimming the code is to just make the conversion of AVI to
>> WMV.
>> Is anyone has done this before. Please help me out.
>> 
>> Thanks & Regards,
>> Roshan Vishwakarma
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Libav-user mailing list
>> Libav-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/libav-user
>> 
>> 
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user



More information about the Libav-user mailing list