Skip to content

A simple lightweight php library for converting videos into HTML5 Mp4 video format

License

Notifications You must be signed in to change notification settings

anandrmedia/phpmp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpmp4

A simple lightweight php library for converting videos into HTML5 Mp4 video format

##Requirements Requires the latest ffmpeg or avconv with libx264

Usage

Include src\PHPMp4\PHPMp4.php

	$video = new \PHPMp4\PHPMp4('test.wmv');

	try{
		$video->convertVideo();
	}catch(Exception $e){
		echo 'error '.$e->getMessage();
	}

About

A simple lightweight php library for converting videos into HTML5 Mp4 video format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages