I currently have a Rails based site that is hosted on Heroku and allows users to upload personal images and videos. I am currently storing them on S3 with the video encoding being done by Zencoder. So far pretty happy with this however I would like to use a service such as Cloudinary. I have created a demo app that uploads to Cloudinary and am very happy with the way it works but with video this does not seem to be working. I am aware that Cloudinary does not do any encoding and I am not looking for them to do that. I will still use Zencoder but would just like one place to store all of the media files.
Is there anyone that has used this approach or maybe some ideas on a better way to solve this problem?