Skip to main content
SWAX
Inspiring
February 28, 2020
Answered

Scripting: clearing in/out point?

  • February 28, 2020
  • 3 replies
  • 1130 views

I can set the in and out point with setInPoint, but I cannot find a solution to clear the in/out points - setting them both to zero doesn't help either. Is there a solution?

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

There is no clear, but you could set the in and out points to 0 and [duration], respectively.

3 replies

Participating Frequently
February 24, 2024

I can't believe it worked! but it did 😄

qe.project.getActiveSequence().setInOutPoints(".", ".")

 

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
March 2, 2020

There is no clear, but you could set the in and out points to 0 and [duration], respectively.

SWAX
SWAXAuthor
Inspiring
March 9, 2020

But if you render then, it would render out a zero length file?

Bruce Bullis
Community Manager
Community Manager
March 9, 2020

Not if the in point is 0, and the out point is the duration. 🙂

MarekMularczyk
Community Expert
Community Expert
February 28, 2020

Right-click in your In/Out are and choose "Clear In and Out"

Adobe Community ExpertAdobe Certified Professional
SWAX
SWAXAuthor
Inspiring
February 28, 2020

Hey Mark, thanks for the suggestion 🙂

 

However, I wanted to know how to do this in Extendscript 😉