

Overall, cpu usage should not go over 80~85% otherwise frames Vice versa for freeing up some cpu without changing The pel=x number dictates the accuracy of the estimation values being 1, 2 and 4. Super=MSuper(pel=1, hpad=0, vpad=0, rfilter=4) Mode 6 is a modified mode 5 that might be slightly faster. Require linear frameserving (that is the frames come in order (frame Mode 5 is slowest but should work with all filters that don't Mode 4 is a combination of mode 2 and 3 and should work with even more filter but is both slower and uses more memory

Mode 3 should work with some of the filters that doesn't work with mode 2 but is slower. Mode 2 should work with most filters but uses more memory. Mode 1 is the fastest but only works with a few filter. Normally mode 2 and mode 3 works just fine. Listed below is the description for each mode. For example, if I wanted to use 2 cores, this line would be SetMTMode(1, 2) If you would like to use only x number of cores, just changed the number 0 to x. The number '1' denotes the MT mode (there are a total of 6 modes which will explained below) and the number '0' means to use all available cores. This line is used to set the multithreading (MT) mode.

GetMTMode(false) > 0 ? distributor() : last
