Skip to content

a1ive/edid-decode

Repository files navigation

edid-decode

License

Win32 port of the edid-decode utility from the Linux V4L-utils package.

Usage

Decoding from a Connected Monitor

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

Decoding from a File

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

Save the EDID binary to a File

edid-decode.exe /MONITOR0 edid.bin