-
Using ffmpeg as a separate process
I am calling ffmpeg.exe and passing command line arguments from my C# program too it. However, when my C# program calls ffmpeg, ffmpeg displays the window briefly and I do not want it too. How can I stop the window displaying?
Under some circumstances my program calls ffmpeg in rapid succession to convert multiple videos one after the other and during these times some conversions are missed. Does anyone know why this would be?
Sorry, there were no replies found.