Can anyone share the way .avb ID is structured? I have isolated the byte sequence in .avb files that make Avid bins unique. I can create new bins with unique IDs outside of Media Composer by writing random values to these bytes. But I have no clue how this ID is structured, if it's trully random or if there is some order to it.
To make it a bit more clear--each Avid bin has a unique ID. This is what prevents you from opening the attic bin and the parent bin at the same time. The bins may have different file names but if the ID is the same they are considered to be the same bin by Media Composer. This logic works well for attic retreaval in a way. But I'm writing automation tools and want to avoid creating invalid IDs.