Re: [FFmpeg-user] Repeatable output?

2021-03-20 Thread Carl Eugen Hoyos
Am Sa., 20. März 2021 um 22:10 Uhr schrieb amindfv--- via ffmpeg-user
:
>
> When can I expect the output of ffmpeg to be byte-for-byte identical
> across runs given the same input and command-line flags?

Command line and complete, uncut console output missing but "real"
encoders do not to produce deterministic output with threads > 1.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Repeatable output?

2021-03-20 Thread amindfv--- via ffmpeg-user
When can I expect the output of ffmpeg to be byte-for-byte identical across 
runs given the same input and command-line flags?

When I do simple tests now I always see the same checksums, but I remember 
(sorry, short on details) often seeing different results with the same commands 
in the past.

Thanks!
Tom

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] 'mix' filter questions

2021-03-20 Thread Michael Koch

Am 20.03.2021 um 04:31 schrieb Mark Filipak (ffmpeg):

: :   :
  : :   Specify scale, if it is set it will be 
multiplied with sum of each weight multiplied with pixel values to 
give final destination pixel value. By default scale is auto scaled to 
sum of weights.


Correct would be "By default scale is set to (1 / sum_of weights)".
The same error is also in the documentation of the "tmix" filter.


  Is there one scale for all inputs or one scale per input?


One for all inputs.

Criticism (re, "Specify weight"): "If number of weights is smaller 
than number of frames" -- Huh? 


"number of inputs"
The same error is also in the documentation of the "tmix" filter.

Michael
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".