Remove -hide_banner in default option

This commit is contained in:
Jerome Wu 2020-11-14 16:31:16 +08:00
parent 905f686f45
commit d7be4000f3

View File

@ -6,8 +6,6 @@ module.exports = {
'-nostdin',
/* Force to override output file */
'-y',
/* Not to output banner */
'-hide_banner',
],
baseOptions: {
/* Flag to turn on/off log messages in console */