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
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