summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-06-17 18:27:19 +0200
committerPaul B Mahol <onemda@gmail.com>2022-09-03 14:44:59 +0200
commitd1513e7f9c473dc45c4a1e060a187c32f10c4a2f (patch)
tree6fb1805aa375bc1817f3b1d9a7a067d56517c6b9 /doc
parent4beac58e901ac4ffc6d264ae0a5a98ed76e73447 (diff)
avfilter: add 3D scope multimedia filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi55
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 01a359f20f..1e7e98c350 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -27232,6 +27232,61 @@ tools.
Below is a description of the currently available multimedia filters.
+@section a3dscope
+
+Convert input audio to 3d scope video output.
+
+The filter accepts the following options:
+
+@table @option
+@item rate, r
+Set frame rate, expressed as number of frames per second. Default
+value is "25".
+
+@item size, s
+Specify the video size for the output. For the syntax of this option, check the
+@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
+Default value is @code{hd720}.
+
+@item fov
+Set the camera field of view. Default is 90 degrees.
+Allowed range is from 40 to 150.
+
+@item roll
+Set the camera roll.
+
+@item pitch
+Set the camera pitch.
+
+@item yaw
+Set the camera yaw.
+
+@item xzoom
+Set the camera zoom on X-axis.
+
+@item yzoom
+Set the camera zoom on Y-axis.
+
+@item zzoom
+Set the camera zoom on Z-axis.
+
+@item xpos
+Set the camera position on X-axis.
+
+@item ypos
+Set the camera position on Y-axis.
+
+@item zpos
+Set the camera position on Z-axis.
+
+@item length
+Set the length of displayed audio waves in number of frames.
+@end table
+
+@subsection Commands
+
+Filter supports the some above options as @ref{commands}.
+
@section abitscope
Convert input audio to a video output, displaying the audio bit scope.