Re: [FFmpeg-user] Custom build

2014-09-07 Thread Roger Pack
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

Re: [FFmpeg-user] Custom build

2014-09-01 Thread Stefano Sabatini
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

Re: [FFmpeg-user] Custom build

2014-08-31 Thread Marcus Johnson
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

[FFmpeg-user] Custom build

2014-08-31 Thread Matin Lotfaliei
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 + " " +