BLOG POST COLOR

Animate Video Between ALL Corners | DaVinci Resolve

In this video I explore the Fusion part of DaVinci Resolve and show you a way how to make it so that you can quickly change the position of a media (image or video) from one corner to another and have it scale to the selected corner and not into the center of the media. You can also use this to make animations, be it transitions or as a showcase motion graphic.

 

However, as you can see I had some issues making the drop down menu as it didn’t work as it should when using DaVinci Resolve 18 beta 3. But below is the code that you can use for 2, 3 and 4 corners. If you just want to copy/paste the code then the custom tool node has to be called CustomTool1 and the ID of the custom control has to be CustomPosition.

 

You can expand on this and add a border animation or some text. But adding a text gets complicated if you want to show it automatically on the correct side of the screen when changing the pivot point.

2 corners

iif(CornerPosition==0, Point(CustomTool1.PointIn1.X, CustomTool1.PointIn1.Y),

iif(CornerPosition==1, Point(CustomTool1.PointIn2.X, CustomTool1.PointIn2.Y)))

3 corners

iif(CornerPosition==0, Point(CustomTool1.PointIn1.X, CustomTool1.PointIn1.Y),

iif(CornerPosition==1, Point(CustomTool1.PointIn2.X, CustomTool1.PointIn2.Y),

iif(CornerPosition==2, Point(CustomTool1.PointIn3.X, CustomTool1.PointIn3.Y))))

4 corners

iif(CornerPosition==0, Point(CustomTool1.PointIn1.X, CustomTool1.PointIn1.Y),

iif(CornerPosition==1, Point(CustomTool1.PointIn2.X, CustomTool1.PointIn2.Y),

iif(CornerPosition==2, Point(CustomTool1.PointIn3.X, CustomTool1.PointIn3.Y),

iif(CornerPosition==3, Point(CustomTool1.PointIn4.X, CustomTool1.PointIn4.Y)))))

Until next time Jackalls, Keep it Digital

Connect, follow & support Jackall Digital

Singup & get notified about latest content

    I don’t spam you, read the privacy policy

    Shopping Cart