Skip to content

Rotate Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/Rotate.RoughDraft.Extension.ps1

Synopsis

Rotates a video


Description

Applies the rotate filter to rotate a video.


Related Links

It's an extension)

Parameters

Rotate

If provided, the video file will be rotated

Type Requried Postion PipelineInput
[String] true 1 false

RotateFillColor

Type Requried Postion PipelineInput
[String] false 2 false

OutputWidth

The Output Width

Type Requried Postion PipelineInput
[String] false 3 false

OutputHeight

The Output Height

Type Requried Postion PipelineInput
[String] false 4 false

Syntax

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

Clone this wiki locally