Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is is possible to write a Bitstream? #49

Open
daltonclaybrook opened this issue Dec 10, 2022 · 1 comment
Open

Question: Is is possible to write a Bitstream? #49

daltonclaybrook opened this issue Dec 10, 2022 · 1 comment

Comments

@daltonclaybrook
Copy link

Now that I've parsed a bitstream, is it possible to make edits to the bitstream and re-serialize it to bytes?

@woodruffw
Copy link
Owner

Not at the moment! The current implementation only supports reading bitstreams, not writing them back out.

A naive bitstream writer (once that doesn't attempt to make optimal encoding decisions) would be pretty easy to add, but it's been relatively low on my priorities. That being said, I would be happy to review changes towards that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants