tags:

views:

38

answers:

1

Can I convert videos with PHP or do I have to use some library?

+3  A: 

You'll need to use some libraries to achieve this.

The Wordpress video solutions framework already does video conversion; is written in PHP and uses FFMPEG and other tools to do the conversion. This may be a good starting point for you.

Robert Christie