Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change transition time with ExtendScript on Premiere #119

Open
celalefendioglu opened this issue Feb 17, 2020 · 0 comments
Open

How to change transition time with ExtendScript on Premiere #119

celalefendioglu opened this issue Feb 17, 2020 · 0 comments

Comments

@celalefendioglu
Copy link

I want to add transition between two video. I want to use Extendscript for this, because there are too many video couple. I can create new sequence, add clips to sequence and add transition between them. Extendscript adds transition as two seconds as default. I need to change this as 0.5 second.

When i write this codes, it gives me "2" as result. $.writeln(app.project.activeSequence.videoTracks[0].transitions[0].duration.seconds);

I am trying this;
app.project.activeSequence.videoTracks[0].transitions[0].duration.seconds = 0.5;

But result is "2", again.
$.writeln(app.project.activeSequence.videoTracks[0].transitions[0].duration.seconds);

How can i do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant