Hi,

I have another question. What is a general way to end a QProcess-a running executable (windows os)? Here is part of the code.

commandProcess.start("C:/ffmpeg.exe",args);

What kind of general statement using commandProcess (if possible), can I use to stop the program?