VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 48 of 48
  1. 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)
    Quote Quote  
  2. I will Search for RemoveDirtSSE2.dll
    Last edited by the Prodigy; 20th Jul 2012 at 07:16.
    Quote Quote  
  3. 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.
    Quote Quote  
  4. removedirt and removegrain are 2 different dll's


    SCSelect is part of removedirt
    Quote Quote  
  5. Ofcourse its different. I have: RemoveDirtS.dll, RemoveDirt.dll only
    Quote Quote  
  6. 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/
    Quote Quote  
  7. 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.
    Quote Quote  
  8. 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
    Quote Quote  
  9. Originally Posted by poisondeathray View Post
    If this is the same video, none of these methods will work well with your video .
    Yes, you are wasting your time. Unless you have some other videos to fix.

    Attached are the relevant filters on my computer.
    Image Attached Files
    Quote Quote  
  10. 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 ?
    Quote Quote  
  11. 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.
    Quote Quote  
  12. aha I will try this
    Quote Quote  
  13. 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.
    Quote Quote  
  14. Can you navigate in vdub (move the slider) ?

    Post your full avs script
    Quote Quote  
  15. 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()
    Quote Quote  
  16. 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)
    Quote Quote  
  17. Now its the first time succes to import avs file by vdub, and my video is avi 600X452 and I put it in the same path of avs file
    (C:\Program Files\Avisyth\plugins\)
    Quote Quote  
  18. AVS is Imported to vdub but when I tried to use it an error appeared
    (AviSynth read error:
    CAVIStreamSynth: Unknown system exception - 0Xc000001e at 0x981531a)
    and I tried another videos but result is same!
    Image Attached Thumbnails Click image for larger version

Name:	a.JPG
Views:	346
Size:	14.2 KB
ID:	13138  

    Last edited by the Prodigy; 21st Jul 2012 at 03:59.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!