feat: optimize code and bump version to 1.2.4
This commit is contained in:
@@ -138,7 +138,6 @@ def combine_videos(
|
||||
)
|
||||
|
||||
shuffle_side = random.choice(["left", "right", "top", "bottom"])
|
||||
logger.info(f"Using transition mode: {video_transition_mode}")
|
||||
if video_transition_mode.value == VideoTransitionMode.none.value:
|
||||
clip = clip
|
||||
elif video_transition_mode.value == VideoTransitionMode.fade_in.value:
|
||||
|
||||
Reference in New Issue
Block a user