forked from Supositware/Haha-Yes
ffmpeg hide_banner
This commit is contained in:
parent
cb13a55c0c
commit
646421df8f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ async function upload(file) {
|
|||
|
||||
async function ffmpeg(command) {
|
||||
return await new Promise((resolve, reject) => {
|
||||
exec(`ffmpeg ${command}`, (err, stdout, stderr) => {
|
||||
exec(`ffmpeg -hide_banner ${command}`, (err, stdout, stderr) => {
|
||||
if (err) {
|
||||
reject(stderr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue