From cdb2585c8adbc7a716f865c5471bb0a431720b82 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 11 Dec 2023 00:04:37 -0600 Subject: [PATCH] help --- index.js | 2 ++ static/converter/index.html | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index b706222..55741ac 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,8 @@ app.post("/convert", uploads.single("files"), (req, res) => { '-f', format, '-loglevel', 'error', '-movflags', 'frag_keyframe+empty_moov', + '-vcodec', 'copy' , + '-acodec', 'copy', '-' ], { stdio: [ diff --git a/static/converter/index.html b/static/converter/index.html index 96465e1..71952ed 100644 --- a/static/converter/index.html +++ b/static/converter/index.html @@ -47,7 +47,6 @@ -