Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpidanny/ffmpeg-lambda-layer
AWS Lambda layer with ffmpeg binary.
https://github.com/rpidanny/ffmpeg-lambda-layer
aws aws-lambda aws-lambda-ffmpeg aws-lambda-layer ffmpeg lambda-layer
Last synced: 21 days ago
JSON representation
AWS Lambda layer with ffmpeg binary.
- Host: GitHub
- URL: https://github.com/rpidanny/ffmpeg-lambda-layer
- Owner: rpidanny
- License: mit
- Created: 2019-05-27T09:23:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T08:16:20.000Z (over 5 years ago)
- Last Synced: 2024-12-29T14:29:37.814Z (about 1 month ago)
- Topics: aws, aws-lambda, aws-lambda-ffmpeg, aws-lambda-layer, ffmpeg, lambda-layer
- Language: Dockerfile
- Homepage: https://ffmpeg.org
- Size: 44.9 KB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpeg-lambda-layer
AWS Lambda layer with ffmpeg binaries.
## Included Codecs
- `x264`
- `x265`
- `aac`
- `mp3`
- `opus`
- `vpx`## Usage
Click on Layers and choose `Add a layer`, and `Provide a layer version ARN` and enter the following ARN (replace eu-west-1 with the region of your Lambda):
```
arn:aws:lambda:eu-west-1:175033217214:layer:ffmpeg:21
```![Provide layer ARN](img/usage.png "Provide layer ARN screenshot")
## Version ARNs
| Ffmpeg version | ARN |
| --- | --- |
| 4.1.3 | `arn:aws:lambda::175033217214:layer:ffmpeg:1` |## Available Regions
- `ap-northeast-1`
- `ap-northeast-2`
- `ap-south-1`
- `ap-southeast-1`
- `ap-southeast-2`
- `ca-central-1`
- `eu-north-1`
- `eu-central-1`
- `eu-west-1`
- `eu-west-2`
- `eu-west-3`
- `sa-east-1`
- `us-east-1`
- `us-east-2`
- `us-west-1`
- `us-west-2`