2017 © Pedro Peláez
 

library video-converter

Video converter tools wrapper ffmpeg, ffprobe

image

appzz/video-converter

Video converter tools wrapper ffmpeg, ffprobe

  • Sunday, August 20, 2017
  • by CoolSwitcher
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

FFmpeg

FFmpeg php wrapper, (*1)

Install

composer require appzz/ffmpeg, (*2)

Usage

Init

use AppZz\VideoTools\FFmpeg;
require vendor/autoload.php;

/**
If needed specify path to local binary files
**/
FFmpeg::$binary = '/usr/local/bin/ffmpeg';

Transcode file

$ff = FFmpeg::factory('video.mkv');

//set output dir
$ff->set('output_dir', 'pathto/finished')

//set mapping params
$ff->set('mapping', 'video', ['count'=>10])
$ff->set('mapping', 'audio', ['count'=>10])
$ff->set('mapping', 'subtitle', ['count'=>10])

//set codec params
$ff->set('vcodec', 'h264', ['b'=>'2000k', 'crf'=>FALSE, 'profile'=>'fast'])
$ff->set('acodec', 'aac', ['b'=>'128k', 'ac'=>2, 'ar'=>48000])
$ff->set('scodec', 'copy')

//set output format
$ff->format('mp4');
$ff->prepare();
$result = $ff->run();

The Versions

20/08 2017

dev-master

9999999-dev https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

20/08 2017

1.3.1

1.3.1.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

18/08 2017

1.3

1.3.0.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

14/08 2017

1.2.3

1.2.3.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

14/08 2017

1.2.2

1.2.2.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

14/08 2017

1.2.1

1.2.1.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

14/05 2017

1.1

1.1.0.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

09/05 2017

1.0.1

1.0.1.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe

07/05 2017

1.0.0

1.0.0.0 https://github.com/a-pp-zz/video-converter.git

Video converter tools wrapper ffmpeg, ffprobe

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

ffmpeg ffprobe