Copy link to clipboard
Copied
Hello
PPRO UI allows users to right click and select "remove In and Out"
I was wondering if there was any equivalent with code? That would be very useful!
Yes; set the in (or out) point to
-400000
In PProPanel, you'll see a var named NOT_SET, set to that value.
Copy link to clipboard
Copied
Yes; set the in (or out) point to
-400000
In PProPanel, you'll see a var named NOT_SET, set to that value.
Copy link to clipboard
Copied
Great! Thanks.
I was trying to save the first in and out of the project item before it is processed into a "save var", then getting back when needed, but I am still ensure about ticks, seconds, timebase.. etc.. (cf my other post).
Copy link to clipboard
Copied
Just to confirm this is to be used a number and not as string rigth?
- Item.setInPoint(-400000, 4);
Intsead of :
- Item.setInPoint("-400000", 4);
Copy link to clipboard
Copied
Ok found it:
This does not work with audio medias, as far as My experiments go.
The code suggests it works only for creating subclips or something.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now