Custom Countdown Timer in Fusion - DaVinci Resolve Fusion Motion Graphics Tutorial

  Рет қаралды 41,363

Casey Faris

Casey Faris

Күн бұрын

Пікірлер: 91
@DougsMessyGarage
@DougsMessyGarage 3 жыл бұрын
I figured there had to be a way to do a timer in Fusion and when I searched it, I scanned the results to see if you had done a video on timers. This channel is my first choice for DaVinci Resolve tutorials.
@WAF74
@WAF74 2 жыл бұрын
BTW, instead of dealing with the TextTimer modifier and the 2 expressions there, you can just put an expression on the Text1.StyledText (where you always type "SOME TEXT") with os.date("%M:%S", floor((comp.CurrentTime - comp.RenderStart) / comp:GetPrefs("Comp.FrameFormat.Rate") )) or os.date("%M:%S", floor((comp.RenderEnd - comp.CurrentTime) / comp:GetPrefs("Comp.FrameFormat.Rate") )) 1st one counts up, 2nd one counts down.
@johnc_canada
@johnc_canada Жыл бұрын
Awesome, this is going into my cheat sheet. Thanks!👍
@LiquidWayneO
@LiquidWayneO 3 жыл бұрын
Your welcome 😁 Min "((comp.RenderEnd-time)/24)/60" Secs "(comp.RenderEnd-time)/24-(Mins*60)"
@MrTintenFish
@MrTintenFish 3 жыл бұрын
much love. thank you
@jln197
@jln197 2 жыл бұрын
Thank you! It's impossible to see this text in the video - too blurry.
@avinashlobo
@avinashlobo 3 жыл бұрын
There's a much easier way to do this. Instead of using TextTimer, I use Timecode, and then add a TimeSpeed node afterwards, with Speed set to -1 to reverse the timing. No expressions needed, and it also adapts to the length of your clip, along with giving you Hours and Frames as an option for free.
@SynergyGamingTV
@SynergyGamingTV 3 жыл бұрын
Can you use this technique for getting hundredths of a second as well, rather than frames?
@dheerajsharma6212
@dheerajsharma6212 3 жыл бұрын
Yo this is actually easy and works
@DadandCat
@DadandCat 2 жыл бұрын
this was great!
@itssram4182
@itssram4182 2 жыл бұрын
You don't know HOW much time this has saved me! You are a true lifesaver!
@2WheelTex
@2WheelTex 2 жыл бұрын
You are a true legend
@PrinceWesterburg
@PrinceWesterburg 4 жыл бұрын
Thats outrageous! I remember talking to guys in effects houses in London and they swore by Eyeon Fusion's scripting and hated that their bosses pushed After Effects on them. Glad its back!
@PhilipBlank
@PhilipBlank 2 жыл бұрын
Supppppper helpful Casey! I was able to interpolate what you did with your expressions and then expand that to the hours as well by duplicating the process. You do have to add -(Hrs*60) to the Min expression and -(Hrs*3600) to the seconds behind the -(Min*60). Worked like a charm and I would not have been able to figure this out without your explanation. Thank you!
@InclusionHarp
@InclusionHarp 2 жыл бұрын
Mr Casey, that was quite possibly the most useful, convoluted video you have done yet. And I have watched most of yours. Thank-you and good job
@trogddor
@trogddor 3 жыл бұрын
So helpful.... I was just in the middle of teaching myself to build the timer from scratch and thought "Maybe I should google this really quick" Thanks!
@JoshNorris737
@JoshNorris737 2 жыл бұрын
This is an awesome tutorial
@darwn977
@darwn977 3 жыл бұрын
Thanks. I just managed to do a 10 second countdown. For anyone that's interested I just put this expression under the seconds and got rid off the hours and minutes totally. ((comp.RenderEnd-time)/24)-60
@tee_ef_em
@tee_ef_em 3 жыл бұрын
Why would anyone give this a thumbs down? Great work, man.
@SailEtherow
@SailEtherow 3 жыл бұрын
Just used this for a 'book now' message. The bit that was tricky was getting the Mins into the formula because the explanation of using the + sign on the Secs and DRAGGING OVER the Mins text was rushed and the video did not capture the very fine line that follows the cursor when you do this. Typing in that bit of the formula (Mins) does not work as there is some hidden code that it actually latches to. Also found it necessary to shut down Resolve and restart it to get the countdown to pick up the right duration after completing the timeline. That is probably down to caching and the need to clear the auto-renders that speed up the programme. But this was a great tutorial and thanks.
@alzibaba
@alzibaba 3 жыл бұрын
Genius, such a time saver being able to change to change the clip length. Thanks Casey!
@kyleechols8694
@kyleechols8694 2 жыл бұрын
This is soooo helpful! Thank you, Casey Faris!
@fhajji
@fhajji 2 жыл бұрын
Perfect. Exactly what I needed. Thank you Casey, much appreciated.
@davidgreen921
@davidgreen921 4 жыл бұрын
Great video - thank you for making it. Finally got it on the 5th try, after botching the formula each time. There's a lot of room for error with ('s and /'s. Maybe you could add the final expressions formulas in the comments so that we can copy 'n' paste them?
@DionV
@DionV 3 жыл бұрын
Or even zoom in more on the Expressions when working with them. I ended up taking a screenshot of the final expression, but then had to come back and watch again because I was missing part of it. My implementation doesn't seem to update automatically when I change the length of the clip. But, I eventually got a working result.
@mkmartin559
@mkmartin559 3 жыл бұрын
You're a wonder, Casey! Perfectly, simply explained as always. Just made my first livestream intro with a countdown timer, thanks to you.
@kjvisual7
@kjvisual7 3 жыл бұрын
Lost my notes so I'm back to relearn how to set this up. Thanks again & again & again... 😁 for this helpful tutorial.
@Ethancrooms
@Ethancrooms 4 жыл бұрын
Thank you, You're a lifesaver. Not just this video but all of them!!!
@simonadouglas
@simonadouglas 4 жыл бұрын
Thanks for a really useful tutorial, particularly that it will determine the length of the countdown from the length of the clip! :)
@Ninjutsu2K
@Ninjutsu2K 2 жыл бұрын
That was awesome, I was looking for a way to do this and this is much better than I thought because you teach how to convert 2D into 3D, I was looking for this too, ty.
@markhanson3228
@markhanson3228 4 жыл бұрын
The problem is that you're linked to the comp size. You won't be able to animate your timer to disappear after the countdown ends because you can't stretch your comp. Or is their a solution? The alternative method without using expressions is to right-click on the text box, select 'TimeCode', add a TimeSpeed Node, set it to -1 speed, in the text modifier you can set your fps if need be. This gives you extra control because then you can set your global In/Out in either your 2d text node or 3d renderer and decide where you want your timer to start or finish! :) The only thing is that you can't really have 3d text with this because you have to use a Renderer3D in order to connect to TimeSpeed...
@theonly5001
@theonly5001 2 жыл бұрын
You can just plug in the amount of frames you want for your countdown.
@Land-Shark
@Land-Shark 4 жыл бұрын
Very cool, and great timing (no pun intended)! I am going to use the timer for my current project :)
@fabuxo
@fabuxo 4 жыл бұрын
So awesome, Casey. Just used it! You are the best!!!
@eternitau
@eternitau 4 жыл бұрын
Can you please advise how to make timer with decimals of seconds? This is quite handy for video with swimmers or runners to see their result time.
@relativCharlie
@relativCharlie Жыл бұрын
Helped me, thank you
@o0Dr0o
@o0Dr0o 3 жыл бұрын
thank you for the video , beneficial .
@WisdomTrain
@WisdomTrain 2 жыл бұрын
Thanks so much!! This video was exactly what I needed help with :) Thanks Casey
@chipwillis
@chipwillis 4 жыл бұрын
Hey just wanted to say I really enjoy your tutorials. Thank you and please keep doing it!
@raguellagrande7344
@raguellagrande7344 3 жыл бұрын
i'm not sure what i'm missing but when I attribute Mins to the expression in the Secs, the timer stops working and i can't figure out why
@4ndrelus
@4ndrelus 3 жыл бұрын
In my case using (Mins*60) instead of {Mins*60} helped lol that's what the parentheses really are in the video but youtube compression makes them look a bit misleading ;P
3 жыл бұрын
awsome!!
@kjvisual7
@kjvisual7 4 жыл бұрын
Thanks! This is ultra cool. And now saves me loads of time.
@gordienko_il
@gordienko_il 4 жыл бұрын
Thank you very much! It's very good and helpful tutorial !
@bradenpintar
@bradenpintar 3 ай бұрын
Brilliant! Thanks for this. Now, is there any way to change the colour of the clip so that when there are 'x' seconds left, the font colour changes? There are no modifiers on the colour property of the Text+ node. So, if I set it there, it changes if I change the length of the clip.
@asafblasbergvideographer
@asafblasbergvideographer 3 жыл бұрын
Can you please put the time expressions inside your description? Thanks!
@HippieP629
@HippieP629 4 жыл бұрын
Wizardry! =) Huge thanks, Casey.
@ExcellProd
@ExcellProd 4 жыл бұрын
Thanks for this video !
@pianandrill
@pianandrill 3 жыл бұрын
This is good Sir!
@samlismont1924
@samlismont1924 4 жыл бұрын
How can I modify this to start the timer from a specific value, so not 00:00, but 45:00. I tried (time/24/60)+45, which doesn't work.
@Ryzza5
@Ryzza5 3 жыл бұрын
Just a pure guess, but perhaps you need to convert 45 mins into a frame value first, then convert back for display. i.e. =time+((45*60)*24)/24/60
@MultitrackCassetteFans
@MultitrackCassetteFans 4 жыл бұрын
fantastic...thanks a lot
@matthewferreira5128
@matthewferreira5128 4 жыл бұрын
Hey bud thanks for the video! I was wondering if you could please show me how to make the timer count backwards instead of upwards!
@philreises
@philreises 4 жыл бұрын
Thank you! that really helped!
@gereral1_jackofalltrades
@gereral1_jackofalltrades 4 жыл бұрын
Reminds me of Excel cells
@pugtom7114
@pugtom7114 3 жыл бұрын
Everything works great right up until I (create a new timeline using selected clips). When I open the second timeline, there's a fusion comp with nothing in it. Anyone else experiencing this?
@swandhwtricks6054
@swandhwtricks6054 3 жыл бұрын
I did a video with the time speed set to -1, as the comment from Avinash Lobo, It's an easier way
@Digitalman65
@Digitalman65 3 жыл бұрын
Where would I find more info on expressions? I've looked in as many manuals as I have and find nothing. Where did you learn about "time" and "comp...."? That sure would be helpful to know. Great video! I learned a lot. Thanks!
@benjamincorteslyon6777
@benjamincorteslyon6777 4 жыл бұрын
Expressions course!!!!
@marceleinig4214
@marceleinig4214 3 жыл бұрын
Hallo, I need a timer for a soccer match. The first half-time is no problem. But the second, how can I start from 45 min and I want that the clock is going up to 90 min. But How, can someone help me?
@whatkindofblue17
@whatkindofblue17 4 жыл бұрын
Thanks!
@unisexbathroom66
@unisexbathroom66 3 жыл бұрын
I didn't get a matching time code after doing this. It starts at -8?? Help
@SynergyGamingTV
@SynergyGamingTV 3 жыл бұрын
Is there a way to use this method to add milliseconds after seconds that count in hundredths, much like a stopwatch?
@RepairGuyDK
@RepairGuyDK 4 жыл бұрын
Yeah, Hope you make a Small "pack" we can buy on the website, with this & the flippy text you made included, I´m to dumb to make this myself !..........arghhh......
@mothmanex
@mothmanex 3 жыл бұрын
Thank you this is amazing. I just have one question. The comp.EndRender-time works correctly on the timeline, but only when I edit it on a timeline. When I edit it on the composition, it starts with 00:05 and after those 5 it works good. Does anybody knows what causes this?
@ClassKicker
@ClassKicker 3 жыл бұрын
Love it. But, picky guy here... is there a way on short timers like 5 minutes to get rid of the zero in front of the 5? Rather than 05:00, just 5:00 and then on to 0:00 or just 59...9...0
@ClassKicker
@ClassKicker 3 жыл бұрын
Can you animate a mask with a time code based expression? *brain explodes*
@MakoEffect
@MakoEffect 2 жыл бұрын
Hey, love your tutorials, they've been a huge boon. I got a question about this one. I'm trying to make a timer that counts down from 99, but I...can't seem to figure it out, anyone know of a way to get that to happen?
@drwarner
@drwarner 4 жыл бұрын
Really easy to follow tutorial, thank you. How would I save that so I can reuse it in any project?
@intuitionmusicchannel
@intuitionmusicchannel 2 жыл бұрын
Create a macro (somehow...)
@reviewthis7062
@reviewthis7062 3 жыл бұрын
Every time I go to enter in the last bit of math the Text1, Merge1, and MediaOut1 nodes turn red and nothing works. Any Suggestions?
@OlimpiuVuia
@OlimpiuVuia 4 жыл бұрын
It's great that we have so many possibilities, but for me it's a pain. I'd better use "timecode" in modifier, uncheck seconds and reverse it back from "edit" page (after making a new compound clip or just dragging the entire timeline in a new timeline). But thanks anyway... I hope developers will add an easier way to do it - like a checkbox. You did a great job.
@Authintix
@Authintix 3 жыл бұрын
That’s what I was thinking. It seems super complicated for no reason. They need to implement something easier
@SCtester
@SCtester 4 жыл бұрын
As a Premiere Pro user, I was disappointed to see that there was no way of doing this inside of that program. I might have to switch to Resolve, it seems much more powerful...
@mycg544
@mycg544 4 жыл бұрын
Hi, I have a question. As the expression for the center parameter in the transformation node should be written, I want the y axis to start moving with y = 0,0 in the zero frame and stop at y = 0.5 on frame 30
@gamergait
@gamergait 4 жыл бұрын
I love you.
@robertquandt7266
@robertquandt7266 3 жыл бұрын
Hi, I have FCPX. Is this something that can be done use my Program? Thanks
@gertleroy
@gertleroy 4 жыл бұрын
sorry but this is waaaaaaaaay to complicated to just add a simple timer
@bachmannmanuel1562
@bachmannmanuel1562 2 жыл бұрын
why does it countdown fine in fusion, but as soon it is in Timeline, it stops @0:12 (5min countdown) altough, the clip is 5mins long in Timeline?????? How could DR screw a simple thing like this up so bad?
@bachmannmanuel1562
@bachmannmanuel1562 2 жыл бұрын
ok, it works now.... 25 instead of 24 fps... that fixed it....
@mso82
@mso82 3 жыл бұрын
Hey there, I'm trying to use this as an overlay timer, but it maintains its black background ontop of my video. I'm pretty sure I'm missing a step, but can't figure it out. Any quick suggestions? Thanks!
@CaseyFaris
@CaseyFaris 3 жыл бұрын
Set the background alpha to 0
@jamiefhl3217
@jamiefhl3217 2 жыл бұрын
I made 1k like. Lol. I feel special.
@hiimgoodness
@hiimgoodness 3 жыл бұрын
Jesus loves you! Repent before it is too late!
@davidgreen921
@davidgreen921 4 жыл бұрын
Great video - thank you for making it. Finally got it on the 5th try, after botching the formula each time. There's a lot of room for error with ('s and /'s. Maybe you could add the final expressions formulas in the comments so that we can copy 'n' paste them?
Creating and Customising a Timer in Davinci Resolve 18
9:07
MrAlexTech
Рет қаралды 46 М.
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 20 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 10 МЛН
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 19 МЛН
DaVinci Resolve - The Fusion Crash Course [Perfect for Beginners!]
26:30
Basic 3D Text in Fusion - DaVinci Resolve Beginner Tutorial
8:29
Casey Faris
Рет қаралды 144 М.
DaVinci Resolve Fusion Basics for After Effects Users
14:21
Ryan Osborne
Рет қаралды 96 М.
Make Those Text Message Graphics - Resolve 15 Fusion Tab Tutorial
13:25
Logo or Image Particle Dissolve Effect | DaVinci Resolve 16
6:43
Chris' Tutorials
Рет қаралды 111 М.
How to edit SO good your viewers get addicted to your videos
14:32
Learn By Leo
Рет қаралды 1,5 МЛН
FREE Smoke dissolve effect macros for Davinci Resolve Fusion
7:45
НЕ ДАЛ СЕБЯ ОБМАНУТЬ (@ertuuu_ - TikTok)
0:15
В ТРЕНДЕ
Рет қаралды 7 МЛН
Back In Back
0:31
Ruby Dancer
Рет қаралды 25 МЛН
Бутылка Air Up обмани мозг вкусом
1:00
Костя Павлов
Рет қаралды 2,7 МЛН
He just want to draw heart ❤️‍🩹❤️🥺 #shorts
0:44
Lion TV Family
Рет қаралды 4,8 МЛН
Опасная Зубная Паста! 😱
0:27
ШОК
Рет қаралды 596 М.