VideoHelp Forum
+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 61 to 63 of 63
Thread
  1. I'm using Avisynth 2.6 MT. "distributor()" is needed because I'm using AVStoDVD which uses HCenc. I'm using mvtools2 2.5.11.2

    Thanks for the help.
    Quote Quote  
  2. I believe distributor isn't be called because its not in the flow of the program. ie, you return before calling distributor. Change:

    Code:
    output=MDegrain2i2(chroma,8,0,0)
    return(output)
    to:

    Code:
    output=MDegrain2i2(chroma,8,0,0)
    distributor(output)
    return(last)
    Quote Quote  
  3. @jagabo. Thanks that works.
    Quote Quote  



Similar Threads

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