Re: [FFmpeg-user] Deterministic results with atadenoise

2015-09-30 Thread Robert Krüger
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

Re: [FFmpeg-user] Deterministic results with atadenoise

2015-09-29 Thread Robert Krüger
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

Re: [FFmpeg-user] Deterministic results with atadenoise

2015-09-29 Thread Paul B Mahol
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

Re: [FFmpeg-user] Deterministic results with atadenoise

2015-09-29 Thread Carl Eugen Hoyos
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

[FFmpeg-user] Deterministic results with atadenoise

2015-09-29 Thread Robert Krüger
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