[FFmpeg-cvslog] avfilter/idet: add current frame classification to metadata
Clément Bœsch
u at pkh.me
Sat Nov 1 19:21:00 CET 2014
On Sat, Nov 01, 2014 at 06:12:06PM +0100, Kevin Mitchell wrote:
> ffmpeg | branch: master | Kevin Mitchell <kevmitch at gmail.com> | Sat Nov 1 04:10:15 2014 -0700| [ae6118de19a5fc02631842baf20675fa370f7a94] | committer: Michael Niedermayer
>
> avfilter/idet: add current frame classification to metadata
>
> Fixes ticket 3832
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
>
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae6118de19a5fc02631842baf20675fa370f7a94
> ---
>
> doc/filters.texi | 13 +++++++++++++
> libavfilter/vf_idet.c | 12 +++++++-----
> 2 files changed, 20 insertions(+), 5 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 7be29de..33f842b 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -5577,9 +5577,17 @@ Detect video interlacing type.
> This filter tries to detect if the input is interlaced or progressive,
> top or bottom field first.
>
> +Single frame detection considers only immediately adjacent frames when classifying each frame.
> +Multiple frame detection incorporates the classification history of previous frames.
> +
> The filter will log these metadata values:
>
> @table @option
> + at item single.current_frame
> +Detected type of current frame using single-frame detection. One of:
> +``tff'' (top field first), ``bff'' (bottom field first),
> +``progressive'', or ``undetermined''
> +
`` '' doesn't seem to be a markup we tend to use.
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20141101/d22dd939/attachment.asc>
More information about the ffmpeg-cvslog
mailing list