On 02/12/14 15:33, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer <michae...@gmx.at> > --- > doc/filters.texi | 131 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 131 insertions(+) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 8c16c7a..0ea3955 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -8537,33 +8537,164 @@ Available values are: > @item merge, 0 > Move odd frames into the upper field, even into the lower field, > generating a double height frame at half frame rate. > +@example > + ------> time > +Input: > +Frame 1 Frame 2 Frame 3 Frame 4 > + > +11111 22222 33333 44444 > +11111 22222 33333 44444 > +11111 22222 33333 44444 > +11111 22222 33333 44444 > + > +Output: > +11111 33333 > +22222 44444 > +11111 33333 > +22222 44444 > +11111 33333 > +22222 44444 > +11111 33333 > +22222 44444 > [..]
I find the ascii graphic style of the interlace filter more understandable.... -- Tim. Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel