diff options
author | Eugene Lyapustin <unishifft@gmail.com> | 2019-08-15 03:56:13 +0300 |
---|---|---|
committer | Kieran Kunhya <kierank@obe.tv> | 2019-08-19 09:07:38 +0100 |
commit | 596ecc295fc4bb3bc964d03e8a94bced52c40694 (patch) | |
tree | b11410754c7472f06a841859eea88582a48329d4 /doc/filters.texi | |
parent | d044252aac77867271db3809ceda9bd07fdb3e43 (diff) | |
download | ffmpeg-596ecc295fc4bb3bc964d03e8a94bced52c40694.tar.gz |
avfilter/vf_v360: add dual fisheye format
Signed-off-by: Eugene Lyapustin <unishifft@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-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 599cb7a6f6..a0c530a9bf 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17984,6 +17984,26 @@ Format specific options: @item v_fov Set horizontal/vertical field of view. Values in degrees. @end table + +@item dfisheye +Dual fisheye. @i{(input only)} + +Format specific options: +@table @option +@item in_pad +Set padding proprtion. Values in decimals. + +Example values: +@table @samp +@item 0 +No padding. +@item 0.01 +1% padding. +@end table + +Default value is @b{@samp{0}}. +@end table + @end table @item interp |