Skip to main content
Known Participant
December 4, 2018
Answered

Change frame rate of a Sequence

  • December 4, 2018
  • 1 reply
  • 5426 views

Hello again!

Would like to know: is it possible to change frame rate of a Sequence via scripting?

I need to set a custom number of frames. If I understand it correctly the choice is limited by the timedisplay table from the guide (100 TIMEDISPLAY_24Timecode, 101 TIMEDISPLAY_25Timecode, etc). But may be i need a 100 fps or 120?

Thank you!

This topic has been closed for replies.
Correct answer Bruce Bullis

Would like to know: is it possible to change frame rate of a Sequence via scripting?

Yes: https://github.com/Adobe-CEP/Samples/blob/ed4d4656611780a0dafd98d16fac1d06ad27d8cb/PProPanel/jsx/PPRO/Premiere.jsx#L1937

But may be i need a 100 fps or 120?

Then make a sequence preset, and use it to create sequences which match it, like so: https://github.com/Adobe-CEP/Samples/blob/ed4d4656611780a0dafd98d16fac1d06ad27d8cb/PProPanel/jsx/PPRO/Premiere.jsx#L511

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
December 5, 2018

Would like to know: is it possible to change frame rate of a Sequence via scripting?

Yes: https://github.com/Adobe-CEP/Samples/blob/ed4d4656611780a0dafd98d16fac1d06ad27d8cb/PProPanel/jsx/PPRO/Premiere.jsx#L1937

But may be i need a 100 fps or 120?

Then make a sequence preset, and use it to create sequences which match it, like so: https://github.com/Adobe-CEP/Samples/blob/ed4d4656611780a0dafd98d16fac1d06ad27d8cb/PProPanel/jsx/PPRO/Premiere.jsx#L511

megativ3Author
Known Participant
December 9, 2018

May be I explained incorrectly but I need to change Sequence FPS, not a timecode display...

Is it possible?

Bruce Bullis
Legend
December 10, 2018
Is it possible?

Yes; did you try my suggestion?