Question
Footage settings in ExtendScript.
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?
