i’m trying to develop a video converter using C# and mencoder.
At the moment it works, but i’ve some issues to solve. In particular
-
Is it possible to “not block” my front end application during the process is execute ? Actually my app stop to respond to event till the end of the called process
-
In Process .net class exists some event to manage the standardoutput of my application, so i can update for example a textbox with the output ?
Thanks
I found it