diff --git a/render.py b/render.py index 460206f..8746c8b 100644 --- a/render.py +++ b/render.py @@ -155,7 +155,8 @@ def compose(clips, target=150, base=1024, voice_over=None): else: transparency_back = transparency transparency_front = 0 - transparency_original = seq() / 10 + #transparency_original = seq() / 10 + transparency_original = 1 if "background" in clip: scene['front']['V1'].append({ 'duration': clip['duration'],