Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-02-2018, 21:57
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Smile RZM - A ROLZ based compressor

RZM is an old compressor from 2008, but still it sometimes beats lzma in compression ratio.
Original compressor was released here by the author of RAZOR Archiver. The original version doesn't support stdin/stdout.

Anyways, here I present rzm stdio patched version.

I patched and ran only three successful tests, so don't know if it is quite stable or not.

RZM doesn't support files over 2GB and is single threaded so use 4x4:b2047m:rzm to bypass the limit and make it multithreaded.
Attached Files
File Type: 7z RZM-STDIO.7z (1.00 MB, 278 views)
__________________
NOT AVAILABLE

Last edited by 78372; 09-02-2018 at 21:59.
Reply With Quote
The Following 11 Users Say Thank You to 78372 For This Useful Post:
ADMIRAL (26-05-2020), Crynuvo (09-02-2018), danswano (10-02-2018), felice2011 (10-02-2018), ffmla (11-02-2018), Jiva newstone (10-02-2018), oltjon (10-02-2018), PsYcHo_RaGE (19-03-2018), shazzla (10-02-2018), Simorq (10-02-2018), teusma (10-02-2018)
Sponsored Links
  #2  
Old 10-02-2018, 01:25
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
RZM vs. LOLZ?
Reply With Quote
  #3  
Old 10-02-2018, 03:49
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
Threading Limitations

Hello

this is version of rzm a friend made long time ago

and this is how to limit the threadings that arc gives

4x4:t2:b2047m:rzm

where t2 means arc will open 2 instances of rzm at the same time for better control.

DO NOT LET fazip take control of 4x4 algo, only leave arc to it, i presented in the arc.ini how to do it

Enjoy !!
Attached Files
File Type: 7z RZM_STDIO.7z (19.9 KB, 116 views)
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following 8 Users Say Thank You to panker1992 For This Useful Post:
Andu21 (03-03-2018), danswano (11-02-2018), doofoo24 (10-02-2018), Jiva newstone (12-02-2018), RamiroCruzo (01-03-2018), shazzla (10-02-2018), Simorq (10-02-2018), teusma (10-02-2018)
  #4  
Old 10-02-2018, 12:01
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
@panker1992 are you sure of the arc.ini setting for decompression are :
[External compressor:rzm]
header = 0
packcmd = rzm c nul nul <stdin> <stdout>
unpackcmd = rzm d nul nul <stdin> <stdout>

it compress fine but at decompression using inno i get 'archive header is corrupt'...
could it be 4x4 setting ?
*i use 4x4:t2 in arc.exe not fazip...

Last edited by doofoo24; 12-05-2018 at 21:14.
Reply With Quote
  #5  
Old 11-02-2018, 14:42
teusma teusma is offline
Registered User
 
Join Date: Oct 2017
Location: Brazil
Posts: 30
Thanks: 25
Thanked 6 Times in 3 Posts
teusma is on a distinguished road
doofoo24, make sure there is not any command for the fazip in your arc.ini.

Last edited by teusma; 11-02-2018 at 14:44.
Reply With Quote
  #6  
Old 01-03-2018, 18:27
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 171 Times in 75 Posts
RamiroCruzo is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
Hello

this is version of rzm a friend made long time ago

and this is how to limit the threadings that arc gives

4x4:t2:b2047m:rzm

where t2 means arc will open 2 instances of rzm at the same time for better control.

DO NOT LET fazip take control of 4x4 algo, only leave arc to it, i presented in the arc.ini how to do it

Enjoy !!
*Achooo*
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep.
Reply With Quote
  #7  
Old 03-03-2018, 12:22
Andu21 Andu21 is offline
Registered User
 
Join Date: Feb 2016
Location: Impossible Planet
Posts: 114
Thanks: 179
Thanked 48 Times in 38 Posts
Andu21 is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
Hello

this is version of rzm a friend made long time ago

and this is how to limit the threadings that arc gives

4x4:t2:b2047m:rzm

where t2 means arc will open 2 instances of rzm at the same time for better control.

DO NOT LET fazip take control of 4x4 algo, only leave arc to it, i presented in the arc.ini how to do it

Enjoy !!
Code:
FreeArc 0.67 (March 15 2014) Creating archive: Data\rzm.bin using 4x4:t1:i0:b256mb:rzm
Memory for compression 512mb, decompression 640mb, cache 1mb
Compressed 3 files, 2,748,284,928 => 1,686,937,213 bytes. Ratio 61.38%
Compression time: cpu 4.45 sec/real 2297.61 sec = 0%. Speed 1.20 mB/s
All OK
I specified 4x4:b2047m:rzm and instead he used 4x4:t1:i0:b256mb:rzm. Also, decompression ends with unarc.exe stopped responding but everything is CRC perfect.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mini Compressor AIO 2021 Carldric Clement Conversion Tutorials 286 20-04-2026 11:42
Ultimate Conversion Compressor (UCC) vollachr Conversion Tutorials 55 26-04-2021 09:27
RAYcompressor - the ultimate AIO compressor rayated Conversion Tutorials 38 11-04-2018 00:10
Tiny Compressor 78372 Conversion Tutorials 1 24-11-2017 13:27
[Tutorial] Making Compressor like BlackBox? Carldric Clement Conversion Tutorials 8 15-10-2014 21:50



All times are GMT -7. The time now is 16:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com