VideoHelp Forum
+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 34
Thread
  1. Hello, I need help removing some dotcrawl, I've tested some plugins but these doesnt load in my avisynth+ 64 bits version, someone could help me?

    Image
    [Attachment 59357 - Click to enlarge]
    Quote Quote  
  2. A simple convolution kernel often works. These are the settings:
    Code:
    0 1 0
    1 0 1
    0 1 0
    Quote Quote  
  3. There's a 64 bit version of CheckMate. And with fuzzy VHS you can downscale the width and scale back up to reduce the dot crawl without hurting the sharpness of the video.
    Quote Quote  
  4. Originally Posted by jagabo View Post
    There's a 64 bit version of CheckMate. And with fuzzy VHS you can downscale the width and scale back up to reduce the dot crawl without hurting the sharpness of the video.
    you have the pluging? I have been looking for it and no one is working to me
    Quote Quote  
  5. Originally Posted by johnmeyer View Post
    A simple convolution kernel often works. These are the settings:
    Code:
    0 1 0
    1 0 1
    0 1 0
    how I do it, could you explain to me please, I'm very noob in avisynth
    Quote Quote  
  6. Originally Posted by johnmeyer View Post
    A simple convolution kernel often works. These are the settings:
    Code:
    0 1 0
    1 0 1
    0 1 0
    I get this error "general convolution : both luma and chroma cannot be set for subsampled video formats"
    Last edited by FelipeArchives; 8th Jun 2021 at 22:59.
    Quote Quote  
  7. Originally Posted by FelipeArchives View Post
    Originally Posted by jagabo View Post
    There's a 64 bit version of CheckMate. And with fuzzy VHS you can downscale the width and scale back up to reduce the dot crawl without hurting the sharpness of the video.
    you have the pluging? I have been looking for it and no one is working to me
    You can get it here: https://github.com/tp7/checkmate/releases/tag/0.9
    Quote Quote  
  8. Originally Posted by jagabo View Post
    Originally Posted by FelipeArchives View Post
    Originally Posted by jagabo View Post
    There's a 64 bit version of CheckMate. And with fuzzy VHS you can downscale the width and scale back up to reduce the dot crawl without hurting the sharpness of the video.
    you have the pluging? I have been looking for it and no one is working to me
    You can get it here: https://github.com/tp7/checkmate/releases/tag/0.9
    Thank you, I've tried it, but when I load the plugin and type "CheckMate" it doesnt apper, so I dont know why?
    Quote Quote  
  9. when I type on avspmod "CheckMate" it doesnt apper or appers in red and error, even if I load the pluing in the begining
    Quote Quote  
  10. Originally Posted by FelipeArchives View Post
    Originally Posted by johnmeyer View Post
    A simple convolution kernel often works. These are the settings:
    Code:
    0 1 0
    1 0 1
    0 1 0
    I get this error "general convolution : both luma and chroma cannot be set for subsampled video formats"
    Add chroma=false:
    Code:
    GeneralConvolution(matrix="0 1 0   1 0 1   0 1 0", chroma=false)
    Oops, I was playing with the matrix and posted the wrong one earlier.
    Last edited by jagabo; 8th Jun 2021 at 23:30.
    Quote Quote  
  11. I don't know what the deal is with avspmod. But you should be calling CheckMate while the video is still interlaced. And it doesn't work as well with PAL as it does with NTSC. Typical usage: CheckMate(thr=10, max=20, tthr2=20)
    Quote Quote  
  12. Originally Posted by jagabo View Post
    I don't know what the deal is with avspmod. But you should be calling CheckMate while the video is still interlaced. And it doesn't work as well with PAL as it does with NTSC. Typical usage: CheckMate(thr=10, max=20, tthr2=20)
    it says "checkmate works only with planar colorsapces"
    Quote Quote  
  13. ConvertToYV12(interlaced=true) before CheckMate.
    Quote Quote  
  14. Originally Posted by jagabo View Post
    ConvertToYV12(interlaced=true) before CheckMate.
    It still doesnt load in my avisynth plugins
    Quote Quote  
  15. FYI, there is a way you can feed TFM and MultiDecimate a list of frames you want to delete, and AVISynth will decimate those frames. I use Excel to handle the formatting for the two files you need (input.txt for TFM and mfile.txt for MultiDecimate).
    Quote Quote  
  16. Originally Posted by FelipeArchives View Post
    Originally Posted by jagabo View Post
    ConvertToYV12(interlaced=true) before CheckMate.
    It still doesnt load in my avisynth plugins
    What error message are you getting?
    Quote Quote  
  17. Originally Posted by jagabo View Post
    Originally Posted by FelipeArchives View Post
    Originally Posted by jagabo View Post
    ConvertToYV12(interlaced=true) before CheckMate.
    It still doesnt load in my avisynth plugins
    What error message are you getting?
    it just dont appers when I recall "CheckMate", it appers in red and not in the pluings display menu
    Quote Quote  
  18. What happens when you preview the script? Remove the call to Checkmate but leave the LoadPlugin() for checkmate in your script. Preview the script. Does the LoadPlugin give you an error message?
    Quote Quote  
  19. Originally Posted by jagabo View Post
    What happens when you preview the script? Remove the call to Checkmate but leave the LoadPlugin() for checkmate in your script. Preview the script. Does the LoadPlugin give you an error message?
    when I load it no appers any error messages, but when I recall it to use the filter, it doesnt apper
    Quote Quote  
  20. Originally Posted by FelipeArchives View Post
    Originally Posted by jagabo View Post
    What happens when you preview the script? Remove the call to Checkmate but leave the LoadPlugin() for checkmate in your script. Preview the script. Does the LoadPlugin give you an error message?
    when I load it no appers any error messages, but when I recall it to use the filter, it doesnt apper
    What does "it doesn't appear" mean? What doesn't appear? I don't know avspmod well but from what I've seen if you don't get an error message in the preview window the script is working.

    Try using VirtualDub2 to view your script. Does that give you an error message?
    Quote Quote  
  21. When I recall "CheckMate" in the lines, check the picture above, it appers in red and I cant use the filter or adjust it, It just load the pluging but not works
    Last edited by FelipeArchives; 10th Jun 2021 at 14:29.
    Quote Quote  
  22. All I can tell you is it works for me:

    Image
    [Attachment 59395 - Click to enlarge]
    Quote Quote  
  23. Originally Posted by jagabo View Post
    All I can tell you is it works for me:

    Image
    [Attachment 59395 - Click to enlarge]
    yes in your works, I dont know why in mine no, any idea? could you share to me your avisynth with the plugins?
    Quote Quote  
  24. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Do you have checkmate.dll in the proper folder?
    Where did you put it?
    Quote Quote  
  25. Originally Posted by davexnet View Post
    Do you have checkmate.dll in the proper folder?
    Where did you put it?
    I load the pluging from the download folder, and also I've added it on the plugin folder, none has worked
    Quote Quote  
  26. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by FelipeArchives View Post
    Originally Posted by davexnet View Post
    Do you have checkmate.dll in the proper folder?
    Where did you put it?
    I load the pluging from the download folder, and also I've added it on the plugin folder, none has worked
    You're using the 64 bit version of AVSPMOD?
    Did you put the 64 bit version of checkmate.dll here?
    Code:
    C:\Program Files (x86)\AviSynth+\plugins64+\
    Which version of Avisynth do you have installed?

    The other thing you can try is the 32 bit version of AVSPMOD, and the 32 bit version of checkmate.dll
    put in the 32-bit plugin folder

    If you click on Help/About you can check which version you're running:
    Image Attached Thumbnails Click image for larger version

Name:	avspmod64.png
Views:	36
Size:	15.2 KB
ID:	59399  

    Last edited by davexnet; 10th Jun 2021 at 16:37.
    Quote Quote  
  27. Thank you all for the help! now Its working!
    Quote Quote  



Similar Threads

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