Skip to main content
takafumi79531642
Participant
September 7, 2018
Question

Footage settings in ExtendScript.

  • September 7, 2018
  • 0 replies
  • 228 views

Hi there.

I wanna set footage setting in ExtendScript.

Concretely, I wanna change frame rate from 29.97 to 30.00 in source footage.

In GUI, it will change the items as below.

Now, I added line as below in my source code.

const xxxx = enc.setFrameRate(30);

But it didn't work.

Does anyone know that could set footage setting in ExtendScript?

    This topic has been closed for replies.