I am working on a project that would require the use of video / media transcoding , however I am on a budget and AWS transcoder seems a bit expensive for me at the moment, so I would like to know if there's a more affordable alternative to AWS elastic transcoder?
Asked
Active
Viewed 1,387 times
-2
-
If folks are interested in creating a venue for these types of questions, follow the proposal for a [dedicated Cloud Computing site on StackExchange](https://area51.stackexchange.com/proposals/110490/cloud-computing-aws-azure-google-openstack-etc?referrer=Gtut7wQSWPk88jFJz_zqMg2) and up-vote some sample questions. – John Rotenstein Nov 05 '17 at 22:23
1 Answers
1
AWS Elastic Transcoder is definitely one of the most affordable video transcoding solutions out there.
One of the key selling points is that you only pay for actual usage, e.g. no minimum fees etc.
If you face a huge amount of video material to transcode and are not afraid of setting up your own media encoder, you can go with a rails app using paperclip and ffmpeg / libAV and a reasonable job queue, e.g. Delayed Job or Resque. This could be hosted e.g. on Heroku.

Alexander Presber
- 6,429
- 2
- 37
- 66