#FFmpeg pops up as command line on steam version
1 messages · Page 1 of 1 (latest)
That's strange. I'm sure I'm passing a parameter to keep the console hidden when starting ffmpeg.
I know. Perhaps also add startInfo.UseShellExecute = false; to the existing startInfo.CreateNoWindow = true;
This thread goes on about how the behavior of a shell is visible differs from a build and a dev environment.
https://stackoverflow.com/questions/36830356/c-sharp-i-cant-get-createnowindow-to-work-not-even-the-msdn-com-example
Stack Overflow
I have looked here
https://msdn.microsoft.com/en-us/library/system.diagnostics.processstartinfo.createnowindow(v=vs.110).aspx
And I understand that
A) Not every program respects a CreateNoWindow re...
or try startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden