Closed DonCanjas closed 2 years ago
I did an FPS analysis with and without Prefetch() only to spot a huge difference in performance. I have an 6 core cpu. My script:
D2VSource("H:\Coisas\Anime\Raw\Monster\Demux\monster-001_Video01.ENG.d2v") #Prefetch(6)
No Prefetch() -> Prefetch(6)
Source filters are always MTSERIALIZED (do not use prefetch() for them). There is info [here](http://avisynth.nl/index.php/AviSynth%2B#Multithreading.28MT.29_Notes).
I did an FPS analysis with and without Prefetch() only to spot a huge difference in performance. I have an 6 core cpu. My script:
No Prefetch() -> Prefetch(6)