From cfd421226c67319bb2598991a11996ca5e6bcec4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 17 Nov 2018 14:04:16 +0100 Subject: avfilter: add chromashift filter --- doc/filters.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index a697d3db14..77f57bfcd6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6253,6 +6253,23 @@ ffmpeg -f lavfi -i color=c=black:s=1280x720 -i video.mp4 -shortest -filter_compl @end example @end itemize +@section chromashift +Shift chroma pixels horizontally and/or vertically. + +The filter accepts the following options: +@table @option +@item cbh +Set amount to shift chroma-blue horizontally. +@item cbv +Set amount to shift chroma-blue vertically. +@item crh +Set amount to shift chroma-red horizontally. +@item crv +Set amount to shift chroma-red vertically. +@item edge +Set edge mode, can be @var{smear}, default, or @var{warp}. +@end table + @section ciescope Display CIE color diagram with pixels overlaid onto it. -- cgit v1.2.3