Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#261 | Link | |
Registered User
Join Date: Apr 2019
Posts: 194
|
After a few days of experiments, I thought I will post my findings.
Sometimes I used Code:
Despot(mthres=16,p1=24,p2=12,pwidth=4,pheight=4,ranked=true,sign=-1,maxpts=0,p1percent=10,show=0) The experiment is to get Spotless to do what DeSpot does. The answer is Code:
SpotLess(BlkSz=8, OLap=8/2, pel=1, Tm=False, Bblur=0.0, ThSAD=200, RadT=1) Code:
Despot(mthres=16,p1=24,p2=12,pwidth=3,pheight=3,ranked=true,sign=-1,maxpts=0,p1percent=10,show=0) Quote:
|
|
![]() |
![]() |
![]() |
#262 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,655
|
I would not really like to include that in SpotLess() function,
best I can suggest is make some kind of mask by combining source chroma close to 128, and luma hi/low, and use only results of Spotless where masks comply with required. There are others here way better than I at masking stuff, perhaps someone else can assist on that, I also got my hands quite full with non AVS related stuff.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
![]() |
![]() |
![]() |
#264 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,751
|
Try Chroma = false
Have you tried spotless with Prefetch() ?
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository Last edited by ChaosKing; 21st December 2022 at 23:50. |
![]() |
![]() |
![]() |
#266 | Link | |
Registered User
Join Date: Apr 2019
Posts: 194
|
Quote:
Testing to see if it will work faster. EDIT: Much later... The above took 2 minutes longer than SpotLess(BlkSz=8, OLap=8/2, pel=1, Tm=False, Bblur=0.0, ThSAD=200, RadT=1). Crap idea. ![]() ![]() Last edited by coolgit; 22nd December 2022 at 14:06. |
|
![]() |
![]() |
![]() |
#270 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,079
|
Quote:
DirectShowSource("GC.mkv") Import("C:\Program Files (x86)\AviSynth\plugins\Spotless.avsi") LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\MSharpen.dll") LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\mvtools2.dll") LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\MedianBlur2.dll") assumeTFF() TFM().TDecimate() crop(24,12,-16,-20) #crop the crud off Spotless() MSharpen() #greyscale() #convert to B&W addborders(20,16,20,16) #pad to 720x480 This was the error the preview showed: Traceback (most recent call last): File "avsp.pyo", line 9119, in OnMenuVideoPlay File "avsp.pyo", line 14672, in PlayPauseVideo File "avsp.pyo", line 13855, in ShowVideoFrame File "avisynth.pyo", line 462, in GetFrame WindowsError: exception: access violation reading 0xFFFFFFFF I really appreciate any help because I would LOVE to try your script if I can get it to run, thanks! |
|
![]() |
![]() |
![]() |
#271 | Link |
Registered User
Join Date: May 2006
Posts: 3,964
|
Lathe, please don't hijack and litter this thread as well. The problem is not with Spotless(), it's a problem between your chair and your keyboard. See all your other posts here and over at the VideoHelp forum. You call yourself a newbie with 1077 posts at doom9 in almost 20 years? Start with learning the basics of video and AviSynth. Sorry to be a bit harsh
![]() Last edited by Sharc; 21st May 2023 at 06:45. |
![]() |
![]() |
![]() |
Tags |
denoise, despot, prefilter |
Thread Tools | Search this Thread |
Display Modes | |
|
|