B4X:
sh.InitializeDoNotHandleQuotes("ffmpeg", File.Combine("c:\ffmpeg\bin","ffmpeg.exe"),params)
sh.WorkingDirectory = "c:\ffmpeg\bin"
sh.Run(-1)
wait for sh_ProcessCompleted (Success As Boolean, ExitCode As Int, StdOut As String, StdErr As String)
params is a list of parameters.
Nor with sh.initialize.
How to detect that ffmpeg has finished video processing?
Thanks