Hide debug lines
This commit is contained in:
parent
a0778ef237
commit
7395a1f60f
1 changed files with 4 additions and 4 deletions
8
index.js
8
index.js
|
@ -31,10 +31,10 @@ app.get("/convert", async (req, res) => {
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
ffmpegProcess.stderr.setEncoding('utf-8')
|
// ffmpegProcess.stderr.setEncoding('utf-8')
|
||||||
ffmpegProcess.stderr.on('data', (data) => {
|
// ffmpegProcess.stderr.on('data', (data) => {
|
||||||
console.log(data)
|
// console.log(data)
|
||||||
})
|
// })
|
||||||
// These are debugging lines to watch FFMPEG output :3
|
// These are debugging lines to watch FFMPEG output :3
|
||||||
|
|
||||||
ffmpegProcess.stdio[1].pipe(res)
|
ffmpegProcess.stdio[1].pipe(res)
|
||||||
|
|
Loading…
Reference in a new issue