summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-06 12:28:10 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-07 17:28:25 +0200
commit1c8bf697ee1caf1fa5aaafaaea894b7f0f68af4d (patch)
tree93556c9736bfd643fd0e705f47c18e94e21c069d /doc
parent7153642992c5abe33d56ca50609706bc924cd66c (diff)
downloadffmpeg-1c8bf697ee1caf1fa5aaafaaea894b7f0f68af4d.tar.gz
avfilter/f_ebur128: export results into read-only options
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2f9d319b6a..d71fe699d8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -28726,6 +28726,24 @@ live mixing).
Sets the display scale for the loudness. Valid parameters are @code{absolute}
(in LUFS) or @code{relative} (LU) relative to the target. This only affects the
video output, not the summary or continuous log output.
+
+@item integrated
+Read-only exported value for measured integrated loudness, in LUFS.
+
+@item range
+Read-only exported value for measured loudness range, in LU.
+
+@item lra_low
+Read-only exported value for measured LRA low, in LUFS.
+
+@item lra_high
+Read-only exported value for measured LRA high, in LUFS.
+
+@item sample_peak
+Read-only exported value for measured sample peak, in dBFS.
+
+@item true_peak
+Read-only exported value for measured true peak, in dBFS.
@end table
@subsection Examples