I want to start a cloud computing project with the simple task to:
- Receive uploaded video files
- Do some transcoding / converting to them
- Allow user to download / stream the generated file
I was thinking ffmpeg
as an external command line tool integrated in a Java/Google App engine Application
. Since it was fairly hard to be assured about the limitations of the framework, can someone tell me if this is feasible?
Thank you in advance!