diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-03 15:56:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-04 15:27:30 +0200 |
commit | e3e89b6d8b6c7a67fcde4c8ad6f4ad9155d14e6f (patch) | |
tree | 1179e847a7de62fe9629329a4cc822e2ae8a3c0d /doc/filters.texi | |
parent | 12292f35a3affe1265d63acba98f651cf82ae233 (diff) | |
download | ffmpeg-e3e89b6d8b6c7a67fcde4c8ad6f4ad9155d14e6f.tar.gz |
libavfilter: Add interlace detect filter.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2091242679..78e5be9d75 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1695,6 +1695,11 @@ a float number which specifies chroma temporal strength, defaults to @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial} @end table +@section idet + +Interlaceing detect filter. This filter tries to detect if the input is +interlaced or progressive. Top or bottom field first. + @section lut, lutrgb, lutyuv Compute a look-up table for binding each pixel component input value |