Mix successive video frames.
Mix successive video frames, using the tmix filter.
Edit-Media -InputPath .\TestSource.gif -TimeMix 5
The number of successive frames to mix.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
true | 1 | false |
Specify weight of each input video frame. If number of weights is smaller than number of frames last specified weight will be used for all remaining unset weights.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32[]] |
false | 2 | false |
Specify scale, if it is set it will be multiplied with sum of each weight multiplied with pixel values to give final destination pixel value. By default scale is auto scaled to sum of weights.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 3 | false |
Set which planes to filter. Default is all. Allowed range is from 0 to 15.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 4 | false | TimeMixPlanes |
Extension/TimeMix.RoughDraft.Extension.ps1 [-TimeMix] <Int32> [[-TimeMixFrameWeight] <Int32[]>] [[-TimeMixScale] <Int32>] [[-TimeMixPlane] <Int32>] [<CommonParameters>]