Animatable COUNTER Effect Like Ali Abdaal In DaVinci Resolve - Commas & Symbol Included

Published: 12 August 2024
on channel: Organize Pixels
546
42

Animatable COUNTER Effect Like Ali Abdaal In DaVinci Resolve - Commas & Symbol Included

Code:
: -- setup
thousandsSeperator = ","
prefix = "prefix "
postfix = " postfix"
-- setup end
number = Counter
delimited = (string.format('%d', number)):reverse():gsub("(%d%d%d)","%1" .. thousandsSeperator):gsub(",(%-?)$","%1"):reverse()
return(prefix .. delimited .. postfix)

In this video we are going to see how we can create an animatable counter effect inside davinci resolve free version which is widely used in the videos of Ali abdaal, Also this counter effect will include commas and symbols.

Timestamps:
0:00 Introduction
0:08 Basic counter effect
0:46 Edit controls window
2:40 Adding dollar symbol
3:21 Animating the counter
4:44 Adding glow effect
5:07 Adding background
5:32 Counter effect with comma symbol
5:43 Code
7:13 Outro

I hope you have enjoyed the video
Thank you so much for watching:)


Watch video Animatable COUNTER Effect Like Ali Abdaal In DaVinci Resolve - Commas & Symbol Included online without registration, duration hours minute second in high quality. This video was added by user Organize Pixels 12 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 546 once and liked it 42 people.