PDA

View Full Version : avisynth serves still image after some time


loki03
15th August 2003, 16:35
hy

the problem is:

i serve dv-files (from camcorder, avi type2) (3gb,2gb file size) through avisynth2.5 (AVIFileSource) to denoise them.
in every player or program (virtdmod) its the same problem with all of the files: it serves until around 1gb (~frame 6782) of filesize and from that point on it serves that stil picture from that point for the rest of the video. when i scroll back over that point it serves the video, beyond that point the still picture.
i splitted the video in 700mb chunks, that fixed the problem.

what else can i do to fix the problem? is it my machine? i use fat32, xp, 256mb, rather slow hd. using directshowsource doesnt help much, as i often get "video desynced" in cce,zoomplayer and vdubmod, and i need the audio. perhaps i should mention that serving to vdubmod works as described, but in zoomplayer only half the resolution is displayed.

sh0dan
16th August 2003, 15:25
Use AviSource()

DoW
16th August 2003, 20:25
The largest a file can be under FAT32 is 4GB, so be wary of that as well if your doing DV work

loki03
17th August 2003, 11:47
thanks a lot! it works.