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

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 11:09:55PM +0100, Christophe Gisquet wrote: > Hi, > > 2014-11-30 17:08 GMT+01:00 Michael Niedermayer : > > On Sun, Nov 30, 2014 at 02:45:54PM +0100, Christophe Gisquet wrote: > > its the inverse of the amount, so smaller numbers should result in > > more noise with 1 result

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

2014-12-01 Thread Christophe Gisquet
Hi, 2014-11-30 17:08 GMT+01:00 Michael Niedermayer : > On Sun, Nov 30, 2014 at 02:45:54PM +0100, Christophe Gisquet wrote: > its the inverse of the amount, so smaller numbers should result in > more noise with 1 resulting in the maximum True, the modulo means the smaller the value, the more frequ

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

2014-12-01 Thread Lou Logan
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

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

2014-11-30 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 02:45:54PM +0100, Christophe Gisquet wrote: > Hi, > > now that we can pass bsf arguments through the command-line, it's > worth updating the documentation for it. > > -- > Christophe > bitstream_filters.texi |8 ++-- > 1 file changed, 6 insertions(+), 2 deletion

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

2014-11-30 Thread Christophe Gisquet
Hi, now that we can pass bsf arguments through the command-line, it's worth updating the documentation for it. -- Christophe From 4cd13dd05bb654ee311109c7289155ca82be5121 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Sun, 30 Nov 2014 11:59:22 +0100 Subject: [PATCH 4/4] noise_bsf: ment