VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hello,

    I am trying to run Halobuster but the script has knlmeanscl filter in it which defines lsb_inout=True. When i go to the filter page, it does not have lsb_inout as a parameter so when i try to run Halobuster, i get an error that it is not a named argument. I tried to adjust the code to exclude lsb_inout portion, but then i get fatal error instead. Not sure how the script is supposed to work. Can someone advise, please? Thank you

    code in Halobuster:
    Code:
    clean = knlmeanscl (gray, d=0, a=a, s=0, h=h, lsb_inout=True)
    Image Attached Thumbnails Click image for larger version

Name:	Screenshot 2024-05-30 232727.jpg
Views:	11
Size:	17.9 KB
ID:	79483  

    Click image for larger version

Name:	Screenshot 2024-05-30 232922 2.jpg
Views:	10
Size:	22.4 KB
ID:	79484  

    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Look at the section regarding OpenCL/device type:
    http://avisynth.nl/index.php/KNLMeansCL
    Quote Quote  
  3. Originally Posted by davexnet View Post
    Look at the section regarding OpenCL/device type:
    http://avisynth.nl/index.php/KNLMeansCL
    oh thanks! that was fast! I changed the script to this and its working now! Bless you!

    Code:
    clean = knlmeanscl (gray, d=0, a=a, s=0, h=h, device_type = "gpu",device_id = 0,ocl_x = 0,ocl_y = 0,ocl_r = 0)
    Quote Quote  



Similar Threads

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