DumpPixelValues
From Avisynth wiki
(Difference between revisions)
(quick makeover) |
(→Archived Downloads: fix link) |
||
Line 54: | Line 54: | ||
!v1.0 | !v1.0 | ||
|[http://www.theneitherworld.com/mcpoodle/Tools/DumpPixelValues.zip DumpPixelValues.zip] | |[http://www.theneitherworld.com/mcpoodle/Tools/DumpPixelValues.zip DumpPixelValues.zip] | ||
− | |[http://web.archive.org/web/ | + | |[http://web.archive.org/web/20150326172622/http://www.theneitherworld.com/mcpoodle/Tools/DumpPixelValues.zip DumpPixelValues.zip] |
|} | |} | ||
<br> | <br> |
Latest revision as of 13:23, 7 July 2015
Abstract | |
---|---|
Author | McPoodle |
Version | v.1.0 |
Download | DumpPixelValues.zip |
Category | Debug filter |
License | GPLv2 |
Discussion |
Contents |
[edit] Description
This plugin 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. See homepage for more information.
[edit] Requirements
- msvcp71.dll and msvcr71.dll runtime components from the very ancient Microsoft Visual C++ .NET 2003.
[edit] Syntax and Parameters
- DumpPixelValues (clip, string, string, string "filename")
- clip =
- Input clip.
- clip =
- string =
- CoordinateList is a comma-separated set of (x,y) coordinates, with no spaces.
- string =
- string filename =
- 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).
- string filename =
- Note: the first 3 parameters are unnamed and do not have a default so they must be specified.
[edit] Examples
TO DO - for now see examples here: DumpPixelValues.html
[edit] Changelog
Version Date Changes
v1.0 02/23/2004 - initial release
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
v1.0 | DumpPixelValues.zip | DumpPixelValues.zip |
[edit] External Links
- Offical homepage: DumpPixelValues.html | mirror
Back to External Filters ←