RoughDraft

Extension/Rate.rd.ext.ps1

Synopsis

Adjusts the rate of media.


Description

Adjusts the playback rate of media, making it slower or faster.



Parameters

Rate

The new rate of the media.

Type Required Position PipelineInput
[Double] true named false

TargetTime

The target time for the media.
This will adjust the rate to match this target time.

Type Required Position PipelineInput
[PSObject] true named false

Notes

This uses a variety of filters:


Syntax

Extension/Rate.rd.ext.ps1 -Rate <Double> [<CommonParameters>]
Extension/Rate.rd.ext.ps1 -TargetTime <PSObject> [<CommonParameters>]