[FFmpeg-user] progress output to unix domain socket

Moritz Barsnick barsnick at gmx.net
Thu Jul 6 02:20:26 EEST 2017


On Thu, Jul 06, 2017 at 01:57:47 +0300, tasos wrote:
> I'm creating it via node.js

Haha! Who needs operating systems when we have ... JavaScript! ;-)

I meant like: mkfifo? With which user? With which permissions?

I did
$ mkfifo /tmp/foo
One terminal:
$ ffmpeg -progress /tmp/foo [...]
Other terminal:
$ cat /tmp/foo
This output looked perfect. No warnings or errors from ffmpeg.

> I will give it a try again since you are telling me that it's valid.
> Thanks.

Moritz


More information about the ffmpeg-user mailing list