chris36
mardi 01 novembre 2005 à 07:01
Après un essaie sur une petite partie de ma vidéo, le prob persiste, en rajoutant la partir filtre manuellement dans le script
# **** Ripp-it & AVIsynth 2.5x script **** pass 2+
LoadPlugin("C:\PROGRA~1\RIPP-I~1\dlls\undot.dll")
LoadPlugin("C:\PROGRA~1\RIPP-I~1\dlls\MPEGDecoder.dll")
LoadPlugin("C:\PROGRA~1\RIPP-I~1\dlls\DirectShowSource.dll")
Source="f:\video\test.mpg"
Largeur=720
Hauteur=576
ratio =1.250000
vratio =1.250000
Crop_g=0
Crop_d=0
Crop_h=72
Crop_b=-72
Indice=0.338092
Video=MPEGSource( Source, -2)
Video=BilinearResize(Video, Largeur, Hauteur)
Video=Crop(Video, crop_g, crop_h, crop_d, crop_b)
Video = DirectShowSource( "f:\video\test.mpg", fps=25.000000)
Video = KillAudio(Video)
Video = Sharpen (Video, 0.800000)
Video = AssumeFPS(Video, 25.000000)
Video = Tweak(Video, bright=-40.000000, cont=1.200000, sat=1.000000 )
Return(Video)
Dès l'ajout des dernières lignes dans ce script, la prévisualisation, me redonne la vidéo dans sa résolution d'origine.