p7zip-project / p7zip

A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/sevenzip/ AND https://sourceforge.net/projects/p7zip/).
759 stars 106 forks source link

Create xz with flzma2? #138

Open andrews05 opened 3 years ago

andrews05 commented 3 years ago

Hi, is flzma2 supported for xz files? I tried this but I get an E_INVALIDARG error: tar cf - inputdir | 7za a -si -m0=flzma2 outfile.tar.xz

jinfeihan57 commented 3 years ago

flzma2 is not support xz format.only lzma2 support xz.

andrews05 commented 3 years ago

Thanks. Any chance this could be added?

jinfeihan57 commented 3 years ago

There is no plan recently, because : 1 I am busy this quarter.
2 Igor Pavlov will release 7zz. This disrupted the development plan for this project. I am going to make the next development plan after the 7zz source code is released. But this is a good feature, and in the long run, I am willing to add it.

ghost commented 3 years ago

Maybe you can try fxz (XZ Utils using fast LZMA2)?