#FFmpeg pops up as command line on steam version

1 messages · Page 1 of 1 (latest)

charred path
#

Anything we can do about this?

outer sluice
#

That's strange. I'm sure I'm passing a parameter to keep the console hidden when starting ffmpeg.

charred path
#

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

#

or try startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden