Init commit
This commit is contained in:
6
src/constants/defaultArgs.js
Executable file
6
src/constants/defaultArgs.js
Executable file
@@ -0,0 +1,6 @@
|
||||
module.exports = [
|
||||
'./ffmpeg', // args[0] is always binary path
|
||||
'-nostdin', // Disable interaction mode
|
||||
'-loglevel',
|
||||
'quiet',
|
||||
];
|
||||
Reference in New Issue
Block a user