diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-22 14:01:14 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-22 14:12:51 +0200 |
commit | 51a2f02117df54a78a3ccde65ff6b09d10503843 (patch) | |
tree | c0feb92e0d52b2236e3956c993946f2a2105193a /doc/filters.texi | |
parent | 79d14a3cc8e9105385044dbe2c4f696f0c9c1c07 (diff) | |
download | ffmpeg-51a2f02117df54a78a3ccde65ff6b09d10503843.tar.gz |
avfilter/vf_v360: add fixed pixel padding options
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2cc0d9dfc5..e41384aed8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17961,6 +17961,12 @@ No padding. Default value is @b{@samp{0}}. +@item fin_pad +@item fout_pad +Set fixed padding for the input/output cubemap. Values in pixels. + +Default value is @b{@samp{0}}. If greater than zero it overrides other padding options. + @item in_forder @item out_forder Set order of faces for the input/output cubemap. Choose one direction for each position. |