diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-06-22 20:16:22 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-06-23 16:00:02 +0200 |
commit | 00a5df71ad9d24b90edf8cc6b67d24409510bb64 (patch) | |
tree | 67b3ae8b668aa1a8f0be1b5f3305034ef5357628 /doc | |
parent | 44ce333f03e5daf7883147938f74018cec287aec (diff) | |
download | ffmpeg-00a5df71ad9d24b90edf8cc6b67d24409510bb64.tar.gz |
avfilter/vf_v360: add orthographic projection support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1a55f3df72..3c2dd2eb90 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19342,6 +19342,26 @@ 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 + +@item og +Orthographic format. + +Format specific options: +@table @option +@item h_fov +@item v_fov +@item d_fov +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 @end table @item interp |