Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Get error output in live [C#]

No. WinSCP is not the right tool to execute remote commands. WinSCP is a file transfer client.
Alekos

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 :
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.