Skip to content

RandomizeFrame Extension

James Brundage edited this page Apr 22, 2022 · 4 revisions

Extension/RandomizeFrame.RoughDraft.Extension.ps1

Synopsis

RandomizeFrame extensions


Description

Flush video frames from internal cache of frames into a random order. No frame is discarded.


Related Links


Parameters

RandomizeFrame

If set, will randomize frames

Type Requried Postion PipelineInput
[Switch] true named false

RandomizedFrameCount

The number of frames to be randomized. Default is 30.

Type Requried Postion PipelineInput
[Int32] false 1 false

RandomizedFrameSeed

The seet for the random number generator.

Type Requried Postion PipelineInput
[Int32] false 2 false

Syntax

Extension/RandomizeFrame.RoughDraft.Extension.ps1 -RandomizeFrame [[-RandomizedFrameCount] <Int32>] [[-RandomizedFrameSeed] <Int32>] [<CommonParameters>]

Clone this wiki locally