[FFmpeg-devel] some random docu patches

Stefano Sabatini stefasab at gmail.com
Mon Oct 15 21:33:49 CEST 2012


On date Monday 2012-10-15 11:33:37 -0600, Roger Pack encoded:
> See attached, basically from things I've run into when using the
> current documentation...
> Feedback welcome.
> -r

> From d9d547063648862c141508f816ef1242570c3fb9 Mon Sep 17 00:00:00 2001
> From: rogerdpack <rogerpack2005 at gmail.com>
> Date: Mon, 15 Oct 2012 11:24:08 -0600
> Subject: [PATCH 1/4] docu: fix flite example

Nit: my favorite convenction:
doc/filters: fix flite examples

> 
> Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
> ---
>  doc/ffmpeg.texi  |    2 +-
>  doc/filters.texi |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index 767ce59..e73ef25 100644
> --- a/doc/ffmpeg.texi
> +++ b/doc/ffmpeg.texi
> @@ -58,7 +58,7 @@ options apply ONLY to the next input or output file and are reset between files.
>  @item
>  To set the video bitrate of the output file to 64kbit/s:

>  @example
> -ffmpeg -i input.avi -b:v 64k output.avi
> +ffmpeg -i input.avi -b:v 64k -bufsize 64k output.avi
>  @end example

Unrelated.

>  
>  @item
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 725c7b5..95dcbf2 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -1141,7 +1141,7 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':
>  Make @file{ffplay} speech the specified text, using @code{flite} and
>  the @code{lavfi} device:
>  @example
> -ffplay -f lavfi flite='No more be grieved for which that thou hast done.'
> +ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.'
>  @end example
>  @end itemize
>  
> -- 
> 1.7.9.5
> 

> From 7f5a78a0da8e310e67431844d57cceb46d726dbb Mon Sep 17 00:00:00 2001
> From: rogerdpack <rogerpack2005 at gmail.com>
> Date: Mon, 15 Oct 2012 11:26:07 -0600
> Subject: [PATCH 2/4] docu: add flite ffmpeg example
> 
> Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
> ---
>  doc/filters.texi |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 95dcbf2..c9b3b45 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -1138,6 +1138,12 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':
>  @end example
>  
>  @item
> +Input text to ffmpeg:

For future reference: @file{ffmpeg} improves rendering

[...]

Thanks for the patches (I was going to fix&apply them, but Michael
preceded me).
-- 
FFmpeg = Fundamental & Fantastic Magnificient Puritan ExchanGer


More information about the ffmpeg-devel mailing list