blah
This commit is contained in:
parent
f2f6e09c28
commit
dee6706d1f
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -92,6 +92,8 @@ app.get("/download", async (req, res) => {
|
|||
|
||||
const ffmpegProcess = cp.spawn(ffmpeg, [
|
||||
'-i', `pipe:3`,
|
||||
'-c:v', 'copy',
|
||||
'-c:a', 'libmp3lame',
|
||||
'-preset', preset,
|
||||
'-f', format,
|
||||
'-loglevel', 'error',
|
||||
|
|
Loading…
Reference in a new issue