ffmpeg-aws-lambda-layer
ffmpeg-aws-lambda-layer copied to clipboard
FFmpeg/FFprobe AWS Lambda layer
python 3.6 is end of life. To continue supporting python, support for more recent versions should be added.
If I just need to use ffmpeg, is there any difference between deploying lambda code with ffmpeg binary and using an ffmpeg layer?
The ffmpeg layer is currently limited to the following runtimes: - nodejs10.x - python3.6 - ruby2.5 - java8 - go1.x It is therefore not possible to use it with other...
I am getting this error on a particular ffmpeg command I am calling in lambda. I have various other commands that are working fine. I have copied the exact command...
Hello, I just tried to run your cli with `make deploy DEPLOYMENT_BUCKET={bucket_name}` When I try to associate the layer to a fresh new Lambda, I got the following message :...
For the project I'm working on, I'm mainly just taking mp4s recorded by users in a web browser and trying to transcode them to be manageable sizes as well as...
This enables S3 buckets to be a little more organised if you desire.
add python3.7 and python3.8 to list of compatible runtimes
I am using this layer on one lambda function absolutely fine. But no matter what I try if I setup another lambda function with the exact same layers attached (my...
Your layer is used v4.1.3 that is fewer old, can you create a new layer with the newest ffmpeg static version?