Hello,

To read from stdin, I can use the filename "-", as in

`other-program | ffplay -`

But when I use a filter graph, that doesn't work:

`other-program | ffplay -f lavfi "amovie=-, asplit=2[out0][tmp], [tmp]avectorscope[out1]"`

[Parsed_amovie_0 @ 0x73cf08003b00] Failed to avformat_open_input '-'
[AVFilterGraph @ 0x73cf080012c0] Error processing filtergraph: No such file or directory
amovie=-: No such file or directory

Neither does using the "pipe:" protocol.

I can't find any other way to read from stdin in a filter graph.

Kind regards,
Felix
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to