PDA

View Full Version : Help! LimitedSharpen avisynth script for DVD2SVCD


}{KeYmAkEr*}{
23rd August 2004, 06:30
Hi I need help converting this avisnyth script into one that can work in DVD2SVCD or AVISYNTH.INI

It's a Threshold Sharpening filter that's good after resizing.

Need to load plugins first to get it to work.

[AVISYNTH_LimitedSharpen]
0=LoadPlugin(!MaskTools.dll)
1=LoadPlugin(!WarpSharp.dll)
2=Import(!LimitedSharpen.avs) ---I'm not sure if the import works?

Then finally...

LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=2,strength=100,Lmode=1,overshoot=1,wide=false,soft=false,radius=1,edgemode=0)

--- Is the bottom one correct?

LimitedSharpen(ss_x=^,ss_y=^,Smode=^,strength=^,Lmode=^,overshoot=^,wide=§,soft=§,radius=^,edgemode=^)

------------------

Update: Duh...didn't know DVD2SVCD creates an avisynth file so I'll just put the cod ein there instead...easy