Smooth Transitions from Original -> X iterations (video) #51
-
@rkhamilton I'm really trying to wrap my head around creating a nice smooth transition of video frames from the original image to my image thats generated by x iterations. The variables I think that we have to play with and adjust are the following.
My wish and goal is to create a smooth or as smooth as you can get video from the original source to my desired iterations see image below. Ideally it would be great if I could slowly transform from the original image to the final over 5 or 10 seconds.. Do you see a way to do this, every test I try it seems like it goes pretty quick from the original to the final. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Cool image! And I think the video you are trying for will look great. Something to understand is that changing the init_image to the final image depends only on the optimization algorithm and the number of iterations (not video frames, but iterations). More iterations means more change in the output image. You have two ways to slow down the video of this process:
|
Beta Was this translation helpful? Give feedback.
Cool image! And I think the video you are trying for will look great.
Something to understand is that changing the init_image to the final image depends only on the optimization algorithm and the number of iterations (not video frames, but iterations). More iterations means more change in the output image. You have two ways to slow down the video of this process: