Declare ffmpeg binary in composer.json

This commit is contained in:
Pierre Rudloff 2015-11-21 20:54:38 +01:00
parent cafb75a9c1
commit c74623a9dd
4 changed files with 11 additions and 5 deletions

View file

@ -31,7 +31,7 @@ Class Config
public $python = '/usr/bin/python';
public $params = '--no-playlist --no-warnings -f best';
public $convert = false;
public $avconv = 'vendor/ffmpeg/ffmpeg/ffmpeg';
public $avconv = 'vendor/bin/ffmpeg';
/**
* Config constructor