volume adjustments
This commit is contained in:
parent
1608b5cb60
commit
60f66b1cb4
2 changed files with 5 additions and 2 deletions
|
|
@ -105,6 +105,7 @@ def compose(clips, target=150, base=1024, voice_over=None):
|
|||
})
|
||||
vo_min += offset
|
||||
for vo in voice_overs:
|
||||
vo_low['filter'] = {'volume': '3'}
|
||||
scene['audio-center']['A1'].append(vo)
|
||||
vo_low = vo.copy()
|
||||
vo_low['filter'] = {'volume': '-6'}
|
||||
|
|
@ -168,6 +169,8 @@ def compose(clips, target=150, base=1024, voice_over=None):
|
|||
})
|
||||
|
||||
transparency = seq() / 9
|
||||
# 50% of time no transparancy of foregroudnd layer
|
||||
# 50% some transparancy, 25%, 50%, 75% levels of transparancy
|
||||
transparancy = 1
|
||||
# coin flip which site is visible (50% chance)
|
||||
if chance(seq, 0.5):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue