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?