[FFmpeg-devel] [PATCH] doc/filters: Add ascii graphics to clarify what the currently implemented tinterlace modes do

tim nicholson nichot20 at yahoo.com
Tue Dec 2 18:02:49 CET 2014


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....
-- 
Tim.
Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83


More information about the ffmpeg-devel mailing list