-
-
Notifications
You must be signed in to change notification settings - Fork 1
Monochrome Extension
James Brundage edited this page Apr 24, 2022
·
6 revisions
Make video monochrome
Make video monochrome, using the monochrome filter.
- [https://ffmpeg.org/ffmpeg-filters.html#monochrome
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#monochrome
It's an extension)
- [https://ffmpeg.org/ffmpeg-filters.html#monochrome
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#monochrome
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Set the chroma blue spot. Allowed range is from -1 to 1. Default value is 0.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Double] |
false | 1 | false |
Set the chroma red spot. Allowed range is from -1 to 1. Default value is 0.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | false |
Set the color filter size. Allowed range is from .1 to 10. Default value is 1.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Double] |
false | 3 | false |
Set the highlights strength. Allowed range is from 0 to 1. Default value is 0.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Double] |
false | 4 | false |
Extension/Monochrome.RoughDraft.Extension.ps1 -Monochrome [[-MonochromeChromaBlueSpot] <Double>] [[-MonochromeChromaRedSpot] <Double>] [[-MonochromeColorFilterSize] <Double>] [[-MonochromeHighlightStrength] <Double>] [<CommonParameters>]