2017 © Pedro Peláez
 

library smoovie

Video tools using FFMPEG

image

nm/smoovie

Video tools using FFMPEG

  • Friday, July 3, 2015
  • by latelatelate
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Smoovie: Simple FFMPEG/FFProbe Tools for PHP

Build Status, (*1)

A mini library of tools to manipulate video files with FFMPEG. Use at your own risk. This is a master alpha build., (*2)

Installation

The recommended way to install Smoovie is through Composer., (*3)

{
    "require": {
        "nm/smoovie": "dev-master"
    }
}

Basic Usage

Include composer's autoload file, (*4)

require_once '/path/to/vendor/autoload.php';

Import class in your scripts, (*5)

use NM\Smoovie\Smoovie;

Have fun :), (*6)

$file = '/path/to/video.mp4'
$s = new Smoovie;
$s->make($file);
$duration = $s->duration();
$frames = $s->frames();
$fps = $s->fps();
$generate_thumbnail = $s->thumb();
$vid_trailer = $s->preview($output = null, $start = null, $seconds = null);

License

This project is licensed under the MIT license., (*7)

The Versions

03/07 2015

dev-master

9999999-dev

Video tools using FFMPEG

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nick Mow

video encoding video processing video encoding