mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
9b17273c77
commit
95cae4922d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user