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
|
@ -18,6 +18,9 @@ convert: false
|
|||
# Path to your avconv or ffmpeg binary
|
||||
avconv: vendor/bin/ffmpeg
|
||||
|
||||
# avconv/ffmpeg logging level.
|
||||
avconvVerbosity: error
|
||||
|
||||
# Path to your rtmpdump binary
|
||||
rtmpdump: vendor/bin/rtmpdump
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue