Countdown Timer Tutorial in After Effects

preview_player
Показать описание
In this tutorial I show you how to create a countdown timer in after effects with one single expression. This method allows you to quickly create and adjust countdown timers for any duration of your choice. This video includes: countdown timer tutorial after effects, countdown timer tutorial, countdown timer after effects, countdown timer, countdown tutorial, timer tutorial, countdown after effects, timer after effects, slider control, countdown slider, countdown timer slider, countdown timer expression, countdown expression, after effects, after effects tutorial, after effects countdown timer, counter, time counter, after effects timer counter, motion graphics, motion graphics tutorial, how to make timer in after effects.

SOCIALS
===================================

#aftereffects #motiongraphics #tutorial #smertimbagraphics #aftereffectstutorial #aftereffect #videoediting #motiongraphicstutorial #motiondesign #adobe #aetutorial #adobeaftereffects
Рекомендации по теме
Комментарии
Автор

Expression:

slider = Math.round(effect("Slider Control")("Slider"))

sec = slider%60
min = Math.floor(slider/60)

function addZero(n){ if (n<10) return "0" + n else return n }

addZero(min) + ":" + addZero(sec)

SmertimbaGraphics
Автор

What a FANTASTIC tutorial! Quick, concise, to the point. Thank you so much. Subscribed!

Jeemdeecreations
Автор

No BS, no over-complicated solution... THANKS! :)

rpgladob
Автор

Version After Effects en español:  

slider = Math.round(effect("Control del = slider % 60;
minutos = Math.floor(slider / 60);

function agregarCero(n) {
if (n < 10)
return "0" + n;
else
return n;
}

agregarCero(minutos) + ":" + agregarCero(segundos);

FrecuenciasDivinas
Автор

Yooo keep it up dude, I'm gonna be using this!

SonKosen
Автор

Thanks for the quick tutorial and easy to nab code.

Wondershock
Автор

wonderful! works perfectly and the simplicity is fantastic
although I'm having some issues, the first sec only lasts half of a sec

IlyaPlotnikov
Автор

You can creat a solid, then use the number effects on it. Then set it as a timer.

TiagoMacielAKI
Автор

Nice tutorial.. but what if I want to turn this into a MOGRT with editable duration and font to use in Premiere?? 🤔

jedi
Автор

you can also just add an expression Time*1 to the slider

LordPrisma
Автор

when pasting the expression make sure to delete the textsource

CuratedByMeraki
Автор

Any idea why when I use a font I want to use, the countdown will shift position ever so slightly during the countdown? Any way I can fix that?

cardsfan
Автор

I need your help about how to activate the source texte. I'm using a mac so I hold option but nothing happen

esaieboukalo
Автор

Hey bro. How can we save it as motion graphics template and use it on premiere pro. Can you make another video on this topic.

EditorYeazun
Автор

I still get a error message despite using the legacy extendscript. What can I do?

RaceToGlory
Автор

How about if you want to start with only one zero on the left of the colon, like 0:00 and then if you need it 10:00?

mfs
Автор

Are there any consequences of switching the expression settings to a legacy format?

flatbrokeandfaulty
Автор

bro I did not get keyframe after pressing u in keyboard?? plz tell

PiyushSoniFacts
Автор

Got a problem. My counter starts with 0, but I need 5

Liken_
Автор

I do in 2024 version and don't work it

Swero