From c4cda4eb878affb89c031fa7e0cc3349c9a502cd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 23 Aug 2018 09:34:44 +0200 Subject: avfilter: add lut1d filter --- doc/filters.texi | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 32c95b591c..37e79d34e1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10962,6 +10962,37 @@ Set maximal size in number of frames. Default is 0. Set first frame of loop. Default is 0. @end table +@section lut1d + +Apply a 1D LUT to an input video. + +The filter accepts the following options: + +@table @option +@item file +Set the 1D LUT file name. + +Currently supported formats: +@table @samp +@item cube +Iridas +@end table + +@item interp +Select interpolation mode. + +Available values are: + +@table @samp +@item nearest +Use values from the nearest defined point. +@item linear +Interpolate values using the linear interpolation. +@item cubic +Interpolate values using the cubic interpolation. +@end table +@end table + @anchor{lut3d} @section lut3d -- cgit v1.2.3