Jump to: Board index » General » Fusion

Youtube Numbers increase

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Bruguju

  • Posts: 1
  • Joined: Sun Nov 27, 2022 3:23 pm
  • Real Name: Fernando figueira

Youtube Numbers increase

PostSun Nov 27, 2022 3:29 pm

Hi guys,

I am very new in Davinci Resolve so I apologise in advance for my ignorance. :D
I am looking for a Fusion Code that I can use for example: youtube views.

Say for example I want the numbers that go from 0 till 100 million for example.
How can i achieve that? Is there a plug in, a script?

Best
BJ
Offline

Frank Engel

  • Posts: 924
  • Joined: Thu May 17, 2018 11:09 pm
  • Real Name: Frank Engel

Re: Youtube Numbers increase

PostTue Nov 29, 2022 11:38 am

You mean like a counter, that goes up over some period of time?

In a regular Text+ node, right-click in the Text field in the inspector and choose "Expression".

This adds an expression box below the Text field; enter something like this, adjusting the numbers as needed:

Code: Select all
iif(time<1,0,iif(time<100,100000000*time/100,100000000))



This assumes the numbers start counting from frame 0, that they count over 100 frames, and that the number you are trying to reach is 100000000.

Return to Fusion

Who is online

Users browsing this forum: No registered users and 17 guests