Hacker News new | ask | show | jobs
by dodobirdlord 2277 days ago
Elastic Transcoder is hilariously expensive. And in traditional Amazon fashion, is just a roundabout way to call ffmpeg. You would almost certainly be better off bundling ffmpeg into a Lambda function, and you would almost certainly be best off with an EC2 instance, two S3 buckets for the input/output, and an SQS work queue.

Check out https://github.com/binoculars/aws-lambda-ffmpeg.

1 comments

Exactly what I was looking for lately. Thank you!