Scharr¶

Descripción
This effect/filter applies the Scharr[1] operator to the input video stream.
Parámetros
Parámetro |
Valor |
Descripción |
---|---|---|
av.planes (planos) |
Entero (ver debajo) |
Set which planes will be processed, unprocessed planes will be copied. Default value 15 (all planes). |
av.scale (escala) |
Decimal |
Set value which will be multiplied with filtered result. |
av.delta (variación) |
Decimal |
Set value which will be added to filtered result. |
The values for av.planes represent the plane as follows:
Valor |
Plane |
---|---|
0 |
Ninguno |
1 |
Y |
2 |
U |
3 |
YU |
4 |
V |
5 |
YV |
6 |
UV |
7 |
YUV |
8…15 |
se repiten los del 0 al 7 |