summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-06-22 14:39:35 +0200
committerPaul B Mahol <onemda@gmail.com>2020-06-22 14:41:36 +0200
commit44ce333f03e5daf7883147938f74018cec287aec (patch)
treea0c1e8a908944a0c917c400b90d108eb429c8a5c /doc
parent3f2be5372e438b1463e6d5b18ff18b0fccdc74cd (diff)
avfilters/vf_v360: add equisolid projection support
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 551604a143..1a55f3df72 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -19322,6 +19322,26 @@ Truncated square pyramid projection.
@item he
@item hequirect
Half equirectangular projection.
+
+@item equisolid
+Equisolid format.
+
+Format specific options:
+@table @option
+@item h_fov
+@item v_fov
+@item d_fov
+Set output horizontal/vertical/diagonal field of view. Values in degrees.
+
+If diagonal field of view is set it overrides horizontal and vertical field of view.
+
+@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
@end table
@item interp