diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-16 20:06:28 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-16 20:06:28 +0100 |
commit | 330b157c9e04c7eece129aa1e3f758a2b579249e (patch) | |
tree | 9546442db7243a3b40f479296aee32e21eec373f /doc/filters.texi | |
parent | 6e082f9f04222d5b9b2bce869f447b7d80082f9e (diff) | |
download | ffmpeg-330b157c9e04c7eece129aa1e3f758a2b579249e.tar.gz |
avfilter/vf_v360: add pannini output projection
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9be08150d0..9c75431a47 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18980,6 +18980,16 @@ 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 + +@item pannini +Pannini projection. @i{(output only)} + +Format specific options: +@table @option +@item h_fov +Set pannini parameter. +@end table + @end table @item interp |