|
|
|
#1
|
||||
|
||||
|
@aswadd ...lzmax64.exe ... is the 64 version should use all the processor cores.
Also uses this scheme, to move in the right direction for optimal settings. Code:
a=[0|1] : ( Defaul 1 ) : Sets compressing mode
a=[0|1] : Sets compression mode: 0 = fast, 1 = normal. Default value is 1.
mf={MF_ID} : ( Defaul 1 ) : Sets Match Finder
mf={MF_ID} : Sets Match Finder for LZMA. Default method is bt4. Algorithms from hc* group don't provide a good compression ratio, but they often work pretty fast in combination with fast mode (a=0). Memory requirements depend on dictionary size (parameter "d" in table below).
MF_ID Memory Description
bt2 d*9.5 + 4 MB Binary Tree with 2 bytes hashing.
bt3 d*11.5 + 4 MB Binary Tree with 3 bytes hashing.
bt4 d*11.5 + 4 MB Binary Tree with 4 bytes hashing.
hc4 d*7.5 + 4 MB Hash Chain with 4 bytes hashing.
Note: Your operation system also needs some amount of physical memory for internal purposes. So keep at least 32MB of physical memory unused.
d={Size}[b|k|m] : ( Defaul 24 ) : Sets Dictionary size
d={Size}[b|k|m] : Sets Dictionary size for LZMA. You must specify the size in bytes, kilobytes, or megabytes. The maximum value for dictionary size is 1 GB = 2^30 bytes. Default values for LZMA are 24 (16 MB) in normal mode, 25 (32 MB) in maximum mode (-mx=7) and 26 (64 MB) in ultra mode (-mx=9). If you do not specify any symbol from the set [b|k|m], the dictionary size will be calculated as DictionarySize = 2^Size bytes. For decompressing a file compressed by LZMA method with dictionary size N, you need about N bytes of memory (RAM) available.
fb={NumFastBytes} : ( Defaul 32 ) Sets number of Fast Bytes for Deflate encoder.
fb={NumFastBytes} : Sets the number of fast bytes for the Deflate/Deflate64 encoder. It can be in the range from 3 to 258 (257 for Deflate64). Usually, a big number gives a little bit better compression ratio and a slower compression process. A large fast bytes parameter can significantly increase the compression ratio for files which contain long identical sequences of bytes.
mc={N} : ( Defaul 32 ) : Sets Number of Cycles for Match Finder
mc={N} : Sets number of cycles (passes) for match finder. It can be in range from 0 to 1000000000. Default value is (16 + number_of_fast_bytes / 2) for BT* match finders and (8 + number_of_fast_bytes / 4) for HC4 match finder. If you specify mc=0, LZMA will use default value. Usually, a big number gives a little bit better compression ratio and slower compression process. For example, mf=HC4 and mc=10000 can provide almost the same compression ratio as mf=BT4.
lc={N} : ( Defaul 32 ): Sets number of Literal Context bits - [0, 8]
lc={N} : Sets the number of literal context bits (high bits of previous literal). It can be in range from 0 to 8. Default value is 3. Sometimes lc=4 gives gain for big files.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ![]() ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
|
| The Following User Says Thank You to felice2011 For This Useful Post: | ||
aswadd (26-09-2016) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Best external compressor for *.iwd files for Call of Duty Modern Warfare???
|
|
#3
|
||||
|
||||
|
Quote:
http://fileforums.com/showthread.php?t=98317 |
|
#4
|
||||
|
||||
|
guys I have a little problem with zcm , it doesn't understand the paths like this
I:\Shadow of mordor\Repack\ .. even i addedd the quotation mark like this "I:\Shadow of mordor\Repack\ttt" or I:"Shadow of mordor"\Repack\ttt ================================================== ======= I:\Shadow of mordor\Repack\ttt>zcmx64 a -m8 archive.me "I:\Shadow of mordor\Repa ck\ttt" ZCM Archiver v.0.93 Archive is I:\Shadow of mordor\Repack\ttt\archive.me WARNING: No files Compressed 0 bytes to 0 bytes I:\Shadow of mordor\Repack\ttt>zcmx64 a -m8 archive.me I:"Shadow of mordor"\Rep ack\ttt ZCM Archiver v.0.93. Demo version. copyright (C) 2011-2015 By Nania Francesco Antonio Archive is I:\Shadow of mordor\Repack\ttt\archive.me WARNING: No files Compressed 0 bytes to 0 bytes |
|
#5
|
|||
|
|||
|
what happens if you put the files in just one folder without quotation marks
eg: c:\shadowofmordor try not leave any spaces i had a very similar issue a few days ago with a compressor just cant remember which one. Last edited by mikey26; 29-09-2016 at 13:51. |
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
First read the help from the zcm.exe.
and then use -r (recursive path) ZCM a -r -m8 -t6 path\* |
|
#8
|
||||
|
||||
|
Quote:
& -r is just for compressing files in subdirectories & another question zcmx64 a -s -r -v -m8 -t2 shadowofmordor.test I:\Shadow of mordor\Repack\test\ the output archive will be I:\shadow\ ![]() ![]() ![]() also I can't extract to a folder which have spaces Last edited by aswadd; 29-09-2016 at 20:46. |
|
#9
|
||||
|
||||
|
Quote:
Specially made for you
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery." |
| The Following User Says Thank You to ~MAK~ For This Useful Post: | ||
aswadd (30-09-2016) | ||
|
#10
|
||||
|
||||
|
I need help here in 7z.exe
i want to know what means this code Quote:
Quote:
|
| The Following User Says Thank You to ChronoCross For This Useful Post: | ||
1234567890123 (02-10-2016) | ||
|
#11
|
||||
|
||||
|
I have a small question ... what is the fastest program for storing files ? 7z or arc or winrar
& can I use srep on Multi files ? or srep is used only on 1 file ?? |
|
#12
|
||||
|
||||
|
Hello Aswadd.
All those tools can store any folder quickly. the speed depends of your HDD. About srep maybe you already know the answer ![]() Unpack Code: Quote:
__________________
-the science of the useless- Last edited by gozarck; 03-10-2016 at 07:54. |
| The Following User Says Thank You to gozarck For This Useful Post: | ||
Simorq (03-10-2016) | ||
|
#13
|
||||
|
||||
|
Quote:
I used this Quote:
Just for rematching is taking much time ![]() 20X Srep64 // 20 rematching or Quote:
Last edited by aswadd; 03-10-2016 at 13:45. |
|
#14
|
|||
|
|||
|
What is the best method to compress Mafia III, for a smaller size ?
|
|
#15
|
||||
|
||||
|
Quote:
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery." |
| The Following User Says Thank You to ~MAK~ For This Useful Post: | ||
oltjon (09-10-2016) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The ONLY Half-Life 2 Thread. Do Not Create New Threads | JoyBoy | PC Games | 286 | 25-03-2005 05:49 |
| Official Sims 2 Thread | JoyBoy | PC Games | 229 | 25-10-2004 16:01 |
| 'Official' CM4 Thread - Do Not Create New Threads | Fila | PC Games | 119 | 23-07-2003 06:33 |