You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys!
My idea is to make possible for CarrierWave users to use AWS ElasticTranscoder for remote processing instead of local via ImageMagick.
I would like to help you guys with this, but first I would like to ask you is my idea of implementation is actually good at all. So, instead of extending fog-aws with this, I think that it actually makes more sense to extend CarrierWave first, using aws-sdk-elastictranscoder gem for example.
So basically I think it should be a module similar to CarrierWave::MiniMagick, which will be creating jobs for elastic transcoder under the hood.
P.S. But maybe all that stuff is an overhead? Maybe there actually no need for it? Are there some much easier solutions?
The text was updated successfully, but these errors were encountered:
flvrone
changed the title
AWS ElasticTranscoder support
AWS ElasticTranscoder support idea
Dec 15, 2017
Hi guys!
My idea is to make possible for CarrierWave users to use AWS ElasticTranscoder for remote processing instead of local via ImageMagick.
I would like to help you guys with this, but first I would like to ask you is my idea of implementation is actually good at all. So, instead of extending
fog-aws
with this, I think that it actually makes more sense to extend CarrierWave first, usingaws-sdk-elastictranscoder
gem for example.So basically I think it should be a module similar to
CarrierWave::MiniMagick
, which will be creating jobs for elastic transcoder under the hood.P.S. But maybe all that stuff is an overhead? Maybe there actually no need for it? Are there some much easier solutions?
The text was updated successfully, but these errors were encountered: