[FFmpeg-user] Custom build

Roger Pack rogerdpack2 at gmail.com
Mon Sep 8 05:12:32 CEST 2014


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 <matinlotfali at gmail.com>
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 + " " +
> "-offset_x " + point.X + " " +
> "-offset_y " + point.Y + " " +
> "-i desktop " +
> "-pix_fmt yuv420p " +
> "-af \"volume=+5dB\" " +
> " \"" + fileName + "\""
>
> The output type can be mp4,wmv,avi,flv,mp3,wma,wav based on users choice in
> GUI.
> But the size of ffmpeg.exe is 27 MBs (14 MBs compressed) which is very
> high. I want a custom build with smaller size.
> Size does matter to me a lot. I even can pay for it.
> How much size does the suggested custom build will have?
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list