Data Scope¶

Description
This effect/filter analyses the video data and shows hexadecimal pixel values of parts of the video.
Parameters
Parameter |
Value |
Description |
---|---|---|
Size |
Selection |
Set output video size |
X / Y Offset |
Integer |
Set the x / y offset from where to pick the pixels |
Components |
Selection |
Set pixel components to display. By default all pixel components are displayed. |
Mode |
Selection |
Set scope mode |
Show Axis |
Selection |
If set to On, draws rows and columns numbers on left and top of video. Default is Off. |
Opacity |
Float |
Set background opacity[1] |
Format |
Selection |
Set display number format |
The following selection items are available:
Size
128p |
|
360p |
|
PAL SD |
|
NTSC SD |
|
480p |
|
720 HD |
default |
1080 Full HD |
|
2K |
|
4K |
Components
None |
|
Y (Luminance) |
|
U (Chroma red-diff) |
|
YU |
|
V (Chroma blue-diff) |
|
YV |
|
UV |
|
All |
Default |
Alpha |
Mode
Mono |
Draw hexadecimal pixel values with white color on black background (default) |
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 |
Format
Hex |
Hexadecimal notation (default) |
Dec |
Decimal notation |