Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to make slider timecode?

New Here ,
Dec 28, 2017 Dec 28, 2017

I am trying to make a preset to use a slider to add a timecode for a broadcast slate to show Total Run Time. I am trying to make this an essential graphic so the editors can place the numbers in and the program will add the semicolons but I have not created a slider like this before.

593
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 28, 2017 Dec 28, 2017

If you need to make a slider bar :

1- draw a rectangle or import an footage for it and make the anchor pivot (point) in the first of it.Screen Shot 2017-12-29 at 5.36.23 AM.png

2- go to the SCALE of the layer and remove the Constrain from the W&H.

Screen Shot 2017-12-29 at 5.36.31 AM.png

3- Alt+Click the time vary stop watch to show the expression field and replace the code with this code to make the slider scale over the comp time. ( Replace the (30) with your comp duration 😞

w=(time/30)*100;

h=100;

[w,h];

Screen Shot 2017-12-29 at 5.36.41 AM.pngScreen Shot 2017-12-29 at 5.38.06 AM.png

Note: Replace 30 with your comp duration.
and if you need to have a number

...
Translate
LEGEND ,
Dec 28, 2017 Dec 28, 2017

Who says you need a slider?  Look at the numbers effect.  Make an alpha-channel file of the numbers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 28, 2017 Dec 28, 2017
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 28, 2017 Dec 28, 2017
LATEST

If you need to make a slider bar :

1- draw a rectangle or import an footage for it and make the anchor pivot (point) in the first of it.Screen Shot 2017-12-29 at 5.36.23 AM.png

2- go to the SCALE of the layer and remove the Constrain from the W&H.

Screen Shot 2017-12-29 at 5.36.31 AM.png

3- Alt+Click the time vary stop watch to show the expression field and replace the code with this code to make the slider scale over the comp time. ( Replace the (30) with your comp duration 😞

w=(time/30)*100;

h=100;

[w,h];

Screen Shot 2017-12-29 at 5.36.41 AM.pngScreen Shot 2017-12-29 at 5.38.06 AM.png

Note: Replace 30 with your comp duration.
and if you need to have a number time code you can use the time code effect on a solid layer.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines