summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-06 01:50:08 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-07 17:25:57 +0200
commit7153642992c5abe33d56ca50609706bc924cd66c (patch)
tree51288600f4abae56709d1f4a4c8da61e1e96ae8a /doc
parent782ea8b2e5a96bb18a45210f94fb427009e996b1 (diff)
downloadffmpeg-7153642992c5abe33d56ca50609706bc924cd66c.tar.gz
avfilter/af_replaygain: export results into read-only options
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9a0fe9c0a1..2f9d319b6a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6058,6 +6058,16 @@ ReplayGain scanner filter. This filter takes an audio stream as an input and
outputs it unchanged.
At end of filtering it displays @code{track_gain} and @code{track_peak}.
+The filter accepts the following exported read-only options:
+
+@table @option
+@item track_gain
+Exported track gain in dB at end of stream.
+
+@item track_peak
+Exported track peak at end of stream.
+@end table
+
@section resample
Convert the audio sample format, sample rate and channel layout. It is