fix volume
This commit is contained in:
parent
d410042506
commit
959f34f45b
1 changed files with 2 additions and 2 deletions
|
|
@ -169,8 +169,8 @@ def compose(clips, target=150, base=1024, voice_over=None, options=None):
|
|||
volume_rear = '-8.5'
|
||||
scene['audio-front']['A2'].append({
|
||||
'duration': clip['duration'],
|
||||
'src': audio_front,
|
||||
'filter': {'volume': volume},
|
||||
'src': front,
|
||||
'filter': {'volume': volume_front},
|
||||
})
|
||||
scene['audio-rear']['A2'].append({
|
||||
'duration': clip['duration'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue