-
-
Notifications
You must be signed in to change notification settings - Fork 3
RandomizeFrame Extension
James Brundage edited this page Apr 22, 2022
·
4 revisions
RandomizeFrame extensions
Flush video frames from internal cache of frames into a random order. No frame is discarded.
If set, will randomize frames
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
The number of frames to be randomized. Default is 30.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Int32] |
false | 1 | false |
The seet for the random number generator.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Int32] |
false | 2 | false |
Extension/RandomizeFrame.RoughDraft.Extension.ps1 -RandomizeFrame [[-RandomizedFrameCount] <Int32>] [[-RandomizedFrameSeed] <Int32>] [<CommonParameters>]