[FFmpeg-devel] [PATCH] doc/filters: add mandelbrot source documentation

Clément Bœsch ubitux at gmail.com
Sun Aug 5 12:07:00 CEST 2012


On Sun, Aug 05, 2012 at 11:50:43AM +0200, Stefano Sabatini wrote:
> Address trac ticket #1492.
> ---
>  doc/filters.texi |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 73 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 2609065..bde8668 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -3635,6 +3635,79 @@ cellauto=p='@@@@ @@ @@@@':s=100x400:full=0:rule=18
>  
>  @end itemize
>  
> + at section mandelbrot
> +
> +Generate a Mandelbrot set fractal, and prgressively zoom towards the

progressively

> +point specified with @var{start_x} and @var{start_y}.
> +
> +This source accepts a list of options in the form of
> + at var{key}=@var{value} pairs separated by ":". A description of the
> +accepted options follows.
> +
> + at table @option
> +
> + at item end_pts
> +Set the terminal pts value. Default value is 400.
> +
> + at item end_scale
> +Set the terminal scale value.
> +Must be a floating point value. Default value is 0.3.
> +
> + at item inner
> +Set the inner coloring mode, that is the algorithm used to draw the
> +Mandelbrot fractal internal region.
> +
> +It shall assume one of the the following values:

double the

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120805/c7ab4c4b/attachment.asc>


More information about the ffmpeg-devel mailing list