Crop Extension
Crops Video, using the ffmpeg crop filter
If set, will crop video
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
The crop width
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | false |
The crop height
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 2 | false |
The crop top coordinate
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 3 | false | CropY |
The crop left coordinate
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 4 | false | CropX |
A crop expression, consisting of width/height/left/top. This value is returned from CropDetect
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 5 | true (ByPropertyName) |
If set, subsampled videos will be cropped at exact width/height/x/y as specified and will not be rounded to nearest smaller value.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
If set, will keep the aspect ratio. Defaults to false.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Extension/Crop.RoughDraft.Extension.ps1 -CropVideo [[-CropWidth] <String>] [[-CropHeight] <String>] [[-CropTop] <String>] [[-CropLeft] <String>] [[-CropExpression] <String>] [-ExactCrop] [-KeepAspectRatio] [<CommonParameters>]