summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-16 17:02:11 +0200
committerAnton Khirnov <anton@khirnov.net>2022-08-23 16:51:28 +0200
commitcd9ced7a93570736c2260c3343c472c09c3815fd (patch)
tree9e3cbc95f68a7c08ce20a3c47193fe9672db4f19 /doc/filters.texi
parent3cefde7eb5c47fc9a213a2c52aeeb88989c8241e (diff)
lavfi/avf_showspatial: add framerate optionframe_duration
Apparently this option was intended (the context contains a currently-unused frame_rate field), but was never added. This results in the output timebase being unset after config_output(), so the input audio timebase ends up being used for video output, which is clearly wrong. Add an option for setting output video framerate. Also set output frame durations.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 01a359f20f..8a99cebb81 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -29177,6 +29177,9 @@ Default value is @code{hann}.
Set ratio of overlap window. Default value is @code{0.5}.
When value is @code{1} overlap is set to recommended size for specific
window function currently used.
+
+@item rate, r
+Set output framerate.
@end table
@anchor{showspectrum}