Archive for the ‘EC2 FFMPEG’ Tag
How to convert video files in FLV on Amazon EC2 server
Steps for converting your video to flv format:
1 – Get the video into EC2 instance (post/curl/php/etc)
2 – Use some command line software to convert it(ffmpeg)
3 – Send new file to S3 (curl, s3sync, php, etc)
Video help for EC2:
http://s3.amazonaws.com/AmazonEC2Tutorial/AmazonEC2Tutorial.html
Comments (1)