Replies: 4 comments
-
from 7-zip document, a compression level 9 uses LZMA2 and BCJ2 Python core library and py7zr does not support BCJ2. |
Beta Was this translation helpful? Give feedback.
-
I'd like to advice you to check also a standard python document for filter values. py7zr pass a specified filter value to python lzma module. |
Beta Was this translation helpful? Give feedback.
-
Thanks, but I don't see solid block size value support, does lzma module support setting block size to Solid? |
Beta Was this translation helpful? Give feedback.
-
You can open https://py7zr.readthedocs.io/en/latest/api.html#py7zr.SevenZipFile.write And you can open the file with py7zr does not provide a native way to handle solid blocks in single opened object. |
Beta Was this translation helpful? Give feedback.
-
I use these settings in 7-zip to make an archive:
How can I convert these settings to
filter
argument inpy7zr.SevenZipFile
?Beta Was this translation helpful? Give feedback.
All reactions