Page 1 of 1

Import Image Sequence

Posted: Sun Jul 01, 2012 3:31 pm
by RichardU
I'm trying to use Scripts / Import Image Sequence. Every time I try, the LUA Console pops up with:

... js_image_sequence.lua:188: attempt to concatenate a nil value

The images are all PNG files that end in nnnn.png (where nnnn is the sequence of numbers.) I've tried it with files that have no spaces in the names. Any other ideas what that could be?

Running 8.2 on Win 7-64.

Re: Import Image Sequence

Posted: Mon Jul 02, 2012 12:27 am
by slowtiger
Does it always stop at the same file? Are there any non-ASCII7-characters in the file names? Does the same happen when you leave out the first half of the files? How many files do you try to import in one run?

Re: Import Image Sequence

Posted: Mon Jul 02, 2012 6:55 am
by RichardU
Slowtiger, thanks for responding. You pointed me in the right direction, thinking that it was the file names. I eliminated everything but the actual frame numbers and it imported fine. Maybe it was the length of the file name that was the problem.

This feature is the last technical hurtle in what I want to do. I can now import 1080p video, add whatever I want and send it back out. It's very powerful.

Thanks again.