You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fade to white (or any other color than black):
newclip = vfx.fadeout(newclip,duration=1, final_color=[1,1,1])
(I guess that final_color=1 should be equivalent)
but I always get a fade to black...
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
davrandom
changed the title
moviepy.video.fx.all fadein adn fade does not fade to any other color than black?
moviepy.video.fx.all fadein and fadeout does not fade to any other color than black?
Oct 3, 2016
I'm trying to fade to white (or any other color than black):
newclip = vfx.fadeout(newclip,duration=1, final_color=[1,1,1])
(I guess that final_color=1 should be equivalent)
but I always get a fade to black...
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: