Im running a website on Linux/Apache and I need to install software that does the following:
- Converts audio files into MP3 and find the length of the file.
- Converts video files into FLV.
- Create several different sized images from one image.
Obviously I need to be able to run all this from a command line. So far the best solutions Ive found are SoX (for the audio), FFMPEG (for the video) and ImageMagick (for the images). Is there anything else that is better than these pieces of software?
Is there one piece of software that does all of these things? Or am I hoping for too much? :)