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

Описание к видео Animatable COUNTER Effect Like Ali Abdaal In DaVinci Resolve - Commas & Symbol Included

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:)

Комментарии

Информация по комментариям в разработке