[FFmpeg-user] ffmpeg-lambda-layer and concat protocol

Leo Butler leo.butler81 at googlemail.com
Thu Feb 25 04:48:49 EET 2021


Carl Eugen Hoyos <ceffmpeg at gmail.com> writes:

> Am Mi., 24. Feb. 2021 um 23:37 Uhr schrieb Maksym Portianoi
> <portimaksym at gmail.com>:
>
>> No, cat won't solve my issue
>
> Then your command line most likely will not work either,
> independent from "lambda". The concat protocol works
> exactly as cat.

Most likely, you need to look at either the concat demuxer

https://ffmpeg.org/ffmpeg-all.html#concat-1

or the concat filter

https://ffmpeg.org/ffmpeg-all.html#concat-3

https://trac.ffmpeg.org/wiki/Concatenate

Looking at your original post, I would suggest you get a working ffmpeg
command before trying to stuff it into some pipeline.

Leo


More information about the ffmpeg-user mailing list