Log in

View Full Version : Cache Questions


hanfrunz
21st March 2004, 21:55
Hello,

i'm just playing with my im-/exportUncompressedFile-filter.
I have an 12Gig file. And this simple script:

duration = 10*60*25
ImportUncompressedFile("test.mov","bm8s",duration, 720, 576, 0, 1440*576, 0, 0)
flipvertical()
ExportUncompressedFile("test.mov","bm8s",duration, 720, 576, 0, 1440*576, 0, 0)

if i open it in vdubmod and step one frame forward and then backward i should see, the frame flipped/unflipped, because each time a frame is served by avisynth the frame is stored flipped in the file. But it's not like that. I think the frame is stored in a cache. But is it the the avisynh or the vdub-cache? And how can i turn it/them off?

BTW there will be a new version of this filter soon, which can import and export blackmagig-movs! So we can use this great blackmagic card without quicktime!!

hanfrunz

sh0dan
21st March 2004, 21:58
It's the AviSynth cache (no cache in vdub AFAIR).

SetMemoryMax(0) should in theory disable all caching.

hanfrunz
21st March 2004, 22:03
wow this was quick! thanks that's it!

hanfrunz

enterprise
9th July 2004, 21:39
Hi,
I am new in this forum and I don't have any experience with AviSynth

I trying to use CALL Plugin from Nic and that it executes a command on a specific frame. However once this frame is reached, the command is not executed anymore.

I try the SetMemoryMax(0) but the problem stills.

Do you have any idea how I can solve it?