Python Question – How to determine the last frame of a QT sequence?

Hey Guys,

Got a python question for ya. I’m trying to figure out how to determine the last frame of a quicktime that’s being created through a script (for example something like this)…

r2=nuke.nodes.Read(format="mov",file=’/path/thisFile.mov’)

It obviously defaults the frames to 1 – 1. But dragging and dropping in the file figures out the last frame, so I figure it must be a missing knob that I don’t know about.

Can anyone offer some insight how to accomplish this pretty simple task

Thanks,
Doug

No Responses to “Python Question – How to determine the last frame of a QT sequence?”

Post a Comment