From 7153642992c5abe33d56ca50609706bc924cd66c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 6 May 2023 01:50:08 +0200 Subject: avfilter/af_replaygain: export results into read-only options --- doc/filters.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1