Oct 01, 2025
Summary
Just Add Power EDIDs are designed to request a minimum resolution of 1080p or 4K. If you need a source to output 720p and the menu doesn’t allow it, you can apply a 720p EDID to the Encoder to force that resolution.
Apply 720P EDID to 2G Series Encoder
- Telnet to the IP address of the 2G Series Encoder connected to the source that should be outputting 720P
- In the command line interface, apply one of the two commands below:
- 720p Stereo EDID Command:
echo 00ffffffffffff002ab3003000000000141e010380a05a782aee91a3544c99260f505421080081c08100818090409500b30001000101011d007251d01e206e28550040846300001e000000100000000000000000000000000000000000fd00183c1e5a1e000a202020202020000000fc00484449502d373230502d322e300197020328f14504131e030123090404830100006a030c001000b83c210000e2000fe305c000e3060501011d007251d01e206e28550040846300001e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067 | sed 's/../0x\0 /g' | sed 's/ /,/g' > /sys/devices/platform/videoip/eeprom_content
- 720p DD5.1 EDID Command:
echo 00ffffffffffff002ab3003000000000141e010380a05a782aee91a3544c99260f505421080081c08100818090409500b30001000101011d007251d01e206e28550040846300001e000000100000000000000000000000000000000000fd00183c1e5a1e000a202020202020000000fc00484449502d373230502d415650014002032bf14584131e030126090404150750830f00006a030c001000b83c210000e2000fe305c000e3060501011d007251d01e206e28550040846300001e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067 | sed 's/../0x\0 /g' | sed 's/ /,/g' > /sys/devices/platform/videoip/eeprom_content
- 720p Stereo EDID Command:
- You will notice the video on the Encoder drops immediately as the source adjusts to the new EDID instructions
- Done!
Apply 720P EDID to Omega/Ultra Series Encoder
Note: Ultra Series Encoders on the latest B3.X.X Firmware have this already built-in to their webUI.
- Open the webUI of the Ultra Series Encoder connected to the source that should be outputting 720p
- Navigate to the Video tab and EDID Settings section.
- Set the Startup EDID dropdown to Custom. A box will appear below
- Copy+paste the desired EDID from below:
- 720p Stereo EDID:
00ffffffffffff002ab3003000000000141e010380a05a782aee91a3544c99260f505421080081c08100818090409500b30001000101011d007251d01e206e28550040846300001e000000100000000000000000000000000000000000fd00183c1e5a1e000a202020202020000000fc00484449502d373230502d322e300197020328f14504131e030123090404830100006a030c001000b83c210000e2000fe305c000e3060501011d007251d01e206e28550040846300001e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067
- 720p DD5.1 EDID:
00ffffffffffff002ab3003000000000141e010380a05a782aee91a3544c99260f505421080081c08100818090409500b30001000101011d007251d01e206e28550040846300001e000000100000000000000000000000000000000000fd00183c1e5a1e000a202020202020000000fc00484449502d373230502d415650014002032bf14584131e030126090404150750830f00006a030c001000b83c210000e2000fe305c000e3060501011d007251d01e206e28550040846300001e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067
- 720p Stereo EDID:
- Click Apply. You will notice the video on the Encoder drop immediately as the source adjusts to the new EDID instructions.
- Click Refresh on the EDID Details section to see the same EDID. This will confirm that the EDID was applied correctly.