You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first number is "encode id". It increases sequentially every time a new file is encoded, and loops at 127 since only 7 bits are used. Its main purpose is to allow multiple files of the same size to be decoded within the same session. (it starts at 109 for arbitrary-yet-slightly-interesting bit pattern reasons to give the color correction more to work with...)
The second number is the compressed file size. Combined, the encode_id+size pair is treated as a unique id for the data -- decoded frames that match are collected under whatever their id is. The current naming scheme (until filename support is added) just reflects that back to the user. 🙂
No description provided.
The text was updated successfully, but these errors were encountered: