fixed bug where several audio streams were muxed into the output
This commit is contained in:
parent
d4c5fd437b
commit
daf033d355
@ -136,7 +136,7 @@ print_opt('Done!')
|
|||||||
print_opt('Muxing streams... ', end='', flush=True)
|
print_opt('Muxing streams... ', end='', flush=True)
|
||||||
call(('/usr/bin/env', 'ffmpeg', '-i', FILES[File.LOOP],
|
call(('/usr/bin/env', 'ffmpeg', '-i', FILES[File.LOOP],
|
||||||
'-i', FILES[Stream.AUDIO],
|
'-i', FILES[Stream.AUDIO],
|
||||||
'-map', '0', '-map', '1',
|
'-map', '0:v:0', '-map', '1:a:0',
|
||||||
'-c', 'copy', FILES[File.OUTPUT]),
|
'-c', 'copy', FILES[File.OUTPUT]),
|
||||||
stdout=DEVNULL, stderr=DEVNULL)
|
stdout=DEVNULL, stderr=DEVNULL)
|
||||||
print_opt('Done!')
|
print_opt('Done!')
|
||||||
|
Loading…
Reference in New Issue
Block a user