diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-21 18:42:46 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-21 20:12:54 +0100 |
commit | 103a29b89d6e0cd0fdc5d7a715cbf3212fe33684 (patch) | |
tree | 9bf83f59551fdd8b370244182820812a89126b8e /doc | |
parent | 39b60359dbf7936eb1ef6a05b76ea7d821d115f5 (diff) | |
download | ffmpeg-103a29b89d6e0cd0fdc5d7a715cbf3212fe33684.tar.gz |
avfilter/vf_v360: add support for fisheye input format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cfca90d12e..fc900cf458 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18986,14 +18986,21 @@ Hammer-Aitoff map projection format. Sinusoidal map projection format. @item fisheye -Fisheye projection. @i{(output only)} +Fisheye projection. Format specific options: @table @option @item h_fov @item v_fov @item d_fov -Set horizontal/vertical/diagonal field of view. Values in degrees. +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 |