Unnesacary
This commit is contained in:
parent
cdb2585c8a
commit
583dfc4608
2 changed files with 2 additions and 3 deletions
1
index.js
1
index.js
|
@ -42,7 +42,6 @@ app.post("/convert", uploads.single("files"), (req, res) => {
|
|||
|
||||
const ffmpegProcess = cp.spawn(ffmpeg, [
|
||||
'-i', file.path,
|
||||
'-preset', preset,
|
||||
'-f', format,
|
||||
'-loglevel', 'error',
|
||||
'-movflags', 'frag_keyframe+empty_moov',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue