In this tutorial I show how you can create a text based counter in Davinci Resolve. You can use this effect for Subscribers, Money and much more.
Get my DaVinci Resolve Templates
https://filmic-footprints-shop.compan...
*High quality Music & SFX: (SAFE 70% on your first year)
https://audiio.com/partner?oid=1&affi...
-------------------------------------------------------------------------------------------------------
Code:
: -- setup
startValue = 0;
endValue = 123456;
thousandsSeperator = ","
prefix = "prefix "
postfix = " postfix"
-- setup end
number = startValue + (endValue-startValue)*(time/comp.RenderEnd)
delimited = (string.format('%d', number)):reverse():gsub("(%d%d%d)","%1" .. thousandsSeperator):gsub(",(%-?)$","%1"):reverse()
return(prefix .. delimited .. postfix)
FOLLOW Me on Instagram
/ filmic_footprints
The links with * are affiliate links. Purchasing anything through them helps support my channel
Thanks for your support!
#davinciresolve #editing #subscribers #counter #tutorial #fusion
Смотрите видео How To ANIMATE A COUNTER In Davinci Resolve! онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Filmic Footprints 16 Август 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 28,570 раз и оно понравилось 1.1 тысяч людям.