Je fais un Xvid 2pass avec l'option pro de Ripp-it Am.
Mais à chaque segment j'ai un message d'erreur "statsfile not found" puis "cannot start video compression, the operation is not supported" error code -1.
Comment puis-je etre certain que la 1ere pass est effectuée car cela ne semble pas etre le cas ?
voici mon AVS :
# **** 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\MPEG2Dec3.dll")
Source="E:\VIDEO_TS\VTS_01_1.d2v"
Largeur=720
Hauteur=544
ratio =1.323529
vratio =1.323529
Crop_g=2
Crop_d=-14
Crop_h=8
Crop_b=-8
Indice=0.269025
Video=mpeg2Source(Source)
Video=Undot(Video)
Video=BilinearResize(Video, Largeur, Hauteur)
Video=Crop(Video, crop_g, crop_h, crop_d, crop_b)
Video=Trim(Video, 0, 38896)
Return(Video)
Merci pour votre support et bonne continuation.