Use Composer to download ffmpeg (fixes #38)

This commit is contained in:
Pierre Rudloff 2015-11-21 20:44:32 +01:00
parent 00519c3183
commit cafb75a9c1
6 changed files with 29 additions and 8 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 = 'ffmpeg/ffmpeg';
public $avconv = 'vendor/ffmpeg/ffmpeg/ffmpeg';
/**
* Config constructor