Add an option to make ffmpeg, mkvmerge and rtmpdump running verbosely.

This commit is contained in:
Godzil
2018-06-08 21:51:25 +01:00
parent 978a3282a4
commit 65c9032839
5 changed files with 33 additions and 15 deletions

View File

@@ -19,4 +19,5 @@ interface IConfig {
video_quality?: string;
rebuildcrp?: boolean;
batch?: string;
verbose?: boolean;
}