Declare ffmpeg binary in composer.json
This commit is contained in:
parent
cafb75a9c1
commit
c74623a9dd
4 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue