diff --git a/app/services/utils/video_effects.py b/app/services/utils/video_effects.py index e6213d2..62e8cdb 100644 --- a/app/services/utils/video_effects.py +++ b/app/services/utils/video_effects.py @@ -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)])