Output ffmpeg errors to STDERR (fixes #140)
This commit is contained in:
parent
29a262562a
commit
4ae585eef1
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class VideoDownload
|
|||
$builder = ProcessBuilder::create(
|
||||
[
|
||||
$this->config->avconv,
|
||||
'-v', 'quiet',
|
||||
'-v', 'error',
|
||||
//Vimeo needs a correct user-agent
|
||||
'-user_agent', $this->getProp(null, null, 'dump-user-agent'),
|
||||
'-i', $url,
|
||||
|
|
Loading…
Reference in a new issue