fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix joining audio streams for YouTube.
[audio.git]
/
src
/
youtube
/
utils.py
diff --git
a/src/youtube/utils.py
b/src/youtube/utils.py
index
d5b320e
..
324609d
100644
(file)
--- a/
src/youtube/utils.py
+++ b/
src/youtube/utils.py
@@
-29,7
+29,7
@@
def ffmpeg_concat(paths, suffix):
output.close()
subprocess.run(
output.close()
subprocess.run(
- ['ffmpeg', '-y', '-safe', '0', '-f', 'concat', '-i', filelist.name,
'-c', 'copy',
output.name],
+ ['ffmpeg', '-y', '-safe', '0', '-f', 'concat', '-i', filelist.name, output.name],
check=True)
filelist.close()
check=True)
filelist.close()