Carl Eugen Hoyos <[email protected]> writes: > Am Mi., 24. Feb. 2021 um 23:37 Uhr schrieb Maksym Portianoi > <[email protected]>: > >> 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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
