VirtualDub Crash: Memory? (Help!)

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Ayushima
Joined: Thu Jan 22, 2004 6:23 pm
Org Profile

VirtualDub Crash: Memory? (Help!)

Post by Ayushima » Mon Oct 08, 2007 4:16 am

I have been trying constantly use VirtualDub on my ripped dvd footage but everytime I use it it crashes, that is it crashes with my ripped dvd footage turned to d2vs, it works fine with other kinds of footage. As far as I know, everything I've done is exactly what the how-to guide says. The last time it crashed, a dialogue box said this was the problem:

An out-of-bounds memory access (access violation) occurred in module 'VirtualDub'...
...reading address 00000010.

What does it mean and what should I do?


FireFreak
You can't scare me, I read fanfiction!!

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Oct 08, 2007 9:30 am

sounds like you don't have enough ram.

if you're frameserving via avisynth, you can try adding the setmemorymax() line
though I don't know how much it'l help.
put the memory size (in MB) in the parentheses that you want the script to use (0 isn't an option).
Image
Image

User avatar
Epical Zamora
Joined: Tue Nov 14, 2006 7:49 pm
Location: Thousand Oaks, CA
Contact:
Org Profile

Post by Epical Zamora » Mon Oct 08, 2007 9:20 pm

I'm having a similar issue. This might fix it... what would you suggest as a minimum for the memory max?
Image Image
Image Image Image Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Oct 08, 2007 10:10 pm

I don't know what the default is, and I don't use it enough to know what a good value is (or even if it makes a noticeable difference in the memory usage). I'd try something like 8,16,32 or 64

I don't know if that'l help your problem, but try checking the documentation for mpeg2-source and telecide...then if that doesn't work maybe try adding a 16-pixel border to the left side before de-interlacing and removing it afterwords
Image
Image

User avatar
Ayushima
Joined: Thu Jan 22, 2004 6:23 pm
Org Profile

Post by Ayushima » Tue Oct 09, 2007 10:43 pm

I've tried everything, and I have 0.99GB of Ram, do I need more memory or is my computer just bad?
You can't scare me, I read fanfiction!!

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Post by Kionon » Tue Oct 09, 2007 11:38 pm

Try virtualdubmod and see if it gives you the same error.

Rereading, you ARE using avs scripts, right? You're not just trying to dump the d2v files into vdub, right?
ImageImage
That YouTube Thing.

User avatar
Ayushima
Joined: Thu Jan 22, 2004 6:23 pm
Org Profile

Post by Ayushima » Thu Oct 11, 2007 3:18 am

I am using avs, i've done everything the how to guide said, and I tried Vdubmod, same thing
You can't scare me, I read fanfiction!!

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Oct 11, 2007 5:44 am

Image
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Ayushima
Joined: Thu Jan 22, 2004 6:23 pm
Org Profile

Post by Ayushima » Sun Oct 14, 2007 6:51 pm

Script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
MPEG2Source("C:\Documents and Settings\Owner\My Documents\DVD2AVI\yu.d2v")
FieldDeinterlace()

I don't think it's the script, I think somehting wrong with my computer.
You can't scare me, I read fanfiction!!

User avatar
MadScientist
Joined: Wed Sep 13, 2006 2:04 pm
Location: Thornton, CO
Org Profile

Post by MadScientist » Tue Oct 23, 2007 10:16 am

I'm not a script guru like some people here, but I don't think you need the LoadPlugin lines in there. Avisynth auto loads any plugins as far as I know.

For your SmoothDeinterlace plugin you may want to redownload it from here, as well as consult the documentation for usage.
http://www.guthspot.se/video/AVSPorts/S ... nterlacer/

Also, if the SmoothDeinterlace is at fault, you may want to try another deinterlacing plugin from here:
http://web.missouri.edu/~kes25c/

Locked

Return to “AviSynth Help”