Log in

View Full Version : AVIsynth violation solution?


linuxking
23rd February 2003, 20:09
I'm using DVD2SVCD and on one conversion, I get

Avisynth: caught an access violation at ...

From the threads I've read, I've found two suggested solutions, both involved changes in the frameserver section of dvd2svcd:

1. change resize method to BicubicResize or BilinearResize
2. use MPEG2DEC2.DLL instead of MEPEG2DEC.DLL

To help those with simular problems - #1 is changed right in the middle of the frameserver display at Resize method - click the down arrow next to SimpleResize and select - #2 is towards the top on the line MPEG2DEC, go way to the right of that and click the ... (3 dots)
[I had trouble finding these myself initially]

What I would like to know which solution is the 'best'. Best being the solution that works - then the solution that looks the best to the eye.

Also, what DEC? For the library MPEG2DEC - converting mpeg to ???

I've already when to the avisynth web page, www.avisynth.org, and read on BicubpicResize and BillinearResize - so no need to repeat those definations here.

Thanks.

hoozdapimp
23rd February 2003, 23:26
if you can keep bicubic resize i highly recommend it. for me fixing the crashing problem was changing the mpeg2dec to mpeg2dec2.

So if I were you I would change that first, and then if that still doesn't work, try bilinear resize.

btw, mpeg2dec means mpeg2 "decode"