View Single Post
Old 20th January 2019, 14:59   #221  |  Link
gugglu
Registered User
 
Join Date: Jul 2012
Location: Nottingham
Posts: 44
Quote:
Originally Posted by real.finder View Post
if anyone interested, I made an update to mpp (MP_Pipeline) using last code from official github https://github.com/SAPikachu/MP_Pipeline

there are two changes aside from support old avs mt, one is "Add support for specifying cores", and the 2nd one is "Fix crash on systems with many CPUs"

you can get it from here https://github.com/realfinder/MP_Pipeline/releases
Can you please write one example how to use core future?

this is my script i've tried with ### cores:4 at the end of script, can you clear this to me am i ordering it correct or not , thanks.

Code:
o = last

mb1 = o.minblur(1)

mb2 = o.mt_adddiff(mt_makediff(mb1,mb1.removegrain(4)))

ss = seesaw(o, mb2, ssx=1.30, ssy=1.30)

rep = ss.repair(o,1,1,1,false)

mt_lutxy (o, rep, expr="x y < y 1 - x y > y 1 + y ? ?", y=3, u=3, v=3)
Can you please check my 8-bit process and i think it needs some correction. if possible pls look below mt_adddiff(mt_makediff(mb1,mb1.removegrain(4))) i tried seesaw / repair / mt_lutxy i think they need swapping up or down with each other i tried replacing them what not sure where thats how they should be placed or need correction. i would be greatly thankful to you if you clear this illusion in script.i have 14Core/28thread cpu i need an script example for

thanks a ton ,your efforts are very much appreciated.

Last edited by gugglu; 18th March 2019 at 00:18.
gugglu is offline   Reply With Quote