happycube / ld-decode

Software defined LaserDisc decoder
GNU General Public License v3.0
294 stars 76 forks source link

ld-process-vbi: Support reading VIDEO ID (IEC 61880) data in the VBI #847

Closed ifb closed 1 year ago

ifb commented 1 year ago

Lines 20 and 283 can contain information about aspect ratio, CGMS-A, and APS. Store these 14-bits in the JSON.

NTSC only. PAL uses WSS to provide similar functionality.

ifb commented 1 year ago

I haven't looked at writing any tests, but can work on that.

Yet to be decided is if and how to display the information in ld-analyse:

aspect ratio

CGMS-A

APS trigger bits

Of the 14-bit payload, only 6 bits are defined in IEC 61880. It's possible that other data could be inserted as well?