From 1ab83dd3693742da42a32e1f8ed5f9a0778ed43e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 14 Mar 2022 17:39:01 +0100 Subject: avfilter/vf_fieldhint: add pattern mode of filtering --- doc/filters.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index c4cf083526..2607c1330b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12318,7 +12318,9 @@ case of @code{b} it will use only bottom field. If line starts with @code{#} or @code{;} that line is skipped. @item mode -Can be item @code{absolute} or @code{relative}. Default is @code{absolute}. +Can be item @code{absolute} or @code{relative} or @code{pattern}. Default is @code{absolute}. +The @code{pattern} mode is same as @code{relative} mode, except at last entry of file if there +are more frames to process than @code{hint} file is seek back to start. @end table Example of first several lines of @code{hint} file for @code{relative} mode: -- cgit v1.2.3