Page 1 of 1

Import PNG Sequence in TVP 11

Posted: 30 Jul 2019, 08:03
by totemcreative
Hey guys,

Desperately need your help. I have the TVP 11 (Standard Edition). I can't seem to import any PNG sequence, only one image at a time. Maybe I'm not seeing the options? :cry: I really hope this isn't because I have the standard edition, because everyone needs this very VERY BASIC function.

Please let me know how to go about it.

Thanks in advance,
Nikhita

Re: Import PNG Sequence in TVP 11

Posted: 30 Jul 2019, 09:11
by slowtiger
The trick is in naming. TVP looks for the file names and concludes that anything with the same letter pattern and consecutive numbering is a sequence, and imports the whole thing (unless you've checked "single image"). Any gap in numbering stops the import.

So
blabla_001.png
blabla_002.png
blabla_003.png
blabla_004.png gets imported as sequence.

blabla_010.png stops importing right here.
blabla_020.png
blabla_030.png

Re: Import PNG Sequence in TVP 11

Posted: 30 Jul 2019, 09:33
by totemcreative
Thanks so so much, that solved the issue! :D

Re: Import PNG Sequence in TVP 11

Posted: 30 Jul 2019, 09:57
by ematecki
slowtiger wrote: 30 Jul 2019, 09:11 blabla_010.png stops importing right here.
blabla_020.png
blabla_030.png
In fact, TVP computes the step from the two first images, and then import images until there isn't any more in the sequence with that step.
In your example, it should work, with step = 10.

But :
img1
img2 <- last imported image because step = 1 (2-1) and there is no img(2+1) = img3
img4
img5

Keep in mind this is from memories of several years ago... details may vary :)

Re: Import PNG Sequence in TVP 11

Posted: 31 Jul 2019, 07:53
by totemcreative
This seemed to work yesterday but it's not working today.
I tried importing a JPG sequence but it didn't import it even though it had sequential naming.
After that I exported the PSD layers as a PNG sequence instead of JPG, incase TVP has an issue with JPGs. It's refusing to import this sequence even with sequential naming, by giving me this error "iCCP: Known incorrect sRGB profile".

Any idea what the issue is? What settings should be used whilst exporting the seq from PS?

Re: Import PNG Sequence in TVP 11

Posted: 31 Jul 2019, 08:57
by Thierry
totemcreative wrote: 31 Jul 2019, 07:53"iCCP: Known incorrect sRGB profile".
The color profiles used by Photoshop and TVPaint aren't the same.
A few years ago, I made a Photoshop script that lets you exports with the correct one: viewtopic.php?f=11&t=9955 :)