Skip to content

DataScope Extension

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

Extension/DataScope.RoughDraft.Extension.ps1

Synopsis

Datascope effect


Description

Applies the datascope filter


Related Links

  • [https://ffmpeg.org/ffmpeg-filters.html#datascope

It's an extension](https://ffmpeg.org/ffmpeg-filters.html#datascope

It's an extension)

  • [https://ffmpeg.org/ffmpeg-filters.html#datascope

It's an extension](https://ffmpeg.org/ffmpeg-filters.html#datascope

It's an extension)

Parameters

DataScope

Type Requried Postion PipelineInput
[Switch] true named false

DataScopeMode

Set scope mode, can be one of the following:

Value Description
mono Draw hexadecimal pixel values with white color on black background.
color Draw hexadecimal pixel values with input video pixel color on black background.
color2 Draw hexadecimal pixel values on color background picked from input video, the text color is picked in such way so its always visible.
Type Requried Postion PipelineInput
[String] false 1 false

DataScopeBackgroundOpacity

Set background opacity.

Type Requried Postion PipelineInput
[Double] false 2 false

DataScopeAxis

Draw rows and columns numbers on left and top of video.

Type Requried Postion PipelineInput
[Switch] false named false

DataScopeFormat

Set display number format. Can be hex, or dec. Default is hex.

Type Requried Postion PipelineInput
[String] false 3 false

DataScopeX

Set x offset from where to pick pixels.

Type Requried Postion PipelineInput
[Int32] false 4 false

DataScopeY

Set y offset from where to pick pixels.

Type Requried Postion PipelineInput
[Int32] false 5 false

DataScopeComponent

Set pixel components to display. By default all pixel components are displayed.

Type Requried Postion PipelineInput
[String] false 6 false

Syntax

Extension/DataScope.RoughDraft.Extension.ps1 -DataScope [[-DataScopeMode] <String>] [[-DataScopeBackgroundOpacity] <Double>] [-DataScopeAxis] [[-DataScopeFormat] <String>] [[-DataScopeX] <Int32>] [[-DataScopeY] <Int32>] [[-DataScopeComponent] <String>] [<CommonParameters>]

Clone this wiki locally