[FFmpeg-user] ffmpeg -f concat from standard input instead of a file
Cecil Westerhof
Cecil at decebal.nl
Sun Jul 1 21:43:34 EEST 2018
Gyan Doshi <gyandoshi at gmail.com> writes:
> 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 -
Works like a charm. I ma now using:
echo "
file educational01.mov
file educational02.mov
" | ffmpeg \
-f concat \
-protocol_whitelist file,pipe,crypto \
-i - \
-c copy \
educationalComplete.mov
Thanks.
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
More information about the ffmpeg-user
mailing list