In this video you will learn how to make a dynamic bar coundown timer that goes around the border of the video clip. You will learn how to make the effect reusable for other clips and projects – the projects can be of different dimensions and frames per second, which I didn’t specifically mention in the video.
Why did I use a rectangle for the effect? Because when we use different dimensions, and if we set the maximum width and height in the rectangle, then it will always use the maximum value no matter what timeline resolution you use. Otherwise you may get unwanted results, but try it out yourself to see.
:ratio=floor(comp:GetPrefs(“Comp.FrameFormat.Width”)/comp:GetPrefs(“Comp.FrameFormat.Height”)*100)/100;
– 1080×1920
– 1080×1350
– 1080×1080
– 1920×1080
– 3840×2160
– 4096×2160
IF a resolution is not listed here check the video how to calculate the resolution ratio. If that ratio equals one of the values in the 2nd piece of the code then the effect will work out of the box, otherwise you will have to add to the expression and adjust the position value like I show in the video.
Video on making macros https://youtu.be/KtWelmTu-G8
Video on text timer expression if you want to add it to this effect https://youtu.be/k7KGgSijjJ8
Until next time Jackalls, Keep it Digital