summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-04-29 19:16:12 +0200
committerPaul B Mahol <onemda@gmail.com>2020-04-29 19:18:25 +0200
commit2970846fc1fce2f0d41675c9145bf0fa6f64a8d7 (patch)
tree66e297eb62ced6e85bf711e942f5685885d9216b /doc
parentd8147c4e2d9111787319983d14889bc21705746f (diff)
avfilter/vf_v360: make FOV adjusted for dual fisheye too
Remove any usage of padding for this format.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3be83533bb..f8dc02f00d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -19043,19 +19043,19 @@ Dual fisheye.
Format specific options:
@table @option
-@item in_pad
-@item out_pad
-Set padding proportion. Values in decimals.
+@item h_fov
+@item v_fov
+@item d_fov
+Set output horizontal/vertical/diagonal field of view. Values in degrees.
-Example values:
-@table @samp
-@item 0
-No padding.
-@item 0.01
-1% padding.
-@end table
+If diagonal field of view is set it overrides horizontal and vertical field of view.
-Default value is @b{@samp{0}}.
+@item ih_fov
+@item iv_fov
+@item id_fov
+Set input horizontal/vertical/diagonal field of view. Values in degrees.
+
+If diagonal field of view is set it overrides horizontal and vertical field of view.
@end table
@item barrel