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 17-10-2021, 02:31
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
LRZIP 0.23 x86 compressor

Found very old (13 years ago) LRZIP 32bit console compressors from net. Attached in below. Working from WinXP! Newest 32bit versions not available??

Description:

Long Range ZIP or Lzma RZIP

This is a compression program optimised for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2). Decompression is always much faster than bzip2.

Lrzip uses an extended version of rzip which does a first pass long distance
redundancy reduction. The lrzip modifications make it scale according to
memory size.
The data is then either:
1. Compressed by lzma (default) which gives excellent compression
at approximately half the speed of bzip2 compression
2. Compressed by lzo which on most machines compresses faster than disk
writing making it as fast (or even faster) than simply copying a large file
3. Leaving it uncompressed and rzip prepared. This form improves substantially
any compression performed on the resulting file in both size and speed (due to
the nature of rzip preparation merging similar compressible blocks of data and
creating a smaller file).
4. Compressed by bzip2 as an rzip-like compression format.

The major disadvantages are:
1. It only works on single files. To get the best performance out of the
compression it is best to tarball all your files together.
2. It requires a lot of memory to get the best performance out of, and is not
really usable (for compression) with less than 256MB. Decompression requires
very little ram and works on small ram machines.
3. Does not work on stdin/stdout.
Attached Files
File Type: zip lrzip.zip (146.7 KB, 26 views)
Reply With Quote
Sponsored Links
  #2  
Old 17-10-2021, 04:35
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by kj911 View Post
Found very old (13 years ago) LRZIP 32bit console compressors from net. Attached in below. Working from WinXP! Newest 32bit versions not available??
Its latest source is available at https://github.com/ckolivas/lrzip and you can download the binary as part of Cygwin.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #3  
Old 25-12-2021, 13:21
danthespal danthespal is offline
Registered User
 
Join Date: Dec 2020
Location: Iasi
Posts: 3
Thanks: 2
Thanked 6 Times in 2 Posts
danthespal is on a distinguished road
WinDirStat is a disk usage statistics viewer

Attached Files
File Type: 7z windirstat_release_64.7z (1.00 MB, 17 views)
Reply With Quote
The Following 2 Users Say Thank You to danthespal For This Useful Post:
GTX590 (26-12-2021), L0v3craft (20-06-2022)
  #4  
Old 19-06-2022, 16:54
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Lightbulb Quick File Hashing

Quick File Hashing v1.0

.
Attached Images
File Type: png Screenshot 2.png (28.4 KB, 336 views)
Attached Files
File Type: rar Quick File Hashing v1.0.rar (287.9 KB, 28 views)
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
:( Sad8669 (19-06-2022), dixen (19-06-2022), ffmla (21-06-2022), Titeuf (19-06-2022)
  #5  
Old 30-09-2022, 07:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Is there a tool to null file contents (replace with zeros from beginning to end of file), especially if you have multiple files?

I know I can do it with HxD but if you have many files this will get odd.
__________________
Haters gonna hate
Reply With Quote
  #6  
Old 30-09-2022, 10:46
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Is there a tool to null file contents (replace with zeros from beginning to end of file), especially if you have multiple files?

I know I can do it with HxD but if you have many files this will get odd.
I asked Razor and FitGirl this a while back and they both said to use fsutil to create files of a defined size.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
KaktoR (01-10-2022)
  #7  
Old 01-10-2022, 02:46
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Thanks for the hint with fsutil, took me a bit to understand as I have never worked with it. Here is a working batch

Code:
FOR /R %%a IN ("*.bk2") DO (fsutil file setzerodata offset=0 length=%%~za "%%a")
It fills all selected files by file extension in current and sub folders with zeroes, beginning from first offset to last.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Grumpy (07-10-2022), Masquerade (01-10-2022)
  #8  
Old 07-11-2022, 23:49
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 524
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Works or not ,i dont know :

https://github.com/hpxro7/wwiseutil
Reply With Quote
  #9  
Old 10-12-2022, 06:03
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
7-Zip SFX package splitter

The very old and very simple 7zSFX file splitter....

Separately saves the 7zSFX file, installation configuration (simple TXT) and 7z archive.
Attached Files
File Type: zip 7ZSplit.zip (4.7 KB, 18 views)
Reply With Quote
The Following 3 Users Say Thank You to kj911 For This Useful Post:
FoRMaT-2007 (15-04-2023), Gehrman (10-12-2022), Vladislav989 (04-01-2023)
  #10  
Old 16-03-2023, 13:51
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Quick tested in freshly new ListExt from WinXP! Nice and found the file size reports bug. Listed results 100* bigger than real. (Missing "." or "," characters.)
Attached Images
File Type: png ListExt_1.0.0.2_XP_Size_Bug.PNG (104.2 KB, 252 views)
Reply With Quote
The Following 2 Users Say Thank You to kj911 For This Useful Post:
BLACKFIRE69 (16-03-2023), Ele (26-06-2023)
  #11  
Old 16-03-2023, 22:28
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by kj911 View Post
Quick tested in freshly new ListExt from WinXP! Nice and found the file size reports bug. Listed results 100* bigger than real. (Missing "." or "," characters.)
does this work?
Attached Files
File Type: 7z ListExt.7z (54.7 KB, 21 views)
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Ele (26-06-2023), kj911 (17-03-2023)
  #12  
Old 17-03-2023, 03:06
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
does this work?
Testing now!

Previous days (2023.03.16. build): This file size reports bug, available from Win7 SP1 x64!

Last days (2023.03.17. build): File size report fully works!! (WinXP and Win7)
Reply With Quote
The Following User Says Thank You to kj911 For This Useful Post:
BLACKFIRE69 (17-03-2023)
  #13  
Old 09-04-2023, 03:36
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
StuffIt, a (potentially?) useful tool for compressing JPEG images

An excerpt, from the wiki page:

StuffIt Image Format (SIF)

"Early in 2005, a new JPEG compression system was released that regularly obtained compression in the order of 25% (meaning a compressed file size 75% of the original file size) without any further loss of image quality and with the ability to rebuild the original file, not just the original image. (ZIP-like programs typically achieve JPEG compression rates in the order of 1 to 3%. Programs that optimize JPEGs without regard for the original file, only the original image, obtain compression rates from 3 to 10% (depending on the efficiency of the original JPEG). Programs that use the rarely implemented arithmetic coding option available to the JPEG standard typically achieve rates around 12%.)

The new technique was implemented as a StuffIt X format option in their StuffIt Deluxe product. They have also proposed a new image format known as SIF, which simply consists of a single JPEG file compressed using this new technique.

Pending filing of their patent, they retain knowledge of the details of this algorithm as a trade secret. Some details are disclosed in: the high JPEG recompression is achieved by undoing the last step of the JPEG compression itself (the Huffman encoding of quantized transform coefficients). Instead, the transform coefficients are compressed by a more efficient algorithm (a predictive model based on the DC coefficients of neighboring blocks). Similar techniques are also applied for other image file formats such as GIF and TIFF and even the MP3 music file format. By means of decomposition, the relatively high compression rates for individual file formats can also be achieved for container file formats such as PDF, PSD and even ZIP.
"

Attached below is an archive containing, what I believe to be all the appropriate resources needed to create an StuffIt archive, a sample jpeg and a simple batch script to test packing. I haven't experimented with every available switch, so don't take the sample script as being the most optimal method of packing. Theres a plethora of other resources that are created when installing this software but I'm pretty confident that, at least in testing only these files are needed to create a StuffIt archive.

Preliminary tests have shown uninmpressive results, in contrast to a typical compression chain of srep & lolz

Code:
Source: 32 MiB JPEG

StuffIt -> 27.3 MiB
S + L   -> 15.1 MiB
It's entirely possible I failed to configure the compressor properly but thought I'd share it regardless in case anyone would like to test it for themselves.
Attached Files
File Type: rar StuffIt.rar (8.75 MB, 64 views)

Last edited by L33THAK0R; 09-04-2023 at 03:39.
Reply With Quote
  #14  
Old 11-04-2023, 04:24
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
L33THAK0R: This test image sets, publicable?? (32MB -> 15MB)

The 'S + L methods' = Stuffit+LOLZ?

The compressor, not user friendly in takes very long commands and more options! The compressor, says message: "StuffIt Deluxe is not installed. To obtain StuffIt Deluxe visit..." Resolve, use registration code added from registry before compression and delete its after compression in finished. Or make VBOX-ed EXE-package from to ONE exe files, from (de)compress... Few dll's properly injectable the main executable files, reducing files counts. Upload to my package?

UPDATE: Checked my package, not injected more dll's to main EXE files... The "sitx.dll" readable to "plugins" dir.
The registration code problem its mininally harderly resolve from newer than WinXP OS, aka SysWOW6432 related issues.
More problems, finding optimal, best and hardware scalable (dict. size and cpu threads related) compreesion commands achieve overall best compreesion ratio.

My results from "test.jpg" file: 5 420 967 byte

Last edited by kj911; 11-04-2023 at 04:56.
Reply With Quote
  #15  
Old 11-04-2023, 16:50
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by kj911 View Post
L33THAK0R: This test image sets, publicable?? (32MB -> 15MB)

The 'S + L methods' = Stuffit+LOLZ?

The compressor, not user friendly in takes very long commands and more options! The compressor, says message: "StuffIt Deluxe is not installed. To obtain StuffIt Deluxe visit..." Resolve, use registration code added from registry before compression and delete its after compression in finished. Or make VBOX-ed EXE-package from to ONE exe files, from (de)compress... Few dll's properly injectable the main executable files, reducing files counts. Upload to my package?

UPDATE: Checked my package, not injected more dll's to main EXE files... The "sitx.dll" readable to "plugins" dir.
The registration code problem its mininally harderly resolve from newer than WinXP OS, aka SysWOW6432 related issues.
More problems, finding optimal, best and hardware scalable (dict. size and cpu threads related) compreesion commands achieve overall best compreesion ratio.

My results from "test.jpg" file: 5 420 967 byte
my mistake, I had put together the test suite rather quickly and hadn't even thought to test it on a fresh VM. I definitely should have clarified, "S + L" was "Srep + Lolz". I'm afraid my brain might be a bit fried because I can't really understand the rest of your post. I'll start trying to put together a functioning testing suite.

EDIT:
If you don't mind me asking how were you able to achieve your 5mb result?

Last edited by L33THAK0R; 11-04-2023 at 17:10.
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
x-box programs cool_dude_2000 XBox Games 4 01-06-2003 05:37
Best programs to burn? Rafaelbn PC Games 2 30-05-2002 10:22
Recommendations for Best CDR programs ? Error/fault on Nero ... shinta CD/DVD Software & Utilities 1 09-04-2002 12:37
Wma & What are the best programs for finding mp3s adriannqld Media Files 4 25-07-2001 21:00



All times are GMT -7. The time now is 08:51.


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