fix mp3
This commit is contained in:
parent
dee6706d1f
commit
d7edce0c95
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -43,7 +43,6 @@ app.post("/convert", uploads.single("files"), (req, res) => {
|
||||||
'-loglevel', 'error',
|
'-loglevel', 'error',
|
||||||
'-movflags', 'frag_keyframe+empty_moov',
|
'-movflags', 'frag_keyframe+empty_moov',
|
||||||
'-vcodec', 'copy' ,
|
'-vcodec', 'copy' ,
|
||||||
'-acodec', 'copy',
|
|
||||||
'-'
|
'-'
|
||||||
], {
|
], {
|
||||||
stdio: [
|
stdio: [
|
||||||
|
|
Loading…
Reference in a new issue