fix audio
This commit is contained in:
parent
959f34f45b
commit
04d773da1e
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ 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': front,
|
||||
'src': audio,
|
||||
'filter': {'volume': volume_front},
|
||||
})
|
||||
scene['audio-rear']['A2'].append({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue