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

2021-02-24 Thread Leo Butler via ffmpeg-user
Carl Eugen Hoyos writes: > Am Mi., 24. Feb. 2021 um 23:37 Uhr schrieb Maksym Portianoi > : > >> 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 eith

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

2021-02-24 Thread Jim DeLaHunt
On 2021-02-24 14:36, Maksym Portianoi wrote: …Yeah I had a feeling that this mailing list is not the right place for me to ask my question but wanted to try anyway because I found someone elses' question on the same issue. I am referring to this post: https://lists.ffmpeg.org/pipermail/ffmpeg-us

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

2021-02-24 Thread Carl Eugen Hoyos
Am Mi., 24. Feb. 2021 um 23:37 Uhr schrieb Maksym Portianoi : > 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. Please find out what top-posting means and avoid it here. Carl Eugen ___

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

2021-02-24 Thread Maksym Portianoi
Oh I see. No, cat won't solve my issue, thanks for the suggestion though. Yeah I had a feeling that this mailing list is not the right place for me to ask my question but wanted to try anyway because I found someone elses' question on the same issue. I am referring to this post: https://lists.ffmpe

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

2021-02-24 Thread Carl Eugen Hoyos
Am Mi., 24. Feb. 2021 um 21:44 Uhr schrieb Maksym Portianoi : > '"concat:/tmp/pt1.mp3|/tmp/pt2.mp3"', Unrelated to your question - I have no idea what a lambda-layer is: Above is 100% equivalent to "cat pt1.mp3 pt2.mp3 > $(fileName)", this is often not ok for mp3 files. If it is ok, you can u

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

2021-02-24 Thread Maksym Portianoi
Hi! I am trying to concatenate two .mp3 files using ffmpeg lambda-layer. I have what I think is the correct command, but I struggle to represent it in code so that it is formatted correctly for the lambda layer. Here is a piece of code that I am struggling to get right: spawnSync( '/opt/ffmpe

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

2019-12-18 Thread mark
I am using the ffmpeg-lambda-layer in the AWS Serverless Application Repository published by Gojko Adzic: https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us -east-1:145266761615:applications~ffmpeg-lambda-layer I want to concatenate multiple MP3 files together into a