https://github.com/rdp/ffmpeg-windows-build-helpers may help you.
http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=2079&p=7099&hilit=disable#p7099
is somewhat related [basically, you want to disable a bunch of stuff IIRC].
On Sun, Aug 31, 2014 at 1:04 AM, Matin Lotfaliei
wrote:
> Hi, I am usi
On date Sunday 2014-08-31 18:18:50 -0400, Marcus Johnson wrote:
> You'll have to build it yourself, you can either compile it through the
> MinGW/MinGW-W64 toolchain, or you can fire up a linux VM and cross compile
> it for Windows, both of which aren't too difucult to set up, and there are
> hundr
You'll have to build it yourself, you can either compile it through the
MinGW/MinGW-W64 toolchain, or you can fire up a linux VM and cross compile
it for Windows, both of which aren't too difucult to set up, and there are
hundreds of guides.
On Sun, Aug 31, 2014 at 3:04 AM, Matin Lotfaliei
wrote
Hi, I am using ffmpeg in windows to record desktop using these arguments in
C#:
"-y " +
"-f dshow " +
"-i audio=\"virtual-audio-capturer\"" + (mic != "" ? ":audio=\"" + mic +
"\" " : " ") +
"-f gdigrab " +
"-draw_mouse 0 " +
"-framerate " + fps + " " +
"-video_size " + width + "x" + height + " " +