lower for double
This commit is contained in:
parent
1710166181
commit
21b6ef9cef
1 changed files with 4 additions and 2 deletions
|
|
@ -264,8 +264,10 @@ def compose(clips, fragment, target=150, base=1024, voice_over=None, options=Non
|
|||
voice_overs.append(vo)
|
||||
voc = vo.copy()
|
||||
a, b = '5', '-1'
|
||||
if options.get('stereo_downmix'):
|
||||
a, b = '5', '-1'
|
||||
#if options.get('stereo_downmix'):
|
||||
# a, b = '5', '-1'
|
||||
if vo_b:
|
||||
a, b = '3', '-3'
|
||||
voc['filter'] = {'volume': a}
|
||||
scene['audio-center']['A1'].append(voc)
|
||||
vo_low = vo.copy()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue