From 583dfc4608a281b765ff8839a295c9c6eb1f00e0 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 11 Dec 2023 00:10:34 -0600 Subject: [PATCH] Unnesacary --- index.js | 1 - static/converter/index.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 55741ac..e73f073 100644 --- a/index.js +++ b/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', diff --git a/static/converter/index.html b/static/converter/index.html index 71952ed..7e0b907 100644 --- a/static/converter/index.html +++ b/static/converter/index.html @@ -25,7 +25,7 @@ -
+

Format: