sa se place avant ou apres le resize dup?
converttoyv12
blindpp(cpu=4)
addborders(0,24,0,24)
BicubicResize(WIDTH, HEIGHT, 0, 0.5)
Dup(threshold=3,maxcopies=3,blend=false)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
LRemoveDust_YV12(17,2)
DivXBorders(HEIGHT,OVERSCAN)
function LRemoveDust_YV12(clip input, int clmode, int "limit")
{
limit=default(limit,2)
clmode=default(clmode,17)
repmode = 2
clensed = Clense(input)
rep = Repair(clensed, input, mode=repmode)
rg = RemoveGrain(rep, mode=clmode)
return LimitChange(rg, input, limit, limitU=255)
}
addaudio()
|