search for: elcgit

Displaying 1 result from an estimated 1 matches for "elcgit".

Did you mean: ecrit
2010 Mar 22
1
Amazon S3 and ffmpeg
So we are setting up a file upload system for our web app. Files will be uploaded to Amazon S3, and videos need to be converted to ffmpeg. We have had problems with uploading of large files timing out, and it was suggested to us to use http://github.com/elcgit/s3-swf-upload-plugin for uploading directly to S3. This would fix the timeout, but then could I use ffmpeg to convert the file once it is on S3? If so, how would we accomplish this? If not, what would you suggest either for fixing the timeout issue or for processing video conversion? Essentially, w...