mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 08:27:22 +08:00
Update video_effects.py
This commit is contained in:
parent
62918099d3
commit
bb9ee76b84
@ -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)])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user