RoughDraft

Extension/Rotate.RoughDraft.Extension.ps1

Synopsis

Rotates a video


Description

Applies the rotate filter to rotate a video.



Parameters

Rotate

If provided, the video file will be rotated

Type Required Position PipelineInput
[String] true 1 false

RotateFillColor

Type Required Position PipelineInput
[String] false 2 false

OutputWidth

The Output Width

Type Required Position PipelineInput
[String] false 3 false

OutputHeight

The Output Height

Type Required Position PipelineInput
[String] false 4 false

Syntax

Extension/Rotate.RoughDraft.Extension.ps1 [-Rotate] <String> [[-RotateFillColor] <String>] [[-OutputWidth] <String>] [[-OutputHeight] <String>] [<CommonParameters>]