php - Server-side video conversion and compression -


I want to provide an automatic video converter for my CMS-client, they have their "unseen" video files (MP3s) 4, VMV, AVI, ...) and my server is compressed and turns it into a web-friendly MP3-file (like YouTube makes it).

The result is clear:

  • Web-friendly MP4-format
  • Processed file size collapsed

Therefore, I do not have any solutions for me.

Edit

strong> YouTube-embedded video

It looks very much going to go to the library for this type of object.

I found a PHP driver for this, which looks interesting but I have not tried it. However, it is easy to run shell commands directly from PHP if necessary.


Comments