jrab wrote:
> I'm trying to find a frame range for a movie file using nuke.

Try the following in a file called 'movlength.py':

n = nuke.createNode('Read', 'file "%s"' % sys.argv[1])
print n['last'].value()

...and then run it like this:

nuke -tiq movlength.py '/path/to/my/thing.mov'

-- 
Lewis Saunders
fighting spaces in filenames since 1983
London
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to