Scharr¶
Popis
This effect/filter applies the Scharr[1] operator to the input video stream.
Parametry
Parametr |
Hodnota |
Popis |
---|---|---|
av.planes |
Integer (see below) |
Set which planes will be processed, unprocessed planes will be copied. Default value 15 (all planes). |
av.scale |
Desetinné číslo |
Set value which will be multiplied with filtered result. |
av.delta |
Desetinné číslo |
Set value which will be added to filtered result. |
The values for av.planes represent the plane as follows:
Hodnota |
Rovina |
---|---|
0 |
Žádný |
1 |
Y |
2 |
U |
3 |
YU |
4 |
V |
5 |
YV |
6 |
UV |
7 |
YUV |
8..15 |
repeat 0 thru 7 |