center filter
This commit is contained in:
parent
60f66b1cb4
commit
ca5ee40ca9
1 changed files with 3 additions and 2 deletions
|
@ -105,8 +105,9 @@ def compose(clips, target=150, base=1024, voice_over=None):
|
||||||
})
|
})
|
||||||
vo_min += offset
|
vo_min += offset
|
||||||
for vo in voice_overs:
|
for vo in voice_overs:
|
||||||
vo_low['filter'] = {'volume': '3'}
|
voc = vo.copy()
|
||||||
scene['audio-center']['A1'].append(vo)
|
voc['filter'] = {'volume': '3'}
|
||||||
|
scene['audio-center']['A1'].append(voc)
|
||||||
vo_low = vo.copy()
|
vo_low = vo.copy()
|
||||||
vo_low['filter'] = {'volume': '-6'}
|
vo_low['filter'] = {'volume': '-6'}
|
||||||
scene['audio-rear']['A1'].append(vo_low)
|
scene['audio-rear']['A1'].append(vo_low)
|
||||||
|
|
Loading…
Reference in a new issue