From 2970846fc1fce2f0d41675c9145bf0fa6f64a8d7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 29 Apr 2020 19:16:12 +0200 Subject: avfilter/vf_v360: make FOV adjusted for dual fisheye too Remove any usage of padding for this format. --- doc/filters.texi | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 3be83533bb..f8dc02f00d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19043,19 +19043,19 @@ Dual fisheye. Format specific options: @table @option -@item in_pad -@item out_pad -Set padding proportion. Values in decimals. +@item h_fov +@item v_fov +@item d_fov +Set output horizontal/vertical/diagonal field of view. Values in degrees. -Example values: -@table @samp -@item 0 -No padding. -@item 0.01 -1% padding. -@end table +If diagonal field of view is set it overrides horizontal and vertical field of view. -Default value is @b{@samp{0}}. +@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 @item barrel -- cgit v1.2.3