Update video_effects.py

This commit is contained in:
overcrash 2025-06-18 21:48:38 -03:00
parent 62918099d3
commit bb9ee76b84

View File

@ -1,6 +1,5 @@
from moviepy import Clip, vfx
#from moviepy import Clip
#import moviepy.video.fx.all as vfx
# FadeIn
def fadein_transition(clip: Clip, t: float) -> Clip:
return clip.with_effects([vfx.FadeIn(t)])