diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-06-19 12:54:29 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-06-19 14:04:44 +0200 |
commit | b9d0a5fc215febfaa0c5b1ce5b0a799d59dd2a03 (patch) | |
tree | 79cabb846059325fd822a2c4fa946dc1ebaa5680 /doc | |
parent | ca5cf84655f38e8e1eaaff714d62ee824c21a309 (diff) | |
download | ffmpeg-b9d0a5fc215febfaa0c5b1ce5b0a799d59dd2a03.tar.gz |
avfilter: add roberts cross operator
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 53e057c774..40c89626db 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12118,6 +12118,23 @@ trim=end=5,reverse @end example @end itemize +@section roberts +Apply roberts cross operator to input video stream. + +The filter accepts the following option: + +@table @option +@item planes +Set which planes will be processed, unprocessed planes will be copied. +By default value 0xf, all planes will be processed. + +@item scale +Set value which will be multiplied with filtered result. + +@item delta +Set value which will be added to filtered result. +@end table + @section rotate Rotate video by an arbitrary angle expressed in radians. |