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
I'm testing out nafcodec's Python library and I noticed that the files I write with it's encoder can't be decompressed with the unnaf command. See a reproducible example below.
$ unnaf -c sequence.naf
unnaf error: incomplete or truncated input
I can, however, read the sequence.naf within Python using nafcodec.
I noticed that in the README you mention that you still need to implement the encoder, so I'm wondering is this is indeed a bug or if you're still working on the encoder.