SoftSharpen 6.4 - avisynth script - Doom9’s Forum
- 画像の異なる領域に異なる効果を適用することを主眼とする関数。静止した領域をシャープ化し、動きをぼかし、時間軸ノイズ除去および空間軸ノイズ除去を行う。この戦略により、ビデオの圧縮率を保持しようと試みる。
- リンギング除去、バンディング低減、ブロックノイズ除去も実装。
I try to develop a avisynth script: SoftSharpen. Main idea consists to apply different effects on different areas of a picture: sharpening static areas, blurring motion, temporal and spatial denoising. With this strategy, SoftSharpen tries to preserve the compressibility of the video.
Other processings are also implemented: deringing, debanding, deblocking.
http://forum.doom9.org/showthread.php?p=1322934#post1322934
- leon1789 氏作。
- SoftSharpen と EstimSoftSharpen の 2 つの関数を収録。
- 2009-09-11 23:11 追記: EstimSoftSharpen については、下記の「EstimSoftSharpenとは?」を参照。
動作に必要なプラグイン
Read me.txt より:
- MSharpen
- ASharp
- BlindPP
- Deen
- GradFun2db (バンディング低減時)
- MaskTools (v1 または v2)
- MVTools2
- UnDot (v6.7 以降で必要)
EstimSoftSharpen とは?
- ビデオの動きを測定する関数。
- 結果は、スクリプトの実行後、EstimSoftSharpen.txt で読むことができる。
以下、引用です:
EstimSoftSharpen is a minor function: it measures the motion of the video. The result (a candidat number for the "sharp" parameter) is readable in the EstimSoftSharpen.txt file after a real execution of the script on (a part of) the video, for example after an encode as BigDid said.
http://forum.doom9.org/showthread.php?p=1324014#post1324014
関連リンク
2009-09-11 23:11 追記
「EstimSoftSharpen とは?」を追加しました。
2009-09-15 23:05 追記
- 動作に必要なプラグインに UnDot を追加(v6.7 以降で必要)。