On 6/22/16, [email protected] <[email protected]> wrote:
> From: Sami Hult <[email protected]>
>
> I added option mode=pipe which accepts file=(file descriptor) option. This
> way multiple streams can for example be silencedetected and the result
> directed to different outputs.
>
> Example:
>
> ffmpeg -i test.wav -filter_complex
> "silencedetect=n=-40dB:d=0.1,ametadata=mode=pipe:file=4" -f null - 4>
> test.txt
>
> Also at the same time I converted mode=file output to avio.

Can't file option be extended to support pipe: and other stuff?
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to