Thread: Avisynth+
View Single Post
Old 23rd March 2019, 17:53   #4604  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,497
Ahhh, I think I've been an idiot. It didn't occur to me that, because my first filter is incomplete, it's not being entirely deterministic (only the first few columns are being written). And then it further didn't occur to me that when I call GetFrame on it twice, it is actually getting the frame twice, and not caching or anything - on the first GetFrame it's coming back with one set of garbage data and on the second GetFrame it's coming back with different garbage data. That was the discrepancy I was seeing with the second filter.

So the first filter is faulty (due to being a work in progress) but the second filter could also be a bit smarter.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline