Blurs Video
Blurs Video, using a variety of FFMpeg filters.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | true (ByPropertyName) |
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | true (ByPropertyName) |
The radius of the blur.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | false | BlurLumaRadius BlurSigma BlurSizeX |
Set vertical radius size, if zero it will be same as sizeX. Default is 0. With avgblur, this will be the sizeX parameter With gblur, this will be the sigmaV parameter.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 3 | false | BlurChromaRadius BlurSigmaV BlurSizeY |
The angle of the blur. Used in dblur.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 4 | false |
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 5 | false | BlurLumaPower |
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 6 | false | BlurChromaPower |
Set the luma threshold used as a coefficient to determine whether a pixel should be blurred or not. The option value must be an integer in the range [-30,30]. A value of 0 will filter all the image, a value included in [0,30] will filter flat areas and a value included in [-30,0] will filter edges. Default value is 0.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 7 | false |
Set the chroma threshold used as a coefficient to determine whether a pixel should be blurred or not. The option value must be an integer in the range [-30,30]. A value of 0 will filter all the image, a value included in [0,30] will filter flat areas and a value included in [-30,0] will filter edges. Default value is 0.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 8 | false |
Set which planes to filter. By default all planes are filtered.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 9 | false |
Extension/Blur.RoughDraft.Extension.ps1 -Blur [[-BlurType] <String>] [[-BlurRadius] <String>] [[-BlurRadiusY] <String>] [[-BlurAngle] <String>] [[-BlurLumaStrength] <String>] [[-BlurChromaStrength] <String>] [[-BlurLumaThreshold] <Int32>] [[-BlurChromaThreshold] <Int32>] [[-BlurPlanes] <String>] [<CommonParameters>]