Output ffmpeg errors to STDERR (fixes #140)

This commit is contained in:
Pierre Rudloff 2017-12-09 22:22:07 +01:00
parent 29a262562a
commit 4ae585eef1

View file

@ -276,7 +276,7 @@ class VideoDownload
$builder = ProcessBuilder::create( $builder = ProcessBuilder::create(
[ [
$this->config->avconv, $this->config->avconv,
'-v', 'quiet', '-v', 'error',
//Vimeo needs a correct user-agent //Vimeo needs a correct user-agent
'-user_agent', $this->getProp(null, null, 'dump-user-agent'), '-user_agent', $this->getProp(null, null, 'dump-user-agent'),
'-i', $url, '-i', $url,