Scales video.
Scale the input video size and/or convert the image format.
Scale the input video size and/or convert the image format.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Output video width
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | false |
Output video height
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 2 | false |
Flags to pass to libswscale. See the ffmpeg-scalar manual
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
Set interlacing
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 4 | false |
set input YCbCr type
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 5 | false |
set output YCbCr type
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 6 | false |
set input color range
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 7 | false |
set output color range
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 8 | false |
input vertical chroma position in luma grid/256
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 9 | false |
input horizontal chroma position in luma grid/256
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 10 | false |
output vertical chroma position in luma grid/256
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 11 | false |
output horizontal chroma position in luma grid/256
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 12 | false |
decrease or increase w/h if necessary to keep the original AR
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[Object] |
false | 13 | false |
Scaler param 0
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 14 | false |
Scaler param 1
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 15 | false |
set the number of slices
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 16 | false |
Specify when to evaluate expressions. Either initially or every frame.
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[Object] |
false | 17 | false |
Extension/Scale.RoughDraft.Extension.ps1 -Scale [[-ScaleWidth] <String>] [[-ScaleHeight] <String>] [[-ScaleFlags] <String>] [[-ScaleInterlacing] <Int32>] [[-ScaleInColorMatrix] <String>] [[-ScaleOutColorMatrix] <String>] [[-ScaleInRange] <String>] [[-ScaleOutRange] <String>] [[-ScaleInVerticalChromaPosition] <Int32>] [[-ScaleInHorizontalChromaPosition] <Int32>] [[-ScaleOutVerticalChromaPosition] <Int32>] [[-ScaleOutHorizontalChromaPosition] <Int32>] [[-ScaleForceOriginalAspectRatio] <Object>] [[-ScaleParam0] <Double>] [[-ScaleParam1] <Double>] [[-ScaleSliceCount] <Int32>] [[-ScaleEval] <Object>] [<CommonParameters>]