Avisynth errors in vitrual dub

The old Video Software Help forum, left visible as an archive.
Locked
Zabador
Joined: Sat Jul 12, 2003 3:36 pm
Org Profile

Avisynth errors in vitrual dub

Post by Zabador » Sat Feb 28, 2004 12:50 pm

ok i have been using this script for a while now and has never failed till now.

LoadPlugin("C:\MPEG2Dec3.dll")
MPEG2Source("Z:\FLCL\subs\SubsFLCL-6.d2v")

simple i know and dont do much but when im about half way through at the exact same spot every time i get an avisynth error and stops encoding.

ive tried reinstalling both virtual dub and avisynth but same thing
i know i have enough memory for this file cuz ive got 200gb free on the drive

anyone got ne ideas?

User avatar
kmv
Joined: Mon Mar 03, 2003 8:31 am
Location: Another day, another city
Org Profile

Re: Avisynth errors in vitrual dub

Post by kmv » Sat Feb 28, 2004 1:14 pm

Zabador wrote:i get an avisynth error
and it would be?

User avatar
madbunny
Joined: Tue Jun 17, 2003 3:12 pm
Org Profile

Post by madbunny » Sat Feb 28, 2004 2:46 pm

Unless you have your .dll files located in the root of your c: drive you should point to the directory where they are.
For example:

Loadplugin("C:\Avsfilters\MPEG2Dec3.dll")
Loadplugin("C:\Avsfilters\Decomb510.dll")
SetMemoryMax(10)
MPEG2Source("C:\yourpath\Yourfile.d2v")

Telecide(0)
Decimate(5)
AssumeFPS(24)
BicubicResize(640,480)
ConvertToRGB32()

Zabador
Joined: Sat Jul 12, 2003 3:36 pm
Org Profile

Post by Zabador » Sat Feb 28, 2004 6:16 pm

the error is:

avisynth read error:
caught an access violation at 0x0112c80c,
attempting to read from 0x02b3eeb1

thats in a msgbox that pops up there

and i have the dll files in the root directory cuz im too lazy to keep typing the full path in for every single dvd.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sat Feb 28, 2004 6:19 pm

Try remaking the d2v file.

Zabador
Joined: Sat Jul 12, 2003 3:36 pm
Org Profile

Post by Zabador » Sat Feb 28, 2004 7:46 pm

ive done that several times.

User avatar
kmv
Joined: Mon Mar 03, 2003 8:31 am
Location: Another day, another city
Org Profile

Post by kmv » Sun Feb 29, 2004 6:16 am

That is a software error, not a script error. The problem is either in AviSynth or more probably in the filter (in this case MPEG2Dec3).

Since you have reinstalled AVS a few times (and I'm assuming that you are using the latest version) you might want to re-download MPEG2Dec3. You can get it here.

Note that at the bottom of that page there is version that includes both DVD2AVI and MPEG2Dec3 which has the frame bugs fixed, get that version. I don't think that the frame bugs are causing your problem but it doesn't hurt to get the most correct version either.


The only other thing I can think of that might be a factor is your file system. I noted that you said it always happened in the same point in the file - it wouldn't happen to be about 1.2Gb in would it? If it is, what file system are you using - it wouldn't happen to be FAT would it?

FAT file systems can't handle huge files, you can create them but you can't read them again. If you are on FAT then either get your ripping tool to create a series of VOBs rather than one big one, or migrate the file system to NTFS.

Locked

Return to “Video Software Help Archive”