• Vignesh Venkatasubramanian's avatar
    avfilter/xstack: Add support for fixed size grid · aa8905a1
    Vignesh Venkatasubramanian authored
    Add a short hand parameter for making a fixed size grid. The existing
    xstack layout parameter syntax gets tedious if all one wants is a
    matrix like grid of the input streams. Add a grid option to the xstack
    filter that simplifies this use case by simply specifying the number of
    rows and columns instead of specific x/y co-ordinate for each stream.
    
    Also updating the filter documentation to explain the new option.
    Signed-off-by: 's avatarVignesh Venkatasubramanian <vigneshv@google.com>
    aa8905a1
vf_stack.c 16.5 KB