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. |
![]() |
#341 | Link | |
Registered User
Join Date: Jul 2018
Posts: 569
|
Quote:
2) The @Boulder suggestion (Deblock_QED) is popular and good. In addition to his suggestion about the Dogway collection there is a section External plugins->Deblocking on the front page of the wiki. Test the more popular filters and decide which fits best in your case. |
|
![]() |
![]() |
![]() |
#342 | Link | |||
Registered User
Join Date: Feb 2014
Posts: 411
|
Quote:
Quote:
Quote:
![]() |
|||
![]() |
![]() |
![]() |
#343 | Link |
Guest
Posts: n/a
|
I thought I'd bump this up, as I haven't had any response, it's all been for Louie....Another W7 user....OMG.
I would appreciate some advice on trying to remove the "spots" & artifacts with this video. https://www.mediafire.com/file/hz000.../spots.7z/file 142Mb Regards ___________ Last edited by FTLOY; 15th July 2024 at 04:15. Reason: previous link wasn't working |
![]() |
![]() |
#344 | Link |
Registered User
Join Date: Feb 2014
Posts: 411
|
FTLOY: Here's my result with the following script at CRF20.0.
Code:
ConvertBits(Bits=16) Deblock_QED() SpotLess() TemporalDegrain2() CAS() Neo_F3KDB(Y=100,Cb=100,Cr=100,GrainY=0,GrainC=0) |
![]() |
![]() |
![]() |
#345 | Link | |
Guest
Posts: n/a
|
Quote:
![]() There must be some dependencies to support that script ??? I can't get the same result you did, what app did you use ?? My scripts need to look like this for RipBot264, I've probably missed something, I haven't done much with scripts, for a while ![]() Code:
SetCacheMode() SetMemoryMax(20480) LoadPlugin("%AVISYNTHPLUGINS%\PD_TOOLS\DCTFilter\DCTFilter.dll") LoadPlugin("%AVISYNTHPLUGINS%\PD_TOOLS\Deblock\Deblock-x64.dll") LoadPlugin("%AVISYNTHPLUGINS%\masktools\masktools2.dll") LoadPlugin("%AVISYNTHPLUGINS%\CAS\CAS.dll") LoadPlugin("%AVISYNTHPLUGINS%\PD_TOOLS\neo-f3kdb\neo-f3kdb.dll") Import("%AVISYNTHPLUGINS%\PD_TOOLS\Deblock_QED\Deblock_QED_MT2Mod.avs") Import("%AVISYNTHPLUGINS%\PD_TOOLS\SPOTLESS\Spotless newest.avs") Import("%AVISYNTHPLUGINS%\PD_TOOLS\TemporalDegrain\TemporalDegrain2.avs") video=ConvertBits(video,16) video=Neo_F3KDB(video,Y=100,Cb=100,Cr=100,GrainY=0,GrainC=0) Last edited by FTLOY; 17th July 2024 at 08:08. |
|
![]() |
![]() |
#346 | Link |
Registered User
Join Date: Feb 2014
Posts: 411
|
FTLOY: I use portable x64 MeGUI with the latest AviSynth+ (which autoloads most plugins-filters). As for dependencies, I use a search engine with "avisynth+ whateverplugin-filter" then head to the wiki or github page and reverse engineer it after reading the page (wiki) or readme (github) to learn the required dependencies, and if necessary I post here and plea for help from the geniuses. I'm a plodder, not a savant. Probably not the most efficient method, but it works for my limited knowledge of AviSynth.
|
![]() |
![]() |
![]() |
#347 | Link | |
Guest
Posts: n/a
|
Quote:
That script I posted actually works, but it doesn't get rid of the little black artifacts like your sample clip did, so not really sure, maybe I need to experiment with your app. ![]() |
|
![]() |
![]() |
#350 | Link |
Registered User
Join Date: Jan 2015
Posts: 42
|
Remove very difficult spots
Hello, I'm trying to use spotless to clean some scenes but using it by default it ends affecting the image in some parts (it generate distortion in the image), I tried playing a little with some settings but couldn't get any better (probably because I not understand very well what I'm doing). I uploaded a sample of the scene, any help will be greatly appreciated.
Code:
https://drive.google.com/file/d/1FQvveK0k9CdU9sf1FzyLwGiqcQQK8D4U/view?usp=sharing |
![]() |
![]() |
![]() |
#351 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,164
|
If distortion is around the edges, try adding padding of maybe 8 or 16 around distorted edges (before call to Spotless).
Padding() http://forum.doom9.org/showthread.ph...04#post1596804 Then chop (crop) it off afterwards.
__________________
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 ??? |
![]() |
![]() |
![]() |
#353 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,164
|
Try take a look at JohnMeyer post #20 for tips.
I think that there was some kind of mod of Spotless which tried to restore some removed spots, I've spent about an hour looking for it but cant find it. Maybe somebody knows what I was looking for.
__________________
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 ??? |
![]() |
![]() |
![]() |
#354 | Link | |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,632
|
Quote:
Cu Selur Ps.: DeSpot, with tweaked settings, might be the better filter for such a source. Last edited by Selur; 2nd April 2025 at 15:47. |
|
![]() |
![]() |
![]() |
#355 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,164
|
Thanks Selur, that looks to be what I was looking for.
Have added links at head of Spotless thread to that thread + SpotRemover [film transfer] Remove dirt but keep grain? :- https://forum.doom9.org/showthread.php?t=182831 SpotRemover - clean video from spots:- https://forum.doom9.org/showthread.php?t=182407
__________________
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 ??? Last edited by StainlessS; 2nd April 2025 at 20:52. |
![]() |
![]() |
![]() |
#356 | Link | |
Registered User
Join Date: Apr 2019
Posts: 246
|
Quote:
Code:
SpotLess(BlkSz=12, OLap=8/2, pel=2, Tm=false, Bblur=0.0, ThSAD=1000, RadT=1) |
|
![]() |
![]() |
![]() |
Tags |
denoise, despot, prefilter |
Thread Tools | Search this Thread |
Display Modes | |
|
|