summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-16 01:12:45 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-16 01:19:19 +0200
commitca788d184cbf0a907ca7db4e4dad9975a91a5839 (patch)
treeb9921983c47702d3fe510300a9c37e214a3b1349 /doc
parente0de0aa5856c337e79eccab600cfa46ef522f6a9 (diff)
avfilter/vf_waveform: add option to control strechness of waveform
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 0c399f1d35..d77bbe9369 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -22115,6 +22115,19 @@ Set background opacity.
Set tint for output.
Only used with lowpass filter and when display is not overlay and input
pixel formats are not RGB.
+
+@item fitmode, fm
+Set sample aspect ratio of video output frames.
+Can be used to configure waveform so it is not
+streched too much in one of directions.
+
+@table @samp
+@item none
+Set sample aspect ration to 1/1.
+@item size
+Set sample aspect ratio to match input size of video
+@end table
+Default is @samp{none}.
@end table
@section weave, doubleweave