Topic: any way to disable frame size checking error message?

I use autocrop in ffdshow to remove black borders.

I exit from svp manger and add last used AVS script to ffdshow but delete this line:

assert(width==720 && height==576,"Frame size "+string(width)+"x"+string(height)+" instead of 720x576")

and watch TV channels without problem.

I know that this checking is essential  to prevent errors in some systems (as my old system)  but in this case  showing error message is more troublemaker for me.

can make this cheking optional?

Re: any way to disable frame size checking error message?

Thank you for good idea.
We will do it just in next version.

It was some kind of non-standard solution to avoid ffdShow "zero-size" frame error in avisynth script. Maybe this error is fixed in new versions ffdShow. I will look at it. wink

Re: any way to disable frame size checking error message?

I try to use autocrop in ffdshow
Aep ars
Auto crop delete night sky in cinema, offten change frame size.

4 (edited by fooladi 10-12-2012 21:12:19)

Re: any way to disable frame size checking error message?

what does "Aep ars" mean? hmm

use Auto crop with YV12 COLORSPACE
place "resize & aspect" just after "crop" in ffdshow by dragging.
it modify video properties even when it is unactivated. (overlay aspect ratio , ...)
this somehow prevents from some autocrop related crash.

and to prevent continuously resizing or croping set:
refresh: 1000 ms
stop scan after: 100 ms
tolerance: 25