Log in

View Full Version : imagewriter how to reassemble frames?


jriker1
13th April 2006, 02:54
I used imagewritter with avisynth to create an image for each frame of video to clean things up. so I have 45,000 images starting with 00000_filtered.tiff through 44999_filtered.tif and now need to reassemble them into video format. Any help with how to accomplish that?

Thanks.

JR

IanB
13th April 2006, 04:13
RTFM!imagereader("C:\\blah\\%05d_filtered.tiff", 0, 44999)

jriker1
14th April 2006, 00:26
Thanks for the info. Should have figured it would be something like that.

Out of curiosity, in the event that I missed a file during the filtering process does that error out on the missing tiff file in the set or does it just skip it and go along.

Also when I place the above in an AVS script, and open it with the Divx 6 converter it it gives me a resolution of 564x80 with a framerate of 24fps instead of the actual 320x240 and of course I do not expect it to know the framerate if it's a bunch of images, however it should be 29.97.

Thanks again.

JR