On Tue, Sep 29, 2015 at 2:24 PM, Paul B Mahol wrote:
> On 9/29/15, Robert Krueger wrote:
> > Hi,
> >
> > is anything in atadenoise random? I am trying to get reproducible results
> > for an automated test setup but just running the same command line twice
> > produces a files which have differen
On Tue, Sep 29, 2015 at 2:23 PM, Carl Eugen Hoyos wrote:
> Robert Krüger lesspain.de> writes:
>
> > ffmpeg -i noise_luma20.mov -threads 1 -vf atadenoise
> > -c:v mpeg4 -q:v 1 noise_luma20_denoised_t1_2.mov
>
> You have to use -threads 1 on the input file as well.
>
>
so the -threads on the input
On 9/29/15, Robert Krueger wrote:
> Hi,
>
> is anything in atadenoise random? I am trying to get reproducible results
> for an automated test setup but just running the same command line twice
> produces a files which have differences when comparing them via framemd5. I
> thought it might be multi
Robert Krüger lesspain.de> writes:
> ffmpeg -i noise_luma20.mov -threads 1 -vf atadenoise
> -c:v mpeg4 -q:v 1 noise_luma20_denoised_t1_2.mov
You have to use -threads 1 on the input file as well.
Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffm
Hi,
is anything in atadenoise random? I am trying to get reproducible results
for an automated test setup but just running the same command line twice
produces a files which have differences when comparing them via framemd5. I
thought it might be multithreading but even with threads set to 1 this