Log in

View Full Version : AVS2AVI error


Maurizio
21st October 2005, 08:17
I've compressed more than 30 movies using avs2avi and avisynth 2.5.
Now, trying to compress another movie, I get the following error :

the instrution at 0x00f02425 referenced the memory at 0x00000048. The memory could not be read.

Please note the following :
The error pops up as soon as I start the program.
It shows the video information than it crashes.

I can read the avisynth script using Virtual dub, and it seems fine.

Any suggestion ?

Regards
Maurizio

DaveEL
24th October 2005, 20:23
Post the avs script please. also codec being used.

If you still have one a working script from a previous encode would be good.

DaveEL

Maurizio
27th October 2005, 09:00
The trouble was caused by ffdshow.
I've recently installed version 20050930.
With this version I cannot encode any more using avs2avi
Without it, or installing a previous version, (20050909) the program works.

Note that I cannot even choose the encoder.
The program crashes even before showing the encoder selector.

Last evening I tried with another movie, with the same results.
This is the script I used. (Pretty simple, I suppose)
All the scripts I use are very similar to this :

MPEGSource("vts_01_1.vob+vts_01_2.vob+vts_01_3.vob+vts_01_4.vob+vts_01_5.vob")
LanczosResize(544,240,2,76,718,424)

And this is a batch file (go.bat) I use to start the program.

avs2avi film.avs film.avi -p 0
pause

Thanks for your interest.
Regards
Maurizio.