Welcome to a brand-new video. In this video I'm going to be showing you guys how to make an animated number count in Davinci Resolve 18. The prompt is going to be down below. Remember, your likes and subscriptions motivate us to create more useful content. So, don’t forget to hit the like button and subscribe to our channel. Thank you for your support!
: -- setup
from = 0; -- starting value
to = 2000; -- ending value
delim = "," -- the text inserted as a thousands separator.
prefix = "$" -- text before the number
postfix = " " -- text after the number
-- setup end
number = from + (to-from)*(time/comp.RenderEnd)
delimited = (string.format('%d', number)):reverse():gsub("(%d%d%d)","%1" .. delim):gsub(",(%-?)$","%1"):reverse()
return(prefix .. delimited .. postfix)
📱: SOCIAL MEDIA:
✫Instagram: / cacho.30
🎶: BACKGROUND MUSIC:
✫Epidemic Sounds: https://share.epidemicsound.com/wxcfdo
#davinciresolve #shorts #videoediting
Смотрите видео LEARN HOW TO ANIMATE A NUMBER COUNT IN DAVINCI RESOLVE 18 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CachoFilmz 21 Январь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 614 раз и оно понравилось 33 людям.