Metadata copying
This commit is contained in:
parent
bf7486f40c
commit
d0ea68b49e
1 changed files with 3 additions and 0 deletions
3
index.js
3
index.js
|
@ -125,6 +125,7 @@ app.get("/download", async (req, res) => {
|
|||
'-movflags', 'frag_keyframe+empty_moov',
|
||||
'-f', format,
|
||||
'-loglevel', 'error',
|
||||
'-map_metadata', '0',
|
||||
'-'
|
||||
], {
|
||||
stdio: [
|
||||
|
@ -149,6 +150,8 @@ app.get("/download", async (req, res) => {
|
|||
'-loglevel', 'error',
|
||||
'-c:v', 'copy',
|
||||
'-c:a', 'libmp3lame',
|
||||
'-movflags', 'frag_keyframe+empty_moov',
|
||||
'-map_metadata', '0',
|
||||
'-'
|
||||
], {
|
||||
stdio: [
|
||||
|
|
Loading…
Reference in a new issue