top | item 16980275

(no title)

armen52 | 7 years ago

Media companies are already taking this approach using ffmpeg, AWS Lambda, and AWS Step Functions. I heard from two companies using such approaches at AWS re:Invent in October 2017, so it's definitely possible.

Rolling your own approach like this is certainly more complex to build/maintain than using Elastic Transcoder though.

discuss

order

brian_cloutier|7 years ago

If you know that you'll need more than 8 minutes, why wouldn't you just run ffmpeg on EC2? EC2 is now pay-per-second. I haven't looked at the prices recently, is AWS lambda so much cheaper that it's worth jumping through all these extra hoops?

bigcostooge|7 years ago

You can encode about 1 video per EC2 medium instance without losing >1:1 encoding speed. It’s horrendously expensive.