helix
5th November 2004, 22:29
My roomate and I worked on this the best we could. The translation is pretty grizly and a little vauge becuase my roomate isn't... the best at speaking english yet, so I kind of had to improvise from what he translated from the kanji etc... Maybe some of you guys can help in rephrasing some of this stuff so it makes a bit more sence to what avisynth users are used to. I have no idea what "inter-less" means, the original Japanese reveals nothing more as to what the meaning of that is. The Japanese used to describe the parameters is extremely hard to translate and interpret into English; and into anything thats is actually useful in deciding which settings are best to use. A few of the descriptions sound exactly alike, so there's nothing more I can do it the way of a better interpretation. I'm also a little unsure about what "cross color" means. It's also odd that the author doesn't give any limits for the parameters, so I would just stick to values that are around the defaults. This was a damn pain to translate, but enjoy none-the-less. :)
---------------------------------------
Plugin tool for Avisynth 2.5
DeDot(v0.3)
Made by: Thejam
-This filter is intended to reduce color-crosstalk and dot distribution in video frames.
Qualifications:
You need CPU that can use MMX2 algorithm.
This filter is intended to be used for interlaced pictures.
Description:
To load the filter into your AVS script use:
LoadPlugin("~dir\de.dll)
Plugin syntax:
Dedot(luma2d,lumaT,chromaT1,chromaT2)
Defaults are: (20,20,15,5)
Luma2d:
This value represents the intensity modulation.
The smaller this value, the more the filter will consider that pixels are dot distribution.
LumaT:
This value represents the threshold of intensity modulation.
The larger this value, the more the filter will consider that pixels are dot distribution.
ChromaT1:
This controls the intensity of the filter in dealing with the chroma signal.
The larger the value the more the filter will consider the chroma signal as color-crosstalk.
ChromaT2:
This is the value of the chroma signal
The smaller this value, the more the filter will consider the chroma of the pixels to a stronger degree.
Warning:
You must perform IVTC or deinterlace before you resize it. If the pixels are mixed, the filter will have a hard time determining ?threshold?
Notice:
I am not responsible for any damages to your computer that the use if this filter may cause.
---------------------------------------
Plugin tool for Avisynth 2.5
DeDot(v0.3)
Made by: Thejam
-This filter is intended to reduce color-crosstalk and dot distribution in video frames.
Qualifications:
You need CPU that can use MMX2 algorithm.
This filter is intended to be used for interlaced pictures.
Description:
To load the filter into your AVS script use:
LoadPlugin("~dir\de.dll)
Plugin syntax:
Dedot(luma2d,lumaT,chromaT1,chromaT2)
Defaults are: (20,20,15,5)
Luma2d:
This value represents the intensity modulation.
The smaller this value, the more the filter will consider that pixels are dot distribution.
LumaT:
This value represents the threshold of intensity modulation.
The larger this value, the more the filter will consider that pixels are dot distribution.
ChromaT1:
This controls the intensity of the filter in dealing with the chroma signal.
The larger the value the more the filter will consider the chroma signal as color-crosstalk.
ChromaT2:
This is the value of the chroma signal
The smaller this value, the more the filter will consider the chroma of the pixels to a stronger degree.
Warning:
You must perform IVTC or deinterlace before you resize it. If the pixels are mixed, the filter will have a hard time determining ?threshold?
Notice:
I am not responsible for any damages to your computer that the use if this filter may cause.