Browse Source

doc/filters: warn about gaps/overlaps in xstack

tags/n4.3
Gyan Doshi 6 years ago
parent
commit
b9f8ab3ef4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/filters.texi

+ 5
- 0
doc/filters.texi View File

@@ -19047,6 +19047,11 @@ where X is video input from which to take width or height.
Multiple values can be used when separated by '+'. In such
case values are summed together.

Note that if inputs are of different sizes gaps may appear, as not all of
the output video frame will be filled. Similarly, videos can overlap each
other if their position doesn't leave enough space for the full frame of
adjoining videos.

For 2 inputs, a default layout of @code{0_0|w0_0} is set. In all other cases,
a layout must be set by the user.



Loading…
Cancel
Save