From 12f51c1f9e9aef19cd2552769db8693e8b5d4e4d Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 7 May 2013 14:48:56 +0200 Subject: lavfi: add lut3d filter. Fixes part of Ticket #2517. --- doc/filters.texi | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 2475e00c34..a1adb31cb2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4596,6 +4596,42 @@ kerndeint=map=1 @end example @end itemize +@section lut3d + +Apply a 3D LUT to an input video. + +The filter accepts the following options: + +@table @option +@item file +Set the 3D LUT file name. + +Currently supported formats: +@table @samp +@item 3dl +AfterEffects +@item cube +Iridas +@item dat +DaVinci +@item m3d +Pandora +@end table +@item interp +Select interpolation mode. + +Available values are: + +@table @samp +@item nearest +Use values from the nearest defined point. +@item trilinear +Interpolate values using the 8 points defining a cube. +@item tetrahedral +Interpolate values using a tetrahedron. +@end table +@end table + @section lut, lutrgb, lutyuv Compute a look-up table for binding each pixel component input value -- cgit v1.2.3