Copy link to clipboard
Copied
Hi,
What would be the best way of adding a 60 seconds countdown timer on a video? I want it to start from 60 and go down to 0.
Thanks
Copy link to clipboard
Copied
Create a Solid and then apply the effect Numbers located in the Effects > Text category. You can animate the numbers to create the countdown.
Copy link to clipboard
Copied
"Timecode" effect can be useful animating the "Starting Frame" option. But with "Numbers" you have best results.
Copy link to clipboard
Copied
The challenge with uisng an Effect like Numbers and Timecode is that you don't have any control over the options that appear in the Character panel and the Paragraph panel.
I've done some countdowns by keyframing the Text Source parameter. It's not nearly as fast as using one of the Text Effects, but gives you full control of the appearance. Another slow down is that changing just one option in the Chracter panal later needs to be done at each keyframe. On the upside, it opens up all of the options available in the Animatte pop-up menu.
Copy link to clipboard
Copied
If you look for a generic solution with very flexible formatting, you can use iExpressions for that
https://mamoworld.com/after-effects-expression/counter-time
https://mamoworld.com/after-effects-expression/counter-numbers
Copy link to clipboard
Copied
You can use this expression over the Source Text parameter of your text layer:
linear (time, 0, 60, 60,0).toFixed(X)
Your composition must be at least 60 seconds in duration. You can change the "X" in the expression for the number of decimals you want to use.
This way you can easily change the style and format of your text using the Character panel.
Copy link to clipboard
Copied
It looks like this changes at every half second. Is there a way to modify this expression such that it changes at every second?
Copy link to clipboard
Copied
linear (time-0.5, 0, 60, 60,0).toFixed(0)
Copy link to clipboard
Copied
Thank you, Mathias. I can put this expression to use!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now