Log in

View Full Version : Hurr durr system exception, hurr durr access violation


Katie Boundary
28th November 2021, 09:32
mpeg2source("75012.d2v").crop(8,0,-8,-0).tfm(mode=0,pp=0,micmatching=0).arearesize(352,240)

AVIsynth gives me a "Hurr durr system exception, hurr durr access violation" error message.

mpeg2source("75012.d2v").tfm(mode=0,pp=0,micmatching=0).crop(8,0,-8,-0).arearesize(352,240)

Same error message.

mpeg2source("75012.d2v").tfm(mode=0,pp=0,micmatching=0).arearesize(360,240).crop(4,0,-4,-0)

Everything magically works now.

What's wrong and how do I fix it?

Selur
28th November 2021, 13:48
What's wrong and how do I fix it?
To start off:
What plugin versions and Avisynth version and OS are you using?
Since you used a d2v file what tool did you use to create it?
What resolution does the input have?

That said: It's probably a bug or restriction regarding color space handling and required resolution/mod of arearesize.
So you probably end up having to write a issue entry over at https://github.com/Aktanusa/AreaResize.

Cu Selur