Get error output in live [C#]
Hi, is it possible to get the return of my error output in live when I execute a command with :
Actually ffmpeg use the error output to show many information of the encoding process and i would like to parse it while the encoding process is still running.
Indeed i don't know how to get the standard output in live too.
Thx.
session.ExecuteCommand("ffmpeg -i test.mp4 -c:v hevc out.mp4");
Actually ffmpeg use the error output to show many information of the encoding process and i would like to parse it while the encoding process is still running.
Indeed i don't know how to get the standard output in live too.
Thx.