diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-18 16:26:59 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-18 17:25:48 +0100 |
commit | fdddc0d678ecfd563d5b753d7c79086884b861e5 (patch) | |
tree | 552d52e4154753be0792b40c8584ca490a38bcc6 /doc | |
parent | 6ae84e7b037f8ceafff5b7bf17a317cc1ce0acb0 (diff) | |
download | ffmpeg-fdddc0d678ecfd563d5b753d7c79086884b861e5.tar.gz |
avfilter/vf_v360: add perspective output projection
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 252eb4b7ad..237e182aa8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19003,6 +19003,15 @@ 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 perspective +Perspective projection. @i{(output only)} + +Format specific options: +@table @option +@item v_fov +Set perspective parameter. +@end table + @end table @item interp |