niiyan/2005-08-27 のバックアップソース(No.1)

*** [[MaskTools 2.0 alpha 5:http://forum.doom9.org/showthread.php?p=704424#post704424]] [#t933d8c3]

-変更点
> [[Doom9's Forum - MaskTools 2.0 alpha 5:http://forum.doom9.org/showthread.php?p=704424#post704424]]
> * added : helpers for creating string for inpand / expand custom modes :
>    - mt_circle
>    - mt_square
>    - mt_diamond
>    - mt_ellipse
>    - mt_rectangle
>    - mt_losange
>  * added : helper for lut : consersion from infix to reverse polish notation : 
>    - mt_polish

*** [[DGMPGDec Version 1.4.1 リリース候補 4:http://neuron2.net/dgmpgdec/dgmpgdec.html]] [#zbd2074a]

-変更点については、[[DGMPGDec MPEG Decoder and Frame Server:http://neuron2.net/dgmpgdec/rc.html]]を参照。

*** [[RemapFrames v0.3.1 (2005-08-26):http://www.avisynth.org/stickboy/]] [#le23fdda]

-これは何?(RemapFrames.htmlより引用)
> An AviSynth plug-in that remaps the frame indices in a clip as specified by an input text file or by an input string.(入力テキストファイルか入力文字列によって指定されたクリップの、フレーム・インデックスを再マッピングするAviSynthプラグイン。)

-収録されているフィルタ
--RemapFrames
--RemapFramesSimple
--ReplaceFramesSimple

-想定されている用途
--その1: SelectEveryが使用できないケースで
> They can be used in cases where  SelectEvery isn't suitable, such as when the desired frames don't follow a regular pattern.(希望されたフレームが一定のパターンに従わないような、SelectEveryが適さないケースで使用されうる。)

--その2: FreezeFrame, DeleteFrame, または ApplyRangeの代用として
> RemapFrames/RemapFramesSimple/ReplaceFramesSimple also are efficient alternatives to long chains of FreezeFrame, DeleteFrame, or ApplyRange calls. (FreezeFrame, DeleteFrame, または ApplyRange呼び出しの長い連鎖の、効果的な代替でもある。)

*** [[AvsTimer 0.8:http://www.avstimer.de.tf/]] [#qcd91513]

-変更点
> [[videoprocessing :: View topic - AvsTimer 0.8 released:http://videoprocessing.11.forumer.com/viewtopic.php?t=20]]
> I have added the Avisynth function AssignRecursionClip, which is basic for using robust recursion in avisynth scripts. I have also the added the first recursive filter Delay to this plugin.

-バージョン 0.8 以降を使用するためには、下記のavsrecursion.dllをシステム・ディレクトリ((Windows XPなら「C:\WINDOWS\System32」))にインストールしなければなりません。
> [[The new version has one pitfall: the small DLL avsrecursion.dll has to be installed in a system directory. Also there is no more a statically linked version.:http://videoprocessing.11.forumer.com/viewtopic.php?t=20]]
> The new version has one pitfall: the small DLL avsrecursion.dll has to be installed in a system directory. Also there is no more a statically linked version.

-これにともなって、静的リンク版がなくなりました。

*** [[AvsRecursion 0.1:http://www.avsrecursion.de.tf/]] [#bdb9a3ba]

-これは何?(AvsRecursion.htmより引用)
> AvsRecursion.dll is an ordinary dynamic link library, which is used by new versions of the AvsTimer,  RemoveGrain, ReduceFlicker, RemoveDirt plugins to support recursion within scripts.(AvsRecursion.dllは、普通の動的リンクのライブラリである。スクリプト内の再帰(recursion)をサポートするためにAvsTimer,  RemoveGrain, ReduceFlicker, RemoveDirtの新バージョンで使われる。)

-注意(AvsRecursion.htmより引用)
> It is ''not'' an Avisynth plugin. Thus it should ''not'' be installed in the Avisynth plugin directory.(Avisynthプラグインでは''ない''。したがって、Avisynthのプラグインディレクトリにインストールすべきでは''ない''。)