Faster converting
This commit is contained in:
parent
9f69e39b36
commit
1b65b47408
2 changed files with 1 additions and 3 deletions
2
index.js
2
index.js
|
@ -29,7 +29,7 @@ app.get("/convert", async (req, res) => {
|
|||
'-i', filePath,
|
||||
'-f', formats[format] || format,
|
||||
'-movflags', 'frag_keyframe+empty_moov',
|
||||
'-vcodec', 'copy',
|
||||
'-c', 'copy',
|
||||
'-'
|
||||
], {
|
||||
stdio: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue