Dollars Number Counter Title in Davinci Resolve

  Рет қаралды 22,958

Video Editor Studio

Video Editor Studio

Күн бұрын

Пікірлер: 93
@Neophytis
@Neophytis 10 ай бұрын
First time seeing this channel, but I'm already subbed, because I can see that you are a good teacher. Thank you so much for making these tutorials! I would be lost in a dark Davinci Resolve themed forest, without help like this! :))))
@VideoEditorStudio
@VideoEditorStudio 10 ай бұрын
Glad it was helpful!
@Escape_With_Us_Official
@Escape_With_Us_Official Жыл бұрын
Hey man, mine is giving me a heap of decimal places after my number? Any idea how to stop this?
@Lost_in_Context
@Lost_in_Context 2 жыл бұрын
Hey Jeremy, great video, but I have a question. I just made a super simple one and when it counts up it includes infinite decimal places. How can I limit it to whole numbers? Thanks
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
In my case it wasn't necessary because I was using high values but I should have done it anyway. in front of your expression you should add floor This will round up to the full number. So floor(Text1.Number)
@Lost_in_Context
@Lost_in_Context 2 жыл бұрын
@@VideoEditorStudio Awesome, thanks for the reply, it works perfectly!
@JackupTraining
@JackupTraining Жыл бұрын
Thanks for this reply, I had the same issue
@l0rdcroissant
@l0rdcroissant 2 жыл бұрын
I truly enjoy watching you create in your videos and I've also noticed that since watching your videos I am no longer overwhelmed when I go into fusion. ;) thank you
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Great, that's the goal! Thanks for tuning in every time!
@TheSocaMann
@TheSocaMann 2 жыл бұрын
Great video once again... instead of keyframing the level you can select the 4th option in the border style
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Great tip, definitely a good alternative! But by doing it that way I'll lose the rounded tip of my rectangle line which I personally think looks nice. Thank you for sharing!
@CatitoArce
@CatitoArce Жыл бұрын
My first ever Fusion composition or whatever it is called. Your explination was clear and easy to fallow. Thank you.
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
Glad I helped!
@ilhamfebrianto8564
@ilhamfebrianto8564 2 жыл бұрын
That was awesome, please keep making tutorial content like this
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Thanks, will do!
@AndPlusYT
@AndPlusYT Жыл бұрын
yo great tutorial, do you know why its doing decimal places?
@TMOdigital
@TMOdigital 10 ай бұрын
You have to change the expression code to this: Text( string.format("%.0f", Text1.Number) )
@gpaq2
@gpaq2 Жыл бұрын
Whereas X:(Text1.Number) F: floor X - Fx => Figures after the coma f (( x - fx )*100) => first two figures after the coma as an integer (f (( x - fx )*100))/100 First two figures after the comma as decimal ((f (( x - fx )*100))/100) + (fx) The integer and the first two figures after the comma For those who have made simple ones and found that it shows too much decimals here is how to limit them to two decimals after the comma with explanation Ps: I don’t know if there is a simpler way i just did it using simple maths
@ozcelot5731
@ozcelot5731 Жыл бұрын
DAAAAAAAMN THANKS DUDEEEE, i was looking for this since im really new at davinci, new subscriber
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
Glad I could help!
@Moviesacc-j3b
@Moviesacc-j3b Жыл бұрын
For those who have made simple ones and found that it shows too much decimals here is how to limit them to two decimals after the comma with explanation: Whereas X:(Text1.Number) F: floor X - Fx => Figures after the coma f (( x - fx )*100) => first two figures after the coma as an integer (f (( x - fx )*100))/100 First two figures after the comma as decimal ((f (( x - fx )*100))/100) + (fx) The integer and the first two figures after the comma Ps: I don’t know if there is a simpler way i just did it using simple maths
@krissi.kreates
@krissi.kreates Жыл бұрын
is there no simpler way?
@GynthuEditing
@GynthuEditing Жыл бұрын
There is. You have to select "Integer" from edit controls menu. I hope it helps
@cuongo985
@cuongo985 Жыл бұрын
thank u sm bro@@GynthuEditing
@007JAGM
@007JAGM Жыл бұрын
@@GynthuEditing you are a god thank u sm
@Sannu98
@Sannu98 Жыл бұрын
@@GynthuEditing banger
@itstheWampus
@itstheWampus Жыл бұрын
This is insanely helpful, thank you
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
Glad it was helpful!
@amirparsasoltanian4314
@amirparsasoltanian4314 Жыл бұрын
This was a quick and very cool tutorial. Appreciate it!
@olayinkaolabode6159
@olayinkaolabode6159 Жыл бұрын
This video helped me on how to use fusion❤
@skinnyfitpro6454
@skinnyfitpro6454 Жыл бұрын
You just earned a subscriber I was looking for this
@bloodsportfilms
@bloodsportfilms Жыл бұрын
This was great, thank you!
@juanmanuelsotelo3952
@juanmanuelsotelo3952 Жыл бұрын
Hello I wanted to comment that with this tutorial I can make a counter only up to one million. do you know any way to make a counter with bigger numbers ?
@judithhaller1680
@judithhaller1680 Жыл бұрын
Hey Jeremy how to add a dot between the numbers ? for example 257.000 instead of only 257000 ?
@bubu
@bubu Жыл бұрын
did you find a solution? i have the same problem
@judithhaller1680
@judithhaller1680 Жыл бұрын
@@bubu no; Jeremy didn't respond
@Devtheking
@Devtheking Жыл бұрын
Very helpful tutorial for all level editors. Just Subbed :)
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
Thanks for the sub!
@Kbalz
@Kbalz 2 жыл бұрын
Expressions seem so powerful.
@TheSocaMann
@TheSocaMann 2 жыл бұрын
THEY ARE !
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Yes there's a lot you can do with it
@Modelo646
@Modelo646 Жыл бұрын
Does anyone know good sound effects that go well with this effect ?
@ollietbow3342
@ollietbow3342 Жыл бұрын
Hi! How do you add a comma between the "thousands".
@sunriseattack
@sunriseattack Жыл бұрын
try this expression: : -- setup delim = "," -- setup end number = (Text1.Number) delimited = (string.format('%d', number)):reverse():gsub("(%d%d%d)","%1" .. delim):gsub(",(%-?)$","%1"):reverse() return("$ ".. delimited) number = (Text1.Number) is the slider thing as mentioned in this video. Big thanks to youtube.com/@knejmann and youtube.com/@VideoEditorStudio for the tutorial!!!
@alexanderrotmg
@alexanderrotmg Жыл бұрын
After watching your video I truly found out how versaitle Davinci actually is and that you don't have to rely on evil corp Adobe for video editing! Thanks a lot for the insight and great video!
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
Glad it was useful!
@gulshansoni9409
@gulshansoni9409 Жыл бұрын
Hi Jeremy... I wanted to know how to get rid off with decimals if want to animate a smaller number? Thanks for this tutorial.
@Garlic_Store
@Garlic_Store Жыл бұрын
yea same
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
When creating the slider control select the box "Integer" on the Edit control pannel
@Dragoonmaster4
@Dragoonmaster4 2 жыл бұрын
crazy good gonna enjoy editing knowing this!
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Glad to hear it!
@Jayimator
@Jayimator 10 ай бұрын
My timer has a decimal with 12 numbers after it. How do I fix it?
@LivingLife972
@LivingLife972 Жыл бұрын
great video. how would we do a countdown. so, let's say from 100 to 0? thanks
@GeraPhoto
@GeraPhoto Жыл бұрын
Just set the first keyframe at number 100 and the second keyframe at number 0
@MasterofBiography
@MasterofBiography 10 ай бұрын
In 18.6 version, I'm getting 9 digits after the decimal points. Can't find a way to delete the decimal points!
@AtharBangash
@AtharBangash 2 жыл бұрын
Great tutorial, man! Loved it 😍. Thanks for sharing :)
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Glad you liked it!
@codebysadik
@codebysadik Жыл бұрын
how can I save it to use it whenever I want on other projects with the number slide (controls)?
@adnanshmri
@adnanshmri 8 ай бұрын
Thanks ❤
@gaddieldavila8111
@gaddieldavila8111 Жыл бұрын
How i can i put a comma in the text???
@oxygen454
@oxygen454 2 жыл бұрын
Very well explained 👍
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Thank you!
@ma.lxjosph
@ma.lxjosph 4 ай бұрын
Tutorial is clear and amazing however it was too fast for me but very helpful tho
@Farshid.
@Farshid. Жыл бұрын
I'm trying to do this with percentages but I keep getting endless numbers after a decimal point.
@Avidcomp
@Avidcomp 2 жыл бұрын
That's great. But how would you get the number to display 2 decimal points? So it might display $20.32. Or a comma like $257,00.52 ?
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Most likely there's an expression that could allow that, but as of right now I'm not sure how. I've tried few option without success. I'll made an updated version if I figure that out!
@Avidcomp
@Avidcomp 2 жыл бұрын
@@VideoEditorStudio Thank you. I'll very much look forward to that. Subscribed 👍
@Avidcomp
@Avidcomp 2 жыл бұрын
@@VideoEditorStudio Here's another way with an expression. It's perfect. kzbin.info/www/bejne/nmKVc6uOfZmohJo
@JossTS
@JossTS Жыл бұрын
there's a box in the Edit Control Menu that says Integer. Just click that and it removes the decimals.
@kyogre342
@kyogre342 Жыл бұрын
@@JossTS thanks so much i was tryna figure that out
@KilianKunz
@KilianKunz 2 жыл бұрын
Great Tutorial. Thanks!!!!
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
You're welcome!
@michaelmerritt2589
@michaelmerritt2589 Жыл бұрын
This is great thanks so much. Helping me get my bizz off the ground.
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
Glad to help!
@Thehouseoftatum
@Thehouseoftatum Жыл бұрын
I put in 1 billion dollars but it only goes up to a million how to i increase the slider😊
@idiotwithattitude6295
@idiotwithattitude6295 Жыл бұрын
Best tutorial man!! Amazing!!!
@TrendlineProject
@TrendlineProject Жыл бұрын
Thanks a lot!
@VideoEditorStudio
@VideoEditorStudio Жыл бұрын
You're welcome!
@cristophero8196
@cristophero8196 10 ай бұрын
1,000,000.00 how do I solve it ?
@timerens_
@timerens_ Жыл бұрын
Very good tutorial! For some reason i can't get over 1000000 on the Number SLider, even tho i typed in more. Is that fixable?
@timerens_
@timerens_ Жыл бұрын
(Template.Number)/0.5 - ok, figured it out
@ceejayohhh
@ceejayohhh Жыл бұрын
@@timerens_ what did you do?
@timerens_
@timerens_ Жыл бұрын
@@ceejayohhh you have to divide by 2 or some other number
@redpanther6826
@redpanther6826 Жыл бұрын
How to do 0 to 30 billion? It's important I have a project so
@SalasSaint
@SalasSaint Жыл бұрын
doesnt works for me, prob due to the version
@talltalebd
@talltalebd 2 жыл бұрын
I know it, but what I want to know is to use thousand separator comma (,), if you know, please let us know.
@VideoEditorStudio
@VideoEditorStudio 2 жыл бұрын
Most likely there's an expression that could allow that but as of right now I don't know what could be applied. I know some basics expression concept but I still have a lot to learn!
@FiveWonder
@FiveWonder Жыл бұрын
@@VideoEditorStudio did you figure it out yet?
Infographic Percentage Counter in Davinci Resolve
11:54
Video Editor Studio
Рет қаралды 12 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Text Particles Effect in Davinci Resolve
11:02
Video Editor Studio
Рет қаралды 70 М.
How to put TEXT BEHIND moving objects | Davinci Resolve 19 Tutorial
12:17
Sergio Mota | Academy
Рет қаралды 413 М.
Smooth Money Counter Animation in Davinci Resolve
3:58
veilinci
Рет қаралды 192
How to Create a Glitch Title in Davinci Resolve
7:53
Video Editor Studio
Рет қаралды 33 М.
How to use the Free Starter Pack for Davinci Resolve?
26:50
Video Editor Studio
Рет қаралды 6 М.
These Editing Tips Will Save You HOURS in Resolve
5:39
George Kamenov
Рет қаралды 953 М.
Easily Create SICK Animated Outlines In Davinci Resolve!
9:15
Billy Rybka
Рет қаралды 462 М.
7 BEST Text EFFECTS in Davinci Resolve Free | Tutorial
15:41
Sergio Mota | Academy
Рет қаралды 810 М.
Edit Like Vox | Graph Animation in Davinci Resolve Tutorial
24:18
MotionEpicFX
Рет қаралды 53 М.