The goal is to be able to take uploaded WMV (in gotomeeting format) and convert them to FLV, with metadata injected in the fastest manner possible. First phase would be to just get it done, have a watch folder that scans for new (completed) uploads e.g. ignore ~tmpBigVideo look up the encoding profile for tmpBigVideo then run it through FFmpg etc. to get MP4 out put, inject metadata if necessary, then email out or some other operation that the conversion is complete. Second phase would be...