diff options
author | Marton Balint <cus@passwd.hu> | 2017-12-10 00:29:12 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-12-21 23:03:10 +0100 |
commit | e1113a83ccb6bb30e3ad865956fe9eed0d650394 (patch) | |
tree | 9ad6cf783ffd121044a77583042af111896152d0 /doc/filters.texi | |
parent | be15304ee610252636120f5e09fad4b015b34a31 (diff) | |
download | ffmpeg-e1113a83ccb6bb30e3ad865956fe9eed0d650394.tar.gz |
avfilter/vf_framerate: fix scene change detection score
- normalize score to [0..100] instead of [0..85]
- change the default score to 8.2 to roughly keep existing behaviour
- take into account bit depth
- do not truncate to integer
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6a6d5a334e..45515966e8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9121,7 +9121,7 @@ Specify the level at which a scene change is detected as a value between 0 and 100 to indicate a new scene; a low value reflects a low probability for the current frame to introduce a new scene, while a higher value means the current frame is more likely to be one. -The default is @code{7}. +The default is @code{8.2}. @item flags Specify flags influencing the filter process. |