Tile Extension
Uses the tile filter to tile video frames.
Set the grid size (i.e. the number of lines and columns)
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
true | 1 | false |
Set the maximum number of frames to render in the given area. It must be less than or equal to wxh. The default value is 0, meaning all the area will be used.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | false |
Set the outer border margin in pixels.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 3 | false |
Set the tile padding in pixels.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 4 | false |
Specify the color of the unused area. The default value of color is “black”.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 5 | false |
Set the number of frames to overlap when tiling several successive frames together. The value must be between 0 and nb_frames - 1.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 6 | false | TileOverlapFrames |
Set the number of frames to initially be empty before displaying first output frame. This controls how soon will one get first output frame. The value must be between 0 and nb_frames - 1
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 7 | false |
If set, will not prescale a video before tiling it. This will result in very large frames.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Extension/Tile.RoughDraft.Extension.ps1 [-Tile] <String> [[-TileFrameCount] <Int32>] [[-TileMargin] <Int32>] [[-TilePadding] <Int32>] [[-TileMarginColor] <String>] [[-TileOverlapFrame] <Int32>] [[-TileInitialPadding] <Int32>] [-TileNoPrescale] [<CommonParameters>]