2017 © Pedro Peláez
 

library phpmp4

PHPMp4 is a simple lightweight library for converting videos into HTML5 Mp4 video format

image

phpmp4/phpmp4

PHPMp4 is a simple lightweight library for converting videos into HTML5 Mp4 video format

  • Sunday, July 26, 2015
  • by anandrmedia
  • Repository
  • 1 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 75 % Grown

The README.md

phpmp4

A simple lightweight php library for converting videos into HTML5 Mp4 video format, (*1)

Requirements

Requires the latest ffmpeg or avconv with libx264, (*2)

Usage

Include src\PHPMp4\PHPMp4.php, (*3)


$video = new \PHPMp4\PHPMp4('test.wmv'); try{ $video->convertVideo(); }catch(Exception $e){ echo 'error '.$e->getMessage(); }

The Versions

26/07 2015

dev-master

9999999-dev

PHPMp4 is a simple lightweight library for converting videos into HTML5 Mp4 video format

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

audio video ffmpeg video processing ffprobe audio processing avconv avprobe

26/07 2015

v0.1-alpha

0.1.0.0-alpha

PHPMp4 is a simple lightweight library for converting videos into HTML5 Mp4 video format

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

audio video ffmpeg video processing ffprobe audio processing avconv avprobe