Avisource("E:\***.avi")
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 240, overscan=0, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
Textsub("E:\***.srt")
et
AviSource("E:\***.avi")
Undot()
Limiter()
Asharp(1, 4)
GripCrop(352, 240, overscan=0, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(1.5
)
MergeLuma(blur(0.1))
nf = 0
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
Unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalCleaner(round(nf)+7,round(nf)+11) ")
GripBorders()
Textsub("E:\***.srt")
Limiter()
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}
Pour ces 2 scripts qui ont déjà marché habituellement, "vidéo file" est rempli avec l'avs mais l'ES video only se coche et "output file name" donne un m2v. Habituellement, l'avs est aussi ds la case "audio file" et ds output file name, il y a un mpg.
Autre chose : qd j'essaie de lire le script avec wmp, g le droit au msg : wmp a rencontré un pb d'origine inconnu.
Qqn voit il le pb?
PS g téléchargé 3 dll que g mis ds system32 qui m'a réglé mon précédent pb.