ramprasad85
8th October 2011, 21:46
I am new to AviSynth!
I want to apply a custom 3x3 filter/mask on the pixels in the Y component of a video.
For example I want to apply Sobel filter
1 2 1
0 0 0
-1 -2 -1
How to do this using AviSynth? Is this possible/easier in VirtualDub?
:thanks:
I want to apply a custom 3x3 filter/mask on the pixels in the Y component of a video.
For example I want to apply Sobel filter
1 2 1
0 0 0
-1 -2 -1
How to do this using AviSynth? Is this possible/easier in VirtualDub?
:thanks: