I want to provide an automatic video-converter for my CMS-customers. They should be able to upload their "untouched" video-files (MP4, VMV, AVI, ...) and my server compresses and converts it to a Web-friendly MP4-file (exactly like YouTube makes it).
The result is clear:
- Web-friendly MP4-format
- Compressed to tolerable file size
So I'm looking for a PHP-API or Linux-shell-script to realise this.
Is there a easy way to handle this?
Edit: YouTube-embedded videos are not a solution for me.