diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-09 14:01:23 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-09 14:17:22 +0200 |
commit | 976617c7d21e4b525d6edde2fb280994fc5c567c (patch) | |
tree | 0c14dde299145fcfba63033e5fbd19deb33e5f9b /doc/filters.texi | |
parent | 7985430c70910fe4aa2a10a3a852fba2c6396d0c (diff) | |
download | ffmpeg-976617c7d21e4b525d6edde2fb280994fc5c567c.tar.gz |
avfilter/vf_v360: extend stereographic projection
Add option to change central point projection.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
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 |