Win32 port of the edid-decode utility from the Linux V4L-utils package.
To get and decode the EDID from a specific monitor, use the special /MONITORX
path, where X
is the 0-based index of the monitor.
edid-decode.exe /MONITOR0
If you have the EDID data saved as a binary file (e.g., `edid.bin``), you can pass the file path as an argument.
edid-decode.exe path\to\edid.bin
edid-decode.exe /MONITOR0 edid.bin