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

Опубликовано: 12 Август 2024
на канале: 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:)


Смотрите видео Animatable COUNTER Effect Like Ali Abdaal In DaVinci Resolve - Commas & Symbol Included онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Organize Pixels 12 Август 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 546 раз и оно понравилось 42 людям.