Hue Extension
Adjusts the Hue of a video source
Edit-Media -InputPath "TestSource.mp4" -SetHue -HueDegree 60 # Adjust hue by 60 degrees
If set, will change hue levels.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
The adjustment to the hue (in degrees). Can include expressions. Mutually exclusive with -HueRadian.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 1 | false | HueDegrees |
The adjustment to the hue (in radians). Can include expressions. Mutually exclusive with -HueDegree.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | false | HueRadians |
The adjustment to the saturation. Can include expressions.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
The adjustment to the brightness. Can include expressions.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 4 | false |
Extension/Hue.RoughDraft.Extension.ps1 -SetHue [[-HueDegree] <String>] [[-HueRadian] <String>] [[-Saturation] <String>] [[-Brightness] <String>] [<CommonParameters>]