SCSelect is part of RemoveDirt.dll
(Note: You should be able to use the SSE2 versions of these filters e.g. removegrainSSE2.dll and RemoveDirtSSE2.dll for faster results, but I read SSE3 versions were unstable)
But if this is the same video , as mentioned earlier this won't work well because your defects last linger for more than 1 frame (you're wasting your time)
+ Reply to Thread
Results 31 to 48 of 48
-
-
I will Search for RemoveDirtSSE2.dll
Last edited by the Prodigy; 20th Jul 2012 at 07:16.
-
I have search on my copmputer and I found : RemoveGrainS , RemoveGrainSSE2 , RemoveGrainSSE3 and that's part of your URL zip that you gave it to me
but allthough It doesnt work. an error appears for "SCSelect" function. -
removedirt and removegrain are 2 different dll's
SCSelect is part of removedirt -
Maybe you have the wrong version? You can try a different one
http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.htm
http://www.removegrain.de.tf/ -
Excuse me, how I could extract the correct version of RemoveDirtS.dll from
http://home.arcor.de/kassandro/Remov...RemoveDirt.htm
http://www.removegrain.de.tf/
Because I Read and read but I didn't understand any thing, please led me If you can how I could get this applications please. -
Download the binary (there is a link, click on the word "binary") . I think maybe you have wrong version of dll that doesn't have scselect
Here is the direct link
http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.zip
http://home.pages.at/kassandro/RemoveGrain/RemoveGrain.zip
Unzip with 7zip or other utility, place the .dll in the plugins folder (replace your existing ones)
If this is the same video, none of these methods will work well with your video . Do you not understand this ? It's completely different characteristics than the video in the opening post. You have to use different methods -
-
Thank U very much. I want to try this script for another videos not for those which I posted earlier. Maybe there is a new Error atlest
(Splice: video framerate doesnt match). what is the main problem?
-
If you aren't using ReplaceFrames() remove all that code from your script. If you are using it, you need MvTools and maybe some other filters.
-
For the first time AVS File imported succefully, but when I press play 0 in Virtualdub Or when I tried to save as AVI an Error is happened:
(AviSynth read error:
CAVIStreamSynth: Unknown system exception - 0Xc000001e at 0xab7531a)
are you familier with this error?Last edited by the Prodigy; 20th Jul 2012 at 10:25.
-
AVS Script:
function RemoveSpots(clip input, bool "_grey", int "repmode")
{
_grey=default(_grey, false)
repmode=default(repmode, 16)
clmode=17
clensed=Clense(input, grey=_grey, cache=4)
sbegin = ForwardClense(input, grey=_grey, cache=-1)
send = BackwardClense(input, grey=_grey, cache=-1)
alt=Repair(SCSelect(input, sbegin, send, clensed, debug=true), input, mode=repmode, modeU = _grey ? -1 : repmode )
restore=Repair(clensed, input, mode=repmode, modeU = _grey ? -1 : repmode)
corrected=RestoreMotionBlocks(clensed, restore, neighbour=input, alternative=alt, gmthreshold=70, dist=1, dmode=2, debug=false, noise=10, noisy=12, grey=_grey)
return corrected
}
AviSource("example.avi")
ConvertToyV12()
RemoveSpots() -
Does it work if you don't use the removespots filter? comment it out with "#"
e.g.
AviSource("example.avi")
ConvertToyV12()
#RemoveSpots()
What are the dimensions and characteristics of your video? some filters require mod4 (evenly divisible by 4)
use mediainfo (view=>text)
Similar Threads
-
FLV audio out of sync, can't work VirtualDub w/ FLV plugin
By ZantarV in forum Video ConversionReplies: 1Last Post: 4th Sep 2009, 11:51 -
Cant Get Vista Media Center to Work Even with My Movies Plugin
By jet757f in forum Media Center PC / MediaCentersReplies: 18Last Post: 6th Jul 2008, 18:40 -
DeSpot Filter Question
By mcpogue in forum RestorationReplies: 1Last Post: 27th Feb 2008, 15:14 -
Nero FLAC plugin doens't work
By happydog500 in forum AudioReplies: 0Last Post: 4th Jun 2007, 13:07 -
Problems with Fizick's Despot.
By 1gnition in forum EditingReplies: 6Last Post: 23rd May 2007, 07:10