PaxRoma
13th March 2003, 05:13
I was using both vdub and vdub mod to encode vob to avi, everything went great until it got to frame 69 , and it stop there. when I exit it say some errors about memory out of bound. I tried to scan the vob for error or frozen frames but all frames was ok. Here is the avs script I used to encode:
LoadPlugin("C:\WINDOWS\system32\MPEG2Dec.dll")
LoadPlugin("C:\WINDOWS\system32\decomb.dll")
LoadPlugin("C:\WINDOWS\system32\warpsharp.dll")
mpeg2source("C:\Download\DVD Rip tools\test\Mystical Adventure\video_ts\movie3.d2v")
telecide(post=false)
BicubicResize(576,432,0,1)
WarpSharp(depth=30, blur=3, bump=128, cubic=-0.6)
Any idea what had happen ?
LoadPlugin("C:\WINDOWS\system32\MPEG2Dec.dll")
LoadPlugin("C:\WINDOWS\system32\decomb.dll")
LoadPlugin("C:\WINDOWS\system32\warpsharp.dll")
mpeg2source("C:\Download\DVD Rip tools\test\Mystical Adventure\video_ts\movie3.d2v")
telecide(post=false)
BicubicResize(576,432,0,1)
WarpSharp(depth=30, blur=3, bump=128, cubic=-0.6)
Any idea what had happen ?