DumpPixelValues
(New page: {{FilterCat|External_filters|Debug_filters|Debug_filters}} {{Filter |McPoodle |v.1.0 |[http://www.geocities.com/McPoodle43/Tools/DumpPixelValues.zip] |Debug filter | * RGB32 * [[YUY2]...) |
m (1 revision) |
Revision as of 17:02, 9 May 2013
Abstract | |
---|---|
Author | McPoodle |
Version | v.1.0 |
Download | [1] |
Category | Debug filter |
Requirements | |
License | GPL |
Discussion |
DumpPixelValues(clip, string colorList, string coordinateList[, string filename])
Abstract
This DLL allows you to sample the colors from selected pixels for every frame in a video source and output the data to a text or binary file.
Notes
ColorList is one or more of the letters R, G, B, A (for the Alpha channel), Y, U or V. RGB colors cannot be mixed with YUV colors. Video must be in RGB32 format if you want RGBA colors, or in YUY2 format if you want YUV colors.
CoordinateList is a comma-separated set of (x,y) coordinates, with no spaces.
The optional parameter filename is assumed to be "C:\\DumpPixelValues.log" if it is not supplied. You must use two backslash characters for each backslash in the full path. The file will not be deleted if it already exists, instead appending the data onto the end of the existing file. NOTE: To use the special binary output mode, filename must end with the extension .bin (see here for details).
Links
Download the latest stable version: http://www.geocities.com/McPoodle43/Tools/DumpPixelValues.zip