On Sat, Nov 01, 2014 at 06:12:06PM +0100, Kevin Mitchell wrote: > ffmpeg | branch: master | Kevin Mitchell <[email protected]> | 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 <[email protected]> > > > 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 > +@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.
pgpl6hq0jqe8E.pgp
Description: PGP signature
_______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
