Тёмный

How To Create A Counting Effect in After Effects 

Motion Array Tutorials
Подписаться 496 тыс.
Просмотров 173 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 197   
@VentaBlackStudios
@VentaBlackStudios Год назад
Amazing, you've helped countless animators including my self.
@MotionArrayTutorials
@MotionArrayTutorials Год назад
I'm so happy to hear! 😄🙏 That just made my day!
@Wieringenn
@Wieringenn 9 месяцев назад
In After Effects, to ensure that numbers always display with two digits, with a leading zero when the number is less than 10, you can use this expression on the Source Text property: // Get the value from your slider control var num = Math.round(effect("Slider Control")("Slider")); // Check if the number is less than 10 and add a leading zero if necessary num = num < 10 ? '0' + num : num; // Output the number as a string num.toString(); Thank me later!
@phn2017
@phn2017 4 месяца назад
it's help me a alot, thank you!
@teachminhajsoomro1173
@teachminhajsoomro1173 Год назад
Life saving tips
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Glad you liked them! 😄
@teachminhajsoomro1173
@teachminhajsoomro1173 Год назад
I watch your all video
@bhuwanbansal
@bhuwanbansal Год назад
Can you also point to the sound effect for counting up
@simplemusic3311
@simplemusic3311 3 месяца назад
what if i want to add 3 zero, so start not from 0 but 000 and then 001,002,etc?
@lukacrvenkovic6395
@lukacrvenkovic6395 11 месяцев назад
Thank you very much for the tutorial. Here is code for the comma for those who need it: num = effect("Slider Control")(1).value.toFixed(0); function addCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } addCommas(num)
@TaufikLukman
@TaufikLukman 9 месяцев назад
thanks Man!
@juliodelgado9954
@juliodelgado9954 8 месяцев назад
Thank you!
@gregv2821
@gregv2821 Месяц назад
Exactly what I was looking for. Thank you.
@ron_wayne
@ron_wayne Год назад
Stop Misleading in the name of FREE stuff when its available for paid subscribers only
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Hi! So sorry for the confusion, it is now officially set to free. it was supposed to be set before the video was made public but ended up being an hour or 2 behind schedule
@thisischaniece
@thisischaniece Год назад
Helpful, but how do I add a 0 in front of the single digit numbers so when they transition to double digit (11,12) it doesn't shift over to the right? I'm trying to keep it inside of a circle and it looks odd.
@fruitpunch5260
@fruitpunch5260 Год назад
How can I get my number in the billions? It seems i'm only allowed 6 zeros, I need 9
@harrysmith6131
@harrysmith6131 Год назад
I like the effect of your headshot video bubble. Is that a plugin?
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Ooh, no it's not but that's a great idea 😄 I should make one
@Dancing_Alone_wRentals
@Dancing_Alone_wRentals Год назад
I thought that was cool also. Perfect to see the speaker just at the moment I was contemplating what was said. Cool editing!
@connornewell8041
@connornewell8041 Год назад
What's the code I need if I only want it to count by hundreds? I'm counting from 500-6200 and dont want it to count every single number, only every 100.
@PrimalEdge
@PrimalEdge Год назад
you have exceptional presentation skills, I know I've said this before, but I really enjoy your tutorials
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Wow! Thanks Michael! 😄🙏that actually means a lot to me! Super appreciate it!
@ronendavid8842
@ronendavid8842 Год назад
It's like you read my mind, this is exactly what I was looking for for a project I'm working on, thanks a lot for the guide
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Awesome! 😄 Glad I could help! Good luck with the project!
@KrizbyYT
@KrizbyYT Год назад
I thought it was free. It's asking me to subscribe. Oh well. I can just make it manually. Thank you.
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Hi Krizby! Sorry for the confusion, it is now officially set to free 😄 it was supposed to be set before the video was made public but ended up being an hour or 2 behind schedule
@KrizbyYT
@KrizbyYT Год назад
@@MotionArrayTutorials Oh that's great! Thanks again!
@nickjames5602
@nickjames5602 11 месяцев назад
Thanks so much for this fantastic, fast, and easy to understand tutorial. The only problem with the "slider control" effect is that it can only count up to 1 million. I understand you need to use the "point control" effect for that. But when I apply that same code to "point control" it doesn't work. How would I use your method to count up to 1 billion for example?
@CappsProductions
@CappsProductions 8 месяцев назад
Here is the ending of a youtube video link. This video explains how to do over 1 million: v=Nguzk2Fb2vo
@SAHALISLAM-k4m
@SAHALISLAM-k4m 4 месяца назад
how will i add the symble in the front of the numbers
@PlisChroniclerAL
@PlisChroniclerAL 10 месяцев назад
Can you please recommend a sound effect of numbers quickly increasing ?
@theholoren
@theholoren Год назад
So is the effect FREE or not?
@MotionArrayTutorials
@MotionArrayTutorials Год назад
The effect is free 😄
@mickeygamer7468
@mickeygamer7468 Год назад
How do you make this counting-up sound effect?
@ahmedsuleiman1130
@ahmedsuleiman1130 Год назад
This is forever timely usage for we After Effects users. All expressions are well noted and to be used always. Keep up the good work and more subscribers to you.
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Thank you so much! That means a lot Ahmed! Thanks! 😄
@debangadutta4746
@debangadutta4746 Год назад
what is the sound effect is called u used on the countdown animation ?
@techskillsonline2596
@techskillsonline2596 10 месяцев назад
Great job!! But Adding "+" as a prefix did'nt work, Any fix to that??
@thaaer_shaabo3130
@thaaer_shaabo3130 7 месяцев назад
same for me, it seem to be the lastest update of ae2024 didn't support it, i try it before on 2022 it work just fine.
@uxdeya7660
@uxdeya7660 4 месяца назад
happens to have the same problem trying to edit the expression in the source text not the slider editor
@Dancing_Alone_wRentals
@Dancing_Alone_wRentals Год назад
Geez-o-flip! I didn't understand a single thing .... ...but, the editing was fantastic. I was standing in the LIKE line before the video was half way through. tHanks for a great video!
@MotionArrayTutorials
@MotionArrayTutorials Год назад
So glad you enjoyed it! 😄🙏
@MikeHamMan
@MikeHamMan 6 месяцев назад
My graph does not work like this, the x and y values are not ever time, but over values, and I tried to change it, can't get that speed ramp to work as smooth as yours. Followed directions exactly. Fuck Adobe, man. I fuckin hate this piece of shit software, but every goddamn job requires that I use it.
@April-xb7qs
@April-xb7qs 4 месяца назад
I literally never leave comments on any videos, but this was so clear, I just had to. It worked! Thank you
@nortoneflea
@nortoneflea 5 месяцев назад
Anyone know how to change the format to euros? ie. 43.300,38
@hunteer8875
@hunteer8875 Год назад
can you do this on i movie? if not can you make a video on a free video editor tool like i movie. Thanks
@MotionArrayTutorials
@MotionArrayTutorials Год назад
We don't really work with iMovie, to be honest 🤐
@hunteer8875
@hunteer8875 Год назад
@@MotionArrayTutorials a free editing tool that can do this animation. i'm only interested in the counting animation
@alimoursi5454
@alimoursi5454 4 месяца назад
thnx but I have a question if I need to use word ad suffix but I need the suffix to be in the second line like that : 140000 customer can I do it ?
@bibuedits
@bibuedits 8 месяцев назад
Adamın dibi You are best bro 🥰
@Shams_Rumi
@Shams_Rumi 10 дней назад
thank you so much! was confusing before
@ARMON-bt1md
@ARMON-bt1md 21 день назад
How can we make this into MOGRT?? Thanks
@anupagarwal9853
@anupagarwal9853 Год назад
its not free but great tutorial! pls refrain from using the free word when its not free
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Hi! So sorry for the confusion, it is now officially set to free. it was supposed to be set before the video was made public but ended up being an hour or 2 behind schedule
@anupagarwal9853
@anupagarwal9853 Год назад
@@MotionArrayTutorials oh okay i understand. Great content nevertheless!
@konlaor
@konlaor 3 месяца назад
I have problem of changing the font of those numbers. Some special font does not work. It always became the same font. Really appreciate if you can help.
@abul-hasan-rbk
@abul-hasan-rbk Год назад
preset not free
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Hi! So sorry for the confusion, it is now officially set to free. it was supposed to be set before the video was made public but ended up being an hour or 2 behind schedule
@seraphic18043
@seraphic18043 Месяц назад
I don't have the slide control effect?
@juanfelipemichelcors3938
@juanfelipemichelcors3938 Месяц назад
How do yo add the Ticking Sound?
@nickwallace2982
@nickwallace2982 Год назад
My boy Jordy has one of the best tuts in this community. More power brother! We appreciate you always.
@MotionArrayTutorials
@MotionArrayTutorials Год назад
That really means a lot Nick! Thank you so much! 😄🙏 so many more to come as well!
@poptrump1990
@poptrump1990 11 месяцев назад
Anybody knows how can I add the commas in longer numbers animations like 15,000,000 I only managed to put a dot after 15?... ugh After Effects has nothing to do with Premiere Pro, it's annoying.
@joed180
@joed180 Год назад
I love how this is 4 minutes of how to do it without the presets, even though this is the video tutorial link that comes with the presents.
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Knowledge is power 😄 And knowledge plus free stuff is even better IMO
@2424rocket
@2424rocket 10 месяцев назад
Except if you want to change the color of just one number...doesn't let you. I know a work around but perhaps you know something better.?
@RebellMrs
@RebellMrs 25 дней назад
Wonderful! Thank you so much for this great and easy explanation! It was very helpful.
@SazzadShad
@SazzadShad Год назад
many many thanks . You help so many people by making this useful videos .
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Wow! Thanks so much for saying that! It's my pleasure 😄
@hayotislife
@hayotislife 7 месяцев назад
10x for zooming content, very rare thing
@eddienyambe5046
@eddienyambe5046 Год назад
This is so brilliant but how do I start from 5000000 to 0?
@MotionArrayTutorials
@MotionArrayTutorials Год назад
🤣🤣
@caleb.justice
@caleb.justice 7 месяцев назад
Is there a way to add an effect when the numbers change? Like a slide-down/fade-out? Or just a fade in and out? Thanks!
@usus8420
@usus8420 6 месяцев назад
I discover I use I validate however when I place a character after the number it moves according to the format of the number it's very unpleasant
@mickeygamer7468
@mickeygamer7468 Год назад
Can I make this counting-up animation on a DDR4 with 8 GB of RAM?
@AlbertusWicaksono
@AlbertusWicaksono 3 месяца назад
You sounds like a Joker 😅
@glokkjhit4749
@glokkjhit4749 Год назад
SUPER HELPFUL!!! Thank you so much bro, you don't know how much you've helped me learn after effects and premiere pro, your a blessing
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Happy to hear that! 😄 So glad I could help out!
@zosiaszafranska
@zosiaszafranska Год назад
This is SO USEFUL, MAN! Thank you so so so so so much!
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Totally my pleasure! 😄🙏Glad it helped!
@yogawithmags
@yogawithmags 8 месяцев назад
Could you please tell me what formula to use so it starts the count from 1 instead of 0? Thanks a lot! Great video
@AdamKowalski-g8h
@AdamKowalski-g8h 4 месяца назад
Jak to kurwa zainstalować?!
@elarcadenoah9000
@elarcadenoah9000 Год назад
make a text scrolling effect like slot machines
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Ooh, yeah that's a great idea
@manyourcoolchris
@manyourcoolchris Месяц назад
Thanks for the quick tutorial. Super helpful!
@GenuineStLouisBusiness
@GenuineStLouisBusiness 12 дней назад
Bless you, sir!
@MJIHoait
@MJIHoait Год назад
Bruh, this was a life saving. Thanks a lot bro....... You're amazing💚💚
@MotionArrayTutorials
@MotionArrayTutorials Год назад
You're welcome! So happy it was helpful! 😄🙏
@MJIHoait
@MJIHoait Год назад
@@MotionArrayTutorials Wow😱 Can't believe you replied, you're so humble bro. Love from another part of the earth 🇧🇩(Bangladesh) 💚💚
@gripps2211
@gripps2211 7 месяцев назад
Simple and easy to follow
@markschultz2115
@markschultz2115 Год назад
Great video! I owe you some "doll ers" lol
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Awesome! Thanks Mark! 😄 So glad you liked it!
@John-sp9if
@John-sp9if Год назад
I was just thinking why it can't have a drag and drop preset. Thank you so much for helping the small editors by making the preset free. This preset is a must have.
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Thanks John! So glad you liked it! 😄🙏
@The_real_angle
@The_real_angle 2 месяца назад
Reason why i love RU-vid :redheart:
@jasonX
@jasonX Год назад
Thanks for this simple guide!
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Any time! 😄🙏 My pleasure!
@CarlYoungII
@CarlYoungII 7 месяцев назад
Helped put a fun new unique spin on the project I'm working on. Very cool video!!!🔥🔥👌🏽👌🏽👌🏽
@Kareemnoel
@Kareemnoel Год назад
Can the preset be used in premier pro ?
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Sadly no 😢 unless you dynamically linked it from Ae
@Gameoholic_
@Gameoholic_ 9 месяцев назад
Heya, what's the counting up sound at 0:01?
@luke_nukem
@luke_nukem 4 месяца назад
Awesome. Every other video on this effect on RU-vid kept giving me expression errors. This is the only expression that works! Thanks!
@PrabhatKumar-bf3lz
@PrabhatKumar-bf3lz 3 месяца назад
@Motion Array Tutorials Great tutorial. 👏👌
@dietmarreiss9248
@dietmarreiss9248 7 месяцев назад
Wow. Exact what i need. THX so much for helping us with your knowledge. Wish you the best. 🙂
@ValerioLauri1984
@ValerioLauri1984 Год назад
is there any chance to slow down the countdown toward the end? cheers
@Prateek-s9m
@Prateek-s9m 9 месяцев назад
what is the name of the font you have used at 0:16 seconds.
@GuayoyoAzucarado
@GuayoyoAzucarado 11 месяцев назад
This is great! but my number needs a period. example to go from 16.000 to 100.000 - I don't want the American way 16,000 to 100,000. My currency do not use comma. How to express this? thanks.
@GuayoyoAzucarado
@GuayoyoAzucarado 11 месяцев назад
I found it. this is the code: s = "" + Math.floor(effect("Slider Control")("Slider")[0]); s.replace(/\B(?=(\d{3})+(?!\d))/g, ".");
@FroggiBoy
@FroggiBoy 6 месяцев назад
can you do this in pr?
@edwinpalm2129
@edwinpalm2129 11 месяцев назад
Nice tutorial! I have two questions: 1. I want the Numbers to go down instead, How do I do that? 2. I want another starting and end points, eg. from 1500 down to 500. How do I change that?
@akula_zko
@akula_zko 11 месяцев назад
just keyframe that. at the beggining set 1500 and at the second keyfrae set 500. thats it! the same for 1st question
@artugert
@artugert Год назад
Cool, but now how do I get it into Premiere?
@anti8452
@anti8452 7 месяцев назад
How did you do the clicking effect 4:38
@step1610
@step1610 9 месяцев назад
where can i find sound effects for this?
@xLeBang
@xLeBang 8 месяцев назад
hey great tutorial! When i click the graph iconm I get the graph in units ie i can alter in how many units it counts. However, I want to influence the units/2 like in the video. I don't know how I can go to the graph in the video, ive otherwise followed all the steps correctly. Does anyone know?
@xLeBang
@xLeBang 7 месяцев назад
i found the answer. When you right click on the graph (not the graph button! thats where i went wrong) you can select if you want it counting in units or in speed
@ttemidayoo
@ttemidayoo Год назад
At Least show me How to add Commas 😒😒😒
@MotionArrayTutorials
@MotionArrayTutorials Год назад
It's a bit more complex sadly and thought it was easier just to give you the free presets with the commas. You can also reverse-engineer them once you have them 😄, sorry for the answer / non answer but if you wanted a copy paste solution I've left it below here: -------- num = effect("Slider Control")(1).value.toFixed(0); function addCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } addCommas(num)
@ShrimpGaming69
@ShrimpGaming69 Год назад
Lifesaver@@MotionArrayTutorials
@SoulSpice
@SoulSpice Год назад
So once I import this into my Premiere Pro project, how can I keyframe the counter so it doesn't continuously count? For example, if I score a goal, I want the counter to go up by 1, but right now it looks as if the only way to do this in Premiere Pro is by cutting & pasting. Thanks!
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Hey, good question, but if you actually just want to change your stats by 1 number and they don't change often I actually find that cutting and pasting works well. Maybe I'm misunderstanding your question but this effect I show works best for large numbers where you want to go through a lot quickly
@jossedore
@jossedore Год назад
any idea on how to remove decimals and add commas at the same time?
@LongJonYT
@LongJonYT Год назад
Is there a way to change the color within certain ranges, say you want 1-40, red. 41-70 yellow, 71-100 green?
@sorajj
@sorajj 11 месяцев назад
just animate tint effect
@sara85eg
@sara85eg Год назад
my favourite after effects tips so far
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Wow! 😄🙏Thanks so much! That makes me so happy!
@peachbun1320
@peachbun1320 5 месяцев назад
Super helpful!!! Thank you
@component8107
@component8107 Год назад
Or use the numbers effect, which is much easier
@TonoOrtiz
@TonoOrtiz 7 месяцев назад
When i try to add text before the number i got the error: can't turn result into numeric value. How can i fix it?
@uxdeya7660
@uxdeya7660 4 месяца назад
happens to have the same problem trying to edit the expression in the source text not the slider editor
@shabobchik
@shabobchik 4 месяца назад
Exactly what I needed plus hidden extras for future projects. Straight to the point and very clear. THANK YOU - new subscriber.
@EricSwain79
@EricSwain79 Год назад
love this, used the same function to count down but had to keyframe each number as the expression would add a "-" in negative space. Is there an expression to remove the "-" when counting down?
@juancamilogutierrezsalas
@juancamilogutierrezsalas Год назад
This video came to life at the exact moment I needed it!
@MotionArrayTutorials
@MotionArrayTutorials Год назад
I’m SO happy to hear that 😁🙏🏻
@yesneo6613
@yesneo6613 Год назад
This is actually insanely useful, thank you so much
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Awesome! So glad it was helpful! 😄
@danielgallo2204
@danielgallo2204 5 месяцев назад
thanks, you saved my day
@motionsam
@motionsam 24 дня назад
Thanks for the presets
@DeopBoiiContact
@DeopBoiiContact Год назад
Can you please share the SFX used in counting effect (or how to make it ourselves) it would be a great help
@MotionArrayTutorials
@MotionArrayTutorials Год назад
For sure! It was actually multiple layered SFX combined together, I'll have to go back and check but I think at least this was one of them - tinyurl.com/y4vxpes8 I also use a bicycle sound effect for a lot of counting stuff as well - tinyurl.com/rea7erun
@skinandbones5339
@skinandbones5339 5 месяцев назад
That is such a great tutorial. Thank u so much!
@Digital_Dreamx
@Digital_Dreamx 9 месяцев назад
I do not have track sign in text source any suggestion for me please
@laolei
@laolei 6 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-aEeucj7jq80.html
@Sdachneak
@Sdachneak 6 месяцев назад
thankful
@singhkrishanu
@singhkrishanu Год назад
Thanks brother. Very good video👍
@MotionArrayTutorials
@MotionArrayTutorials Год назад
So glad you liked it! 😄🙏
@UkyoQLF
@UkyoQLF Год назад
0:51 I dont have the "little spiral" , i cant find any solutions on internet If someone can please help me
@P4IL1P
@P4IL1P 9 месяцев назад
did you find a solution?
@UkyoQLF
@UkyoQLF 9 месяцев назад
@@P4IL1Pyes but I dont remember how lmaoo
@GiziBrat
@GiziBrat Год назад
Love your videos, nice and simple, easy to understand, you earned my subscribe
@MotionArrayTutorials
@MotionArrayTutorials Год назад
Awesome, thank you so much! Welcome to the team! 😄🙏
@SabrinaServat
@SabrinaServat 9 месяцев назад
Love it!!!! Thank you so much!!
@AlexGulinov
@AlexGulinov 7 месяцев назад
Thank you!
@__pumpkin__
@__pumpkin__ 7 месяцев назад
Helpfull❤
Далее
I Left After Effects For This
6:54
Просмотров 84 тыс.
Ко мне подкатил бармен
00:58
Просмотров 137 тыс.
КВН 2024 Встреча выпускников
2:00:41
How To Zoom In From Space in After Effects
8:41
Просмотров 185 тыс.
How To Use Roto Brush 3.0 in After Effects
7:00
Просмотров 429 тыс.
Numbers + Timecode | Effects of After Effects
8:21
Просмотров 28 тыс.
Adobe is horrible. So I tried the alternative
25:30
Clean 3D Animated Travel Map Tutorial in After Effects
13:52
Ко мне подкатил бармен
00:58
Просмотров 137 тыс.