niiyan/2005-07-06 のバックアップ差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
***[[FFT3DFilter v.1.0.1:http://bag.hotmail.ru/]] [#v45b19ae]

-変更点
> [[Doom9's Forum - New very slow FFT denoiser:http://forum.doom9.org/showthread.php?p=682753#post682753]]
> Version 1.0.1 - July 05, 2005 - fixed bug for chroma planes for YUY2 (introduced in v.1.0)

***[[SetMTmodeを含むtsp版avisynth.dll:http://forum.doom9.org/showthread.php?p=682790#post682790]] [#j98abb63]

-使用方法([[Doom9's Forum - MT 0.41 a filter to run filters multithreaded. Usefull for SMP or HT:http://forum.doom9.org/showthread.php?p=682790#post682790]]より)
> usage:
 SetMTmode(int mode,int threads)
place this at the first line in the avs file to enable temporal multithreading.~
There are 5 modes 1 to 5~
Mode 1 is the fastest but only works with a few filter.~
Mode 2 should work with most filters but uses more memory~
Mode 3 should work with some of the filters that doesn't work with mode 2 but is slower~
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 5 is slowest but should work with all filters that doesn't requere linear frameserving (that is the frames come in order(0,1,2 ... last)~
it is posible to change mode inside the script.~
&br;
threads.~
Number of threads to use. Set to 0 to set it to the number of processors availebol.