Video Grid¶

Description
This effect creates a grid of copies of the video footage. You adjust the number of rows and columns in the image with the Rows and Columns parameters. These take decimal fractions from zero to 1. The maximum value of 1 means 20 rows or columns.
Parameters
Parameter |
Value |
Description |
---|---|---|
Rows |
Float |
Number of rows in the image grid. Input range 0 - 1 is interpreted as range 1 - 20. |
Columns |
Float |
Number of columns in the image grid. Input range 0 - 1 is interpreted as range 1 - 20. |
- Formula:
Number of rows/columns = (p X 19) + 1
[where p = the value of the row or column parameter]
Examples

Video Grid effect with 3 rows and 6 columns¶
- In this example:
rows = 0.105 ⇒ means (0.1 X 19) + 1 = 3 rows
columns = 0.263 ⇒ means (0.263 X 19) + 1 = 6 columns
In order to calculate the fractional value for Rows and Columns for a specific number of rows and/or columns use this formula:
Rows/Columns = (#_of_rows/columns - 1) * 0.05263
- In this example:
#_of_rows = 3 ⇒ means (3 - 1) * 0.05263 = 0.105
#_of_columns = 6 ⇒ means (6 -1) * 0.05263 = 0.263