niiyan/2005-07-10 のバックアップの現在との差分(No.1)


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

-変更点
> [[3D Frequency Domain filter - denoiser:http://bag.hotmail.ru/fft3dfilter/fft3dfilter.dhtml]]
> Version 1.1 - July 8, 2005 - improved sharpening method to prevent grid artifactes and to limit sharpening (added parameters smin, smax);
renamed parameter ratio to kratio

*** [[EXP-SAT V1.0 by Brabudu 2005:http://expsat.sourceforge.net/]] [#g34ac6b6]

-これは何?
> [[SourceForge.net: Project Info - ExpSat:http://sourceforge.net/projects/expsat/]]
> Exp sat is an avisynth filter which permits to apply a non-linear transformation of image saturation(Exp satは、画像の彩度のノンリニアな変換を適用することを許可するAviSynthフィルタです。)

-RGBのみ対応。

-リンク
--ホームページ
---[[ExpSat index by Brabudu:http://expsat.sourceforge.net/]]
--プロジェクトページ
---[[SourceForge.net: Project Info - ExpSat:http://sourceforge.net/projects/expsat/]]
--Doom9's Forum 関連スレッド
---[[Doom9's Forum - new avisynth filter: expsat:http://forum.doom9.org/showthread.php?t=97052]]
---[[Doom9's Forum - New avisynth filter:http://forum.doom9.org/showthread.php?t=97051]]

-[[色]]プラグインのページに、ExpSatの情報を追記しました。

*** [[Alternate:http://forum.doom9.org/showthread.php?t=97059]] by mg262 (他のフィルタの効果を比較する方法) [#y37542f2]

-これは何?
> [[Doom9's Forum - Alternate -- a way to compare the effects of other filters.:http://forum.doom9.org/showthread.php?p=684239#post684239]]
> Brief description: Switches back and forth between versions of a clip to highlight the differences.(違いを強調するために、クリップのバージョンを前後に切り替える)

-書式
 Alternate(clip A, clip B, "duration")

--durationについて
---durationで指定した間隔ごとに、clipAとclipBを切り替える。
|~フレーム番号|0-24|25-49|50-74|...|
|~出力されるクリップ|clipA|clipB|clipA|...|
---durationの標準は25

-使用例
--フィルタAを使用すべきかどうかを決める
 Alternate( filterA.subtitle("filterA") )

--フィルタAとフィルタBの比較
 Alternate( filterA.subtitle("filterA"), filterB.subtitle("filterB") )

--フィルタAのパラメータによる違いの比較
 Alternate( filterA(1).subtitle("mode1"), filterA(2).subtitle("mode2") )

-上記の説明は、[[Doom9's Forum - Alternate -- a way to compare the effects of other filters.:http://forum.doom9.org/showthread.php?p=684239#post684239]]におけるmg262氏の投稿を参考にして書かれました。

-[[デバッグ]]プラグインのページに、Alternateの説明を追記しました。

*** [[DGMPGDec Version 1.4.0 Release Candidate 7 Executables:http://neuron2.net/dgmpgdec/dgmpgdec.html]] [#x5bbb269]

-リリース候補 その7