[FFmpeg-devel] [PATCH] doc/filters: Add ascii graphics to clarify what the currently implemented tinterlace modes do
Michael Niedermayer
michaelni at gmx.at
Tue Dec 2 18:13:25 CET 2014
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 <michaelni at 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.
> > + at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141202/b82a7064/attachment.asc>
More information about the ffmpeg-devel
mailing list