Prefetch
Prefetch (clip, int “threads”, int “frames”)
clip =
Input clip.
int threads =
Number of threads to use. If it is 0, it passes without doing anything.
default: (number of logical cores in the system) +1
int frames =
Number of frames to prefetch. Again, if it is 0, it passes without doing anything.
default: threads * 2
Непонятно описание:
Number of threads to use.
default: (number of logical cores in the system) +1
Написано что при значении дефолт будут задействованы все потоки что есть, физические и логические, но что такое +1 ?