Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-09 15:01:23 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-09 15:17:22 +0300
commit976617c7d21e4b525d6edde2fb280994fc5c567c (patch)
tree0c14dde299145fcfba63033e5fbd19deb33e5f9b /doc
parent7985430c70910fe4aa2a10a3a852fba2c6396d0c (diff)
avfilter/vf_v360: extend stereographic projection
Add option to change central point projection.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 114ce6fd97..d1d47be415 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18038,7 +18038,12 @@ Stereographic format. @i{(output only)}
Format specific options:
@table @option
@item h_fov
-Set field of view. Values in degrees.
+@item v_fov
+Set horizontal/vertical field of view. Values in degrees.
+
+@item p_lon
+@item p_lat
+Set central point of projection longitude/latitude. Values in degrees.
@end table
@end table