On Tue, Dec 02, 2014 at 05:02:49PM +0000, tim nicholson wrote: > 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....
how do you suggest above (and the other modes) would be documented in that style ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better than the prosperity of the fool. -- Epicurus
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel