Unnesacary

This commit is contained in:
Bingus_Violet 2023-12-11 00:10:34 -06:00
parent cdb2585c8a
commit 583dfc4608
2 changed files with 2 additions and 3 deletions

View file

@ -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',