Hi Folks,
Mojave 10.14.6
Laz/FPC fixes (2.0.11/3.2.1)
How do i read the output from stdout/stdErr called through TProcess on MacOS?
On Linux no problems, on Mac: Nada, njet.
i'm using the usual Process-Options (NoConsole,UsePipes, ErrtoOutPut) which work on Linux.
I'm using the sample from the Wiki-page (which i have running successfully on Linux)
the command-line is actually "which ffprobe" (curiously: executing ffprobe in terminal on Mac works as i'm used to from Linux, using it as the executable in TProcess returns "program not found" or something.) So It's not a question if ffprobe is in PATH, since directly in the terminal it works.
If i use the full path to ffprobe as my executable for TProcess it works, so i wanted to use a "which ffprobe" to return the path, but.......