[FFmpeg-devel] [PATCH] noise_bsf: mention the parameter in the docs

Lou Logan lou at lrcd.com
Mon Dec 1 21:23:56 CET 2014


On Sun, 30 Nov 2014 14:45:54 +0100, Christophe Gisquet wrote:

> +Parameters:
> +A numeral string representing the seed of the noise.

Please provide the range and default, if any (I'm being lazy and didn't
check).

>  @example
> -ffmpeg -i INPUT -c copy -bsf noise output.mkv
> +ffmpeg -i INPUT -c copy -bsf noise[=amount] output.mkv

I prefer an actual, working example with a short description.

  For example, to apply the maximum amount of noise:
  @example
  ffmpeg -i INPUT -c copy -bsf noise=1 output.mkv


More information about the ffmpeg-devel mailing list