[FFmpeg-user] ffmpeg -f concat from standard input instead of a file

Gyan Doshi gyandoshi at gmail.com
Sun Jul 1 20:34:16 EEST 2018



On 01-07-2018 10:42 PM, Cecil Westerhof wrote:
> echo -e "file educational.mov\nfile educational02.mov" | ffmpeg -f concat -i - -c copy educationalComplete.mov

Add
     -protocol_whitelist file,pipe,crypto

to before
     -i -

Regards,
Gyan


More information about the ffmpeg-user mailing list