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?
Avisynth errors in vitrual dub
- kmv
- Joined: Mon Mar 03, 2003 8:31 am
- Location: Another day, another city
Re: Avisynth errors in vitrual dub
and it would be?Zabador wrote:i get an avisynth error
- madbunny
- Joined: Tue Jun 17, 2003 3:12 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()
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()
-
- Joined: Sat Jul 12, 2003 3:36 pm
- kmv
- Joined: Mon Mar 03, 2003 8:31 am
- Location: Another day, another city
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.
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.