Log in

View Full Version : virtualdubmod out-of-bounds-memory error


gucky
6th February 2004, 18:21
hello,

when i want to convert a captured mpeg2 from tv whith vdmod, the vdmod crashes at the end of file with the error out-of-bounds-memory error.

ich do the following:

i capture a video.
i demux the video with projectx.
i convert the audio with besweet to mp3.
i create a d2v file with dvd2avidg from the demuxed m2v file.
i habe a avs script. it looks like the following:

loadplugin("c:\programme\avisynth 2.5\plugins\mpeg2dec3dg.dll")
loadplugin("c:\programme\avisynth 2.5\plugins\kerneldeint140.dll")
v=mpeg2source("1.d2v")
video=kerneldeint(1, order=0)
return video

the avs script i open with the vdmod. ich use at last vdmod 1.5.10.1 build 2424. i cut the file in vdmod select fast compress and divx5.1.1 in the video menue. in audio i open the correct mp3 file to stream it with directstream copy to the avi file. i use 2 pass encoding, and the job list to convert the file.

i start the first file in the joblist. after every job the vdmod crashes with the same error. it crashes in the modules ntdll.dll.

i use an athlon xp 2400+ with epox board 512 mb ram ddr ram. i use winxp pro with sp1, vdmod 1.5.10.1 avisynth 2.5.4 decfix100.zip.

the hardware is stable. i have tested it with prime95 ca. 1 hour.

please help.

gucky