Init commit

This commit is contained in:
Jerome Wu
2019-10-20 22:37:37 +08:00
commit a1334c60f3
15 changed files with 160 additions and 0 deletions

6
src/constants/defaultArgs.js Executable file
View File

@@ -0,0 +1,6 @@
module.exports = [
'./ffmpeg', // args[0] is always binary path
'-nostdin', // Disable interaction mode
'-loglevel',
'quiet',
];