tweak orig volume
This commit is contained in:
parent
a227d7d258
commit
38a893aae7
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ def compose(clips, target=150, base=1024, voice_over=None, options=None):
|
||||||
scene['back']['V1'][-1]['filter']['blur'] = blur
|
scene['back']['V1'][-1]['filter']['blur'] = blur
|
||||||
volume_back = '-8.2'
|
volume_back = '-8.2'
|
||||||
if options.get('stereo_downmix'):
|
if options.get('stereo_downmix'):
|
||||||
volume_back = '-6.2'
|
volume_back = '-7.2'
|
||||||
scene['audio-back']['A1'].append({
|
scene['audio-back']['A1'].append({
|
||||||
'duration': clip['duration'],
|
'duration': clip['duration'],
|
||||||
'src': clip['original'],
|
'src': clip['original'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue