You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: correct range for length in astats filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
4d1d7263d8
commit
3fbe4a043c
@@ -1750,7 +1750,7 @@ It accepts the following option:
|
||||
@table @option
|
||||
@item length
|
||||
Short window length in seconds, used for peak and trough RMS measurement.
|
||||
Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0.1 - 10]}.
|
||||
Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0.01 - 10]}.
|
||||
|
||||
@item metadata
|
||||
|
||||
|
Reference in New Issue
Block a user