Test for sequence

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
byronnash
Posts: 321
Joined: July 7th, 2004, 2:30 pm
Location: Charlotte, NC
Contact:

Is there a way to determine if a footageItem is a sequence or a still? The path returns the first frame if it's a sequence but I can't find a way to check if it's referencing a sequence or not.
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

Perhaps with the frameRate (an image sequence should have a frameRate > 0).
byronnash
Posts: 321
Joined: July 7th, 2004, 2:30 pm
Location: Charlotte, NC
Contact:

Thanks for the tip. I gave that a shot on my script just now but it doesn't seem like sequences have a different nativeFrameRate than footage. I'm working with Proxies so that makes it a little more complicated. I guess my next step is to check for file extensions and if the footage is a still.
Post Reply