1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

doc/filters: specify more axcorrelate design

The typical 1D normalized cross-correlation is not same as
1D windowed normalized cross-correlation.
This commit is contained in:
Paul B Mahol
2021-10-09 01:50:04 +02:00
parent 9b17273c77
commit 95cae4922d

View File

@@ -3154,7 +3154,7 @@ ffmpeg -i INPUT -af atrim=end_sample=1000
@end itemize
@section axcorrelate
Calculate normalized cross-correlation between two input audio streams.
Calculate normalized windowed cross-correlation between two input audio streams.
Resulted samples are always between -1 and 1 inclusive.
If result is 1 it means two input samples are highly correlated in that selected segment.