I'm wondering if there exists an easy (or not-so-easy) way to automatically convert uploaded video files from their native format to a Flash video format (.flv) on the server, after they've been uploaded. I'm thinking about incorporating this type of functionality into my site, but I'm not sure if that would be something I'd be able to do on HostingRails or not.
I know there is a ruby gem called FLVTool2 which helps in editing FLV files that have already been made, but I'm looking for a solution for conversion to .flv. It doesn't necessarily have to be a Ruby/Rails solution so long as it can be set up and used on HostingRails.
It may not be possible, but I thought I'd ask. Thanks!