Add a setting that controls ffmpeg verbosity
Don't display ffmpeg errors in tests
This commit is contained in:
parent
4ae585eef1
commit
959b141282
5 changed files with 14 additions and 1 deletions
|
@ -89,6 +89,14 @@ class Config
|
|||
*/
|
||||
public $audioBitrate = 128;
|
||||
|
||||
/**
|
||||
* avconv/ffmpeg logging level.
|
||||
* Must be one of these: quiet, panic, fatal, error, warning, info, verbose, debug
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $avconvVerbosity = 'error';
|
||||
|
||||
/**
|
||||
* YAML config file path.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue