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! :))))
@VideoEditorStudio10 ай бұрын
Glad it was helpful!
@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_Context2 жыл бұрын
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
@VideoEditorStudio2 жыл бұрын
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_Context2 жыл бұрын
@@VideoEditorStudio Awesome, thanks for the reply, it works perfectly!
@JackupTraining Жыл бұрын
Thanks for this reply, I had the same issue
@l0rdcroissant2 жыл бұрын
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
@VideoEditorStudio2 жыл бұрын
Great, that's the goal! Thanks for tuning in every time!
@TheSocaMann2 жыл бұрын
Great video once again... instead of keyframing the level you can select the 4th option in the border style
@VideoEditorStudio2 жыл бұрын
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 Жыл бұрын
My first ever Fusion composition or whatever it is called. Your explination was clear and easy to fallow. Thank you.
@VideoEditorStudio Жыл бұрын
Glad I helped!
@ilhamfebrianto85642 жыл бұрын
That was awesome, please keep making tutorial content like this
@VideoEditorStudio2 жыл бұрын
Thanks, will do!
@AndPlusYT Жыл бұрын
yo great tutorial, do you know why its doing decimal places?
@TMOdigital10 ай бұрын
You have to change the expression code to this: Text( string.format("%.0f", Text1.Number) )
@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 Жыл бұрын
DAAAAAAAMN THANKS DUDEEEE, i was looking for this since im really new at davinci, new subscriber
@VideoEditorStudio Жыл бұрын
Glad I could help!
@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 Жыл бұрын
is there no simpler way?
@GynthuEditing Жыл бұрын
There is. You have to select "Integer" from edit controls menu. I hope it helps
@cuongo985 Жыл бұрын
thank u sm bro@@GynthuEditing
@007JAGM Жыл бұрын
@@GynthuEditing you are a god thank u sm
@Sannu98 Жыл бұрын
@@GynthuEditing banger
@itstheWampus Жыл бұрын
This is insanely helpful, thank you
@VideoEditorStudio Жыл бұрын
Glad it was helpful!
@amirparsasoltanian4314 Жыл бұрын
This was a quick and very cool tutorial. Appreciate it!
@olayinkaolabode6159 Жыл бұрын
This video helped me on how to use fusion❤
@skinnyfitpro6454 Жыл бұрын
You just earned a subscriber I was looking for this
@bloodsportfilms Жыл бұрын
This was great, thank you!
@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 Жыл бұрын
Hey Jeremy how to add a dot between the numbers ? for example 257.000 instead of only 257000 ?
@bubu Жыл бұрын
did you find a solution? i have the same problem
@judithhaller1680 Жыл бұрын
@@bubu no; Jeremy didn't respond
@Devtheking Жыл бұрын
Very helpful tutorial for all level editors. Just Subbed :)
@VideoEditorStudio Жыл бұрын
Thanks for the sub!
@Kbalz2 жыл бұрын
Expressions seem so powerful.
@TheSocaMann2 жыл бұрын
THEY ARE !
@VideoEditorStudio2 жыл бұрын
Yes there's a lot you can do with it
@Modelo646 Жыл бұрын
Does anyone know good sound effects that go well with this effect ?
@ollietbow3342 Жыл бұрын
Hi! How do you add a comma between the "thousands".
@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 Жыл бұрын
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 Жыл бұрын
Glad it was useful!
@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 Жыл бұрын
yea same
@VideoEditorStudio Жыл бұрын
When creating the slider control select the box "Integer" on the Edit control pannel
@Dragoonmaster42 жыл бұрын
crazy good gonna enjoy editing knowing this!
@VideoEditorStudio2 жыл бұрын
Glad to hear it!
@Jayimator10 ай бұрын
My timer has a decimal with 12 numbers after it. How do I fix it?
@LivingLife972 Жыл бұрын
great video. how would we do a countdown. so, let's say from 100 to 0? thanks
@GeraPhoto Жыл бұрын
Just set the first keyframe at number 100 and the second keyframe at number 0
@MasterofBiography10 ай бұрын
In 18.6 version, I'm getting 9 digits after the decimal points. Can't find a way to delete the decimal points!
@AtharBangash2 жыл бұрын
Great tutorial, man! Loved it 😍. Thanks for sharing :)
@VideoEditorStudio2 жыл бұрын
Glad you liked it!
@codebysadik Жыл бұрын
how can I save it to use it whenever I want on other projects with the number slide (controls)?
@adnanshmri8 ай бұрын
Thanks ❤
@gaddieldavila8111 Жыл бұрын
How i can i put a comma in the text???
@oxygen4542 жыл бұрын
Very well explained 👍
@VideoEditorStudio2 жыл бұрын
Thank you!
@ma.lxjosph4 ай бұрын
Tutorial is clear and amazing however it was too fast for me but very helpful tho
@Farshid. Жыл бұрын
I'm trying to do this with percentages but I keep getting endless numbers after a decimal point.
@Avidcomp2 жыл бұрын
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 ?
@VideoEditorStudio2 жыл бұрын
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!
@Avidcomp2 жыл бұрын
@@VideoEditorStudio Thank you. I'll very much look forward to that. Subscribed 👍
@Avidcomp2 жыл бұрын
@@VideoEditorStudio Here's another way with an expression. It's perfect. kzbin.info/www/bejne/nmKVc6uOfZmohJo
@JossTS Жыл бұрын
there's a box in the Edit Control Menu that says Integer. Just click that and it removes the decimals.
@kyogre342 Жыл бұрын
@@JossTS thanks so much i was tryna figure that out
@KilianKunz2 жыл бұрын
Great Tutorial. Thanks!!!!
@VideoEditorStudio2 жыл бұрын
You're welcome!
@michaelmerritt2589 Жыл бұрын
This is great thanks so much. Helping me get my bizz off the ground.
@VideoEditorStudio Жыл бұрын
Glad to help!
@Thehouseoftatum Жыл бұрын
I put in 1 billion dollars but it only goes up to a million how to i increase the slider😊
@idiotwithattitude6295 Жыл бұрын
Best tutorial man!! Amazing!!!
@TrendlineProject Жыл бұрын
Thanks a lot!
@VideoEditorStudio Жыл бұрын
You're welcome!
@cristophero819610 ай бұрын
1,000,000.00 how do I solve it ?
@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_ Жыл бұрын
(Template.Number)/0.5 - ok, figured it out
@ceejayohhh Жыл бұрын
@@timerens_ what did you do?
@timerens_ Жыл бұрын
@@ceejayohhh you have to divide by 2 or some other number
@redpanther6826 Жыл бұрын
How to do 0 to 30 billion? It's important I have a project so
@SalasSaint Жыл бұрын
doesnt works for me, prob due to the version
@talltalebd2 жыл бұрын
I know it, but what I want to know is to use thousand separator comma (,), if you know, please let us know.
@VideoEditorStudio2 жыл бұрын
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!