From eb49a320d180b3e3e7fcd583e589a430bcf8d54e Mon Sep 17 00:00:00 2001 From: j Date: Tue, 31 Oct 2023 09:01:04 +0100 Subject: [PATCH] disable original transparancy for now --- render.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'],