OZRay
04-12-2012, 09:23 PM
Ok guys I'm desperate... :(
I have 900 frame in a folder, want to convert it to avi so this is the code.
animOut = bitmap 720 480 filename:"C:\\temp\\FRAMES\\OUTPUT\\_TMPOUTPUT.avi"
allImg = openbitmap "C:\\temp\\FRAMES\\test\\AnimQuicky000001.ifl"
for g = 1 to 900 do
(
allImg.frame = g
copy AllImg animOut
save animOut frame:g
)
close animOut
Ok...If I comment out the close animOut the file size is 1.58GB and if I close Max I can play the movie and all the 900 frames are there. If I uncomment the close animOut there is a file creation process that happening and the final size is 1.04GB and if I play that file Im missing around 200 frames! What the hell does the close do with my file :(
Really need help on this one.
Thanks.
OZRay
I have 900 frame in a folder, want to convert it to avi so this is the code.
animOut = bitmap 720 480 filename:"C:\\temp\\FRAMES\\OUTPUT\\_TMPOUTPUT.avi"
allImg = openbitmap "C:\\temp\\FRAMES\\test\\AnimQuicky000001.ifl"
for g = 1 to 900 do
(
allImg.frame = g
copy AllImg animOut
save animOut frame:g
)
close animOut
Ok...If I comment out the close animOut the file size is 1.58GB and if I close Max I can play the movie and all the 900 frames are there. If I uncomment the close animOut there is a file creation process that happening and the final size is 1.04GB and if I play that file Im missing around 200 frames! What the hell does the close do with my file :(
Really need help on this one.
Thanks.
OZRay
