diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-04-04 14:12:43 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-04-04 14:16:28 +0200 |
commit | ec7fb4524012e254d9f03cfe0253eb4f2c89dbeb (patch) | |
tree | 08da0677832a2564a149e2a81aabf2fc878c3cfe /doc | |
parent | b195b5f2ba3527172ff6ac28d018a6ba23262af9 (diff) | |
download | ffmpeg-ec7fb4524012e254d9f03cfe0253eb4f2c89dbeb.tar.gz |
avfilter/vf_v360: add pannini input support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a8d5fb1b4e..dce396e3fd 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19044,12 +19044,15 @@ If diagonal field of view is set it overrides horizontal and vertical field of v @end table @item pannini -Pannini projection. @i{(output only)} +Pannini projection. Format specific options: @table @option @item h_fov -Set pannini parameter. +Set output pannini parameter. + +@item ih_fov +Set input pannini parameter. @end table @item cylindrical |