-
-
Notifications
You must be signed in to change notification settings - Fork 3
Exposure Extension
James Brundage edited this page Apr 22, 2022
·
2 revisions
Exposure Extension
Adjusts video Exposure, using the exposure filter
Edit-Media -InputPath a.mp4 -SetExposureIf set, will adjust exposure
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Set the exposure correction in EV. Allowed range is from -3.0 to 3.0.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 1 | false |
Set the black level correction. Allowed range is from -1.0 to 1.0.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 2 | false |
Extension/Exposure.RoughDraft.Extension.ps1 -SetExposure [[-ExposureCorrection] <Double>] [[-ExposureBlackCorrection] <Double>] [<CommonParameters>]