diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-16 18:12:04 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-16 18:22:28 +0100 |
commit | 6e082f9f04222d5b9b2bce869f447b7d80082f9e (patch) | |
tree | e125da8b4b216ab54e71143538be05ba2c079b84 /doc/filters.texi | |
parent | e7c04eaf50b4b50f2528ab2c69b76777a1862535 (diff) | |
download | ffmpeg-6e082f9f04222d5b9b2bce869f447b7d80082f9e.tar.gz |
avfilter/vf_v360: add fisheye output projection
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 98b695eca8..9be08150d0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18968,6 +18968,18 @@ Hammer-Aitoff map projection format. @item sinusoidal Sinusoidal map projection format. +@item fisheye +Fisheye projection. @i{(output only)} + +Format specific options: +@table @option +@item h_fov +@item v_fov +@item d_fov +Set 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 |