Log in

View Full Version : Avisynth and new quicktime movies


Alxemi
16th November 2003, 15:05
Hi all
I have always used this script with quicktime movies:

LoadVFAPIPlugin("C:\archiv~1\gordia~1\QTReader.vfp", "QTReader")
QTReader("e:\movie\movie.mov")
crop (0,104,640,272)
ConvertToYUY2()
FlipVertical()
SelectEvery(25,1)

Worked fine till now, i have a new Quicktime movie (Matrix Revolutions trailer) that forced me to download Quicktime 6.4.. and now the script doesnīt work. I have searched for a newer version of QTReader.vfp but i didnīt find anything.

Iīm using Avisynth 2.53 and latest versions off Virtualdub and Virtualdubmod. The script opens fine but when i try to play it gives me this error:

Avisynth read error:
Avisynth: caught an access violation at 0x00e41bbd, attempting to read from 0x0a9ef8a0

Any idea?
thanks in advance :)