Replies: 0 comments 3 replies
-
@james-rms something to ticket for 1.0 libraries project |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep - this makes sense, thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Python Base MCAP Writer class supports many arguments in it's init method.
But a Protobuf MCAP writer has only output stream argument. So, now If I want to have MCAP file with LZ4 compression, I need to get it from protobuf mcap writer with ZSTD compression and then use CLI to convert the file to LZ4. Also, chunking options are not available.
I think it would be nice to be able to pass all arguments of default Writer also to Protobuf Writer. Is this feature planned to be added?
If no, and If you think it's worth to be added, I can make a few changes and create pull request.
Possible solutions:
Beta Was this translation helpful? Give feedback.
All reactions