Skip to content

Monochrome Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/Monochrome.RoughDraft.Extension.ps1

Synopsis

Make video monochrome


Description

Make video monochrome, using the monochrome filter.


Related Links

  • [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

It's an extension)

Parameters

Monochrome

Type Requried Postion PipelineInput
[Switch] true named false

MonochromeChromaBlueSpot

Set the chroma blue spot. Allowed range is from -1 to 1. Default value is 0.

Type Requried Postion PipelineInput
[Double] false 1 false

MonochromeChromaRedSpot

Set the chroma red spot. Allowed range is from -1 to 1. Default value is 0.

Type Requried Postion PipelineInput
[Double] false 2 false

MonochromeColorFilterSize

Set the color filter size. Allowed range is from .1 to 10. Default value is 1.

Type Requried Postion PipelineInput
[Double] false 3 false

MonochromeHighlightStrength

Set the highlights strength. Allowed range is from 0 to 1. Default value is 0.

Type Requried Postion PipelineInput
[Double] false 4 false

Syntax

Extension/Monochrome.RoughDraft.Extension.ps1 -Monochrome [[-MonochromeChromaBlueSpot] <Double>] [[-MonochromeChromaRedSpot] <Double>] [[-MonochromeColorFilterSize] <Double>] [[-MonochromeHighlightStrength] <Double>] [<CommonParameters>]

Clone this wiki locally