26/07
2015
PHPMp4 is a simple lightweight library for converting videos into HTML5 Mp4 video format
A simple lightweight php library for converting videos into HTML5 Mp4 video format, (*1)
Requires the latest ffmpeg or avconv with libx264, (*2)
Include src\PHPMp4\PHPMp4.php, (*3)
$video = new \PHPMp4\PHPMp4('test.wmv'); try{ $video->convertVideo(); }catch(Exception $e){ echo 'error '.$e->getMessage(); }