Skip to content

t04glovern/aws-ffmpeg-serverless-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFMPEG Lambda Layer - Video Converter

Deploy the base image to an S3 bucket you have available

aws s3 cp assets/icon.png s3://devopstar/resources/aws-ffmpeg-serverless-convert/base/icon.png

Deploy Lambda Layer

Edit the first few lines in lambda-layer/Makefile

cd lambda-layer
make deploy

Deploy the Function

Edit the ARN to match the one from your FFmpeg stack Default: 'arn:aws:lambda:us-east-1:277790246569:layer:ffmpeg:1'

Deploy the stack

cd video-converter
make deploy

Upload Demo Video

aws s3 cp assets/demo.mp4 s3://uploads-ffmpeg-video-converter/demo.mp4

Attribution

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published