Page 1 of 1

Compression Levels

Posted: Sun Oct 08, 2023 11:38 pm
by pixojat552
Regarding the compression levels such as --compress=LZX:100, --compress=XPRESS:100, how high can it go after 100 ? What is the maximum level ?

Re: Compression Levels

Posted: Mon Oct 09, 2023 12:02 am
by synchronicity
There is no limit, but it makes very little difference past 100.

Re: Compression Levels

Posted: Mon Oct 09, 2023 1:30 am
by pixojat552
I have another question. I was trying this command, "wimlib-imagex optimize install.wim --solid", then "mv install.wim install.esd". Where is that MV command ? It does not exist in the wimlib-imagex.exe

Re: Compression Levels

Posted: Mon Oct 09, 2023 3:16 am
by synchronicity
If you are using the Windows command prompt, it's rename instead of mv. You can rename files however you want to though.