Skip to content

atiksoftware/php-class-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-class-ffmpeg

With this class you can use FFmpeg with PHP without installing php-ffmpeg extension.


Installation

Using Composer

composer require atiksoftware/php-class-ffmpeg
require __DIR__.'/../vendor/autoload.php';

use \Atiksoftware\FFmpeg\FFmpeg;
$FFmpeg = new FFmpeg();

create thumbnail

$FFmpeg->input( "Facebook.MP4" )->loglevel("debug")->output( "thumbnail.jpg" )->thumb( "1280x720" , 1, 10 )->ready();

About

With this class you can use FFmpeg with PHP without installing php-ffmpeg extension.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages