PDA

View Full Version : LimitedSharpen


salman1
24th March 2007, 18:27
i have LimitedSharpen.avs file and i want to make it to LimitedSharpen.dll can someone help me out plz thx a lot

Terranigma
24th March 2007, 18:58
I asked tritical once if he could make LimitedSharpenfaster and Didée's other filters to .dll files. This post would be better suited in the development forums. :)

salman1
24th March 2007, 19:55
so how to make it?

Pookie
24th March 2007, 20:33
Just buy a faster computer. Get a dual core E6600 and use MT for multithreaded Avisynth. The tools are already there.

~bT~
24th March 2007, 20:44
Just buy a faster computer. Get a dual core E6600 and use MT for multithreaded Avisynth. The tools are already there.

You need all that just to make a .dll? :confused:

Terranigma
24th March 2007, 20:48
You need all that just to make a .dll? :confused:

You need to know how to program. Take a lesson, and when you get good enough, share it with us :)

salman1
24th March 2007, 20:49
^ i don't think so that answer my ? also IS VagueDenoiser can be use for video noise and removing grain?

Terranigma
24th March 2007, 20:51
^ i don't think so that answer my ?

Well, if you posted in the correct forums, maybe someone (like a developer) would've took interest. :)

salman1
24th March 2007, 20:55
Well, if you posted in the correct forums, maybe someone (like a developer) would've took interest. :)

isn't this correct forum.

Terranigma
24th March 2007, 20:58
isn't this correct forum.
No, this's for avisynth usage, not development.

salman1
24th March 2007, 21:11
No, this's for avisynth usage, not development.

ok. answer this if u can then i done

Is VagueDenoiser Filter can be use for video noise and removing grain?

thx

Terranigma
24th March 2007, 21:15
ok. answer this if u can then i done

Is VagueDenoiser Filter can be use for video noise and removing grain?

thx
Let me ask VagueDenoiser. VD, what are you?
This is a Wavelet based Denoiser.
Basically, it transforms each frame from the video input into the wavelet domain, using various wavelet filters. Then it applies some filtering to the obtained coefficients. It does an inverse wavelet transform after. Due to wavelet properties, it should gives a nice smoothed result, and reduced noise, without blurring picture features. This wavelet transform could be done on each plane of the colorspace. This filter uses a wavelets from Brislawn tutorial.

salman1
24th March 2007, 21:18
Let me ask VagueDenoiser. VD, what are you?

that answer my ? thx a lot keep it up

Pookie
25th March 2007, 00:50
salman1 - Look at it this way, if LimitedSharpenFaster could be optimized more, don't you think it would have been done so already?

It is a pretty short script. If your CPU is fast enough, you can run it in realtime. Turning it into a DLL won't make as big difference as getting yourself a faster computer. Why ask a developer to spend his time writing code for your benefit when all you have to do is upgrade your hardware?

Terranigma - You have to give the guy credit for trying to communicate in English. Imagine having to phrase these technical questions in a different language. ;)

salman1
25th March 2007, 01:36
or i really wants that can make my rips sharp. thx

foxyshadis
25th March 2007, 14:22
You can make them sharp with the .avs, you don't need a .dll to do that.

Having a dedicated dll could cut down on lag from too many memory transfers, although some filters already use MakeWriteable; but really, the introduction of limitedsupport (now in masktools) cut down the largest easy bottlenecks.

If you need something faster, it'd be better to work with seesaw, which offers the possibility of significant speed increase and better tuned sharpening in return for less intuitive parameters.

salman1
25th March 2007, 20:05
is seesaw give very sharp prints and it's faster?