PHP Convert Video via API

Asked

Viewed 28 times

0

Is there any API/Class in PHP that does file conversion?

In this case the conversions would be:

  • AVI to WEBM
  • MP4 to WEBM
  • WEBM for MP4
  • Can use this solution for server-side conversions.

  • Check out these links http://stackoverflow.com/questions/23682393/upload-a-video-via-php-and-encode-to-mp4-and-webm-on-the-server and http://stackoverflow.com/questions/6954845/how-to-create-a-webm-video-file

  • A PHP class won’t be able to do this on its own, it will take things like FFMPEG, but this is hard to install on your server. However in the title you wrote API, although API have several meanings, I suppose you may be if referendum on a "service", in this case try this answer I formulated In the title you say via API, I suppose this answer can help you http://en.stackoverflow.com/a/113600/3635

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.