J'ai un problème quand j'encode mes dvd avec Ripp-It Am 3.0. Une fois l'encodage commencé, l'audio se fait sans problèmes mais rendu au video Virtual Dub ouvre et ferme automatiquement dans un delais d'environ 1 à 2 sec et ça jamais faite ça au paravant (seulement depuis que j'ai installé la version 3.0)
Log Pass 1:
# **** Ripp-it & AVIsynth 2.5x script **** pass 1
LoadPlugin("C:\DOCUME~1\ANDRLV~1\Bureau\PROGRA~1\RIPP-I~2\dlls\undot.dll")
LoadPlugin("C:\DOCUME~1\ANDRLV~1\Bureau\PROGRA~1\RIPP-I~2\dlls\decomb.dll")
LoadPlugin("C:\DOCUME~1\ANDRLV~1\Bureau\PROGRA~1\RIPP-I~2\dlls\MPEG2Dec3.dll")
Source="E:\RIP-1\VTS_01_1.d2v"
Largeur=480
Hauteur=272
ratio =1.764706
vratio =1.764706
Crop_g=0
Crop_d=0
Crop_h=0
Crop_b=0
Indice=0.192919
Video=mpeg2Source(Source)
#Use IVTC method 1 (d)
Video=Telecide(Video, reverse=false, swap=false, firstlast=false, post=true, threshold=15, dthreshold=9, blend=true, chroma=false, y0=0, y1=0)
Video=Decimate(Video, cycle=5,mode=0,threshold=0)
#Video=Undot(Video)
Video=BilinearResize(Video, Largeur, Hauteur)
#Video=Sharpen (Video, 0.5)
Return(Video)
Log Pass 2:
# **** Ripp-it & AVIsynth 2.5x script **** pass 2+
LoadPlugin("C:\DOCUME~1\ANDRLV~1\Bureau\PROGRA~1\RIPP-I~2\dlls\undot.dll")
LoadPlugin("C:\DOCUME~1\ANDRLV~1\Bureau\PROGRA~1\RIPP-I~2\dlls\decomb.dll")
LoadPlugin("C:\DOCUME~1\ANDRLV~1\Bureau\PROGRA~1\RIPP-I~2\dlls\MPEG2Dec3.dll")
Source="E:\RIP-1\VTS_01_1.d2v"
Largeur=480
Hauteur=272
ratio =1.764706
vratio =1.764706
Crop_g=0
Crop_d=0
Crop_h=0
Crop_b=0
Indice=0.192919
Video=mpeg2Source(Source)
#Use IVTC method 1 (d)
Video=Telecide(Video, reverse=false, swap=false, firstlast=false, post=true, threshold=15, dthreshold=9, blend=true, chroma=false, y0=0, y1=0)
Video=Decimate(Video, cycle=5,mode=0,threshold=0)
Video=Undot(Video)
Video=BilinearResize(Video, Largeur, Hauteur)
Video=Sharpen (Video, 0.5)
Audio=DirectShowSource("E:\audio0.wav")
Audio=DelayAudio(Audio, 0.000000)
Video=AudioDub(Video, Audio)
Return(Video)