summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-08 22:23:35 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-09 00:42:36 +0200
commit086a0f3e5edee4d5f97c5759fbf5c893f58fb6e5 (patch)
treee43791343d6cbb31a998fc41035318969f9c221d /doc
parent90096dd04216b1bb398525631206172f07e382ca (diff)
downloadffmpeg-086a0f3e5edee4d5f97c5759fbf5c893f58fb6e5.tar.gz
avfilter/asrc_anoisesrc: improve velvet noise output
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 284b6d798a..b965f05e60 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7951,6 +7951,9 @@ Specify a value used to seed the PRNG.
@item nb_samples, n
Set the number of samples per each output frame, default is 1024.
+
+@item density
+Set the density (0.0 - 1.0) for the velvet noise generator, default is 0.05.
@end table
@subsection Examples