Home / Software / Computer software / Extreme compession tool?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 3 [All] - (Bottom) Print
Author Topic: Extreme compession tool?  (Read 1584 times)
Ryder17z
Topic Starter
Intermediate



Thanked: 2
Posts: 201

Computer: Specs
Experience: Experienced
OS: Windows XP



1
« on: October 18, 2009, 12:05:34 PM »

I have had a few tools in the past days, but I can't find them

These tools could compress files extremely hard

They where better than 7z which is pretty good

I remember I compressed a few files and I still got the results file:

Uncompressed/Compressed
10MB/6MB
40MB/23MB
100MB/72MB
500MB/124MB
1GB/710MB
4GB/2.5GB

Note: These values might be wrong, but those tools used an extreme compression ratio

Also, these tools where freeware


Can anyone tell me where I can get such tools?
IP logged

Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #1 on: October 19, 2009, 02:04:42 AM »

Like you i was also tried to find the best compressed tools. But no one compressed more than half of the original size. One more thing is that the compression ratio is depend on the type of the file. For videos, it is very hard to compress but for text or programmatic or any installation files the compression ratio is good.

I preferred to use winrar as it supports allmost all types of compression files and gives better results of compressing.

One surprising news is that one day i tried to compress the windowsxp boot cd contents along with some softwares like ms office 2003, nero 7, vlc player etc..... worth the size of 3.5GHz, and I didn't believe that my .rar file size is of 2MB(Two mega bytes only) and I unpacked the contents the same 3.5gb are available to me........ really surprising.......
IP logged

Vikram...
thumbtak
Rookie



Posts: 17


« Reply #2 on: October 29, 2009, 08:23:44 PM »

I was looking around online and can't remember where but it said that the best compression tool is 7-zip in .7z format. I have not tested this so I am unsure if it is true. What I have seen is that with the right configuration that GTA3 was compressed to 50 MB. They used uharc compression tool and it wasn't the GUI version to compress all the music. I had to run a batch file in DOS to uncompress the music. The rest was just a standard SFX compression.

So what I am assuming is use UHARC and 7-zip combined to get the best compression.
IP logged
Ryder17z
Topic Starter
Intermediate



Thanked: 2
Posts: 201

Computer: Specs
Experience: Experienced
OS: Windows XP



1
« Reply #3 on: October 31, 2009, 07:01:43 AM »

I have found some tools:

KGB Archiver

UHARC


These two seems to be the best today, but I haven't used them in several years..
IP logged

patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #4 on: October 31, 2009, 09:26:58 AM »

The amount of compression is more dependent on the file type than the tool being used.
IP logged

   
"
All generalizations are false, including this one.  "
inapaler
Rookie



Thanked: 1
Posts: 41


« Reply #5 on: October 31, 2009, 09:51:06 AM »

One surprising news is that one day i tried to compress the windowsxp boot cd contents along with some softwares like ms office 2003, nero 7, vlc player etc..... worth the size of 3.5GHz, and I didn't believe that my .rar file size is of 2MB(Two mega bytes only) and I unpacked the contents the same 3.5gb are available to me........ really surprising.......

heheh!
this really surprising!
btw, have you tried decompressing it to another pc?

I also use winrar for all my compression need.
IP logged

BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #6 on: October 31, 2009, 09:58:37 AM »

the 3.5GB of data was probably 2.0GB, not MB.

PowerArchiver with 7z set to maximum is able to compress my 500~MB project folder into a relatively tiny 70MB file, it's mostly text, which is probably why it compresses so well.
IP logged

Ryder17z
Topic Starter
Intermediate



Thanked: 2
Posts: 201

Computer: Specs
Experience: Experienced
OS: Windows XP



1
« Reply #7 on: November 01, 2009, 01:42:01 PM »

I made a tool that calculated the percent values of each file type:

Quote
17% = Text Files (TXT, LOG)
11% = Images (PNG, JPG)
24% = Uncompressed Archives (CAB, IMG)
16% = Movies/Videos (AVI, MPG)
14% = Audio (MP3, OGG)
18% = Executables (EXE, COM, BAT)

Files: 27495
Folders: 219
Size: 17.87GB

It would be very nice if I could cram this stuff into my 4GB Flash Memory ::)

But it would be even better if it could fit on a single CD or my other 2GB Flash Memory
IP logged

Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #8 on: November 01, 2009, 09:59:38 PM »

No, no the 3.5gb is compressed into 2mb really. Next time i'l attach the rar file, I decompressed it and all the contents are retrieved again......... True.........
IP logged

Vikram...
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #9 on: November 02, 2009, 01:49:43 AM »

No, no the 3.5gb is compressed into 2mb really. Next time i'l attach the rar file, I decompressed it and all the contents are retrieved again......... True.........

The only thing that can compress that much is when there is a lot of redundant data. Most of the Windows Disc contains already compressed data, in cab format. compressing it further will not yield very much further compression, and in fact might even make the file larger.

regarding the listing you made ryder17z, while many cab files are not compressed- almost all are. It was intended as a replacement for the previous method, where MS was compressing files using a small LZW compressor, (compress is available from the windows 3.1 sdk) as well as expand which expanded the files. they often had an underscore or dollar sign as the filename.

additionally, batch and script files should be listed as text files, not executables. executables contain strictly machine code or interpreted byte code, rather then plain text, as would be the case for batch or script files.
IP logged

Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #10 on: November 02, 2009, 11:05:15 PM »

I agreed 100% with patio's and BC_programmer's post. The compression size is depends on the type of the files. My compression consists of 98% of text related files (windows os , office and so on). It is just 2MB

Get download it and post me your comments on this compression

http://rapidshare.com/files/301697505/Windows_highcompression.rar
IP logged

Vikram...
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #11 on: November 03, 2009, 03:50:13 AM »

the "image" file is just 4 gigabytes of ascii character 0. It contains absolutely nothing. No "windows OS", "Office" or anything. Just null characters.

IP logged

Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #12 on: November 04, 2009, 11:04:22 PM »

It's a 3.20GB Nero Image file. As per your post   :o I just downloaded and tested it (Mounted the .nrg image into nero image drive ) and I got the files.......

Try once... :-\
IP logged

Vikram...
Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #13 on: November 05, 2009, 06:42:28 AM »

I tried the KGB Archiever also, but it is taking long time............................... ;D
IP logged

Vikram...
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #14 on: November 05, 2009, 08:46:44 AM »

It's a 3.20GB Nero Image file. As per your post   :o I just downloaded and tested it (Mounted the .nrg image into nero image drive ) and I got the files.......

Try once... :-\

It's empty. Every single character in the extracted Image is ascii 0.
IP logged

Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #15 on: November 07, 2009, 03:47:17 AM »

Quote
It's empty. Every single character in the extracted Image is ascii 0.

Amazing...... :o what's happening ? while i got the files but you told it was written with 0's
I can't believe this ? why it was happening like that........................... ??? ??? ???
IP logged

Vikram...
Quantos
Guru



Thanked: 158
Posts: 4,041

Experience: Experienced
OS: Windows Vista


Union Proud IW 720

Iron Workers Local 720 1 1
« Reply #16 on: November 08, 2009, 09:57:04 AM »

You are obviously doing something wrong.  Especially if you are seeing compression ratios that are that high.  It's just not possible to compress them that much.

<edit>  Are you sure that you aren't just compressing the links to the files?  </edit>
IP logged

"Ah the agony, ah the shame, making one man's privates - public for a game..."  Mel Brooks
Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #17 on: November 08, 2009, 08:51:29 PM »

No no no man....... they are files, I uncompressed and installed MSOffice 2003. But I don't know what happened when you uncompressed them. It's working on my desktop as well as on my notebook. I verified once again.....
IP logged

Vikram...
Quantos
Guru



Thanked: 158
Posts: 4,041

Experience: Experienced
OS: Windows Vista


Union Proud IW 720

Iron Workers Local 720 1 1
« Reply #18 on: November 08, 2009, 08:58:27 PM »

I don't think that you did what you think that you did.
IP logged

"Ah the agony, ah the shame, making one man's privates - public for a game..."  Mel Brooks
Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #19 on: November 08, 2009, 09:08:17 PM »

I compressed them, and still i'm using them........
IP logged

Vikram...
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #20 on: November 08, 2009, 09:09:24 PM »

you can't use a compressed file.... unless they are compressed via the NTFS filesystem feature.
IP logged

Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #21 on: November 08, 2009, 09:13:19 PM »

what i was did is here....

1)I downloaded winrar version 3.80
2)I copied the contents of my xp os into a folder
3)I copied MSOffice, Nero, VLC and some other files into the same folder where i put the windows.
4) Now using Nero 7 i make an image file of these
5) then I compressed that image file, and it came to 2MB

I gave it to my friends and they told it's working....
IP logged

Vikram...
Quantos
Guru



Thanked: 158
Posts: 4,041

Experience: Experienced
OS: Windows Vista


Union Proud IW 720

Iron Workers Local 720 1 1
« Reply #22 on: November 08, 2009, 09:16:05 PM »

And you say that it went from what size before compression to what size after compression?
IP logged

"Ah the agony, ah the shame, making one man's privates - public for a game..."  Mel Brooks
Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #23 on: November 08, 2009, 09:17:03 PM »

Before compression 3.4GB
After compression  2MB
IP logged

Vikram...
patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #24 on: November 09, 2009, 06:13:34 AM »

Not possible i say.
IP logged

   
"
All generalizations are false, including this one.  "
Quantos
Guru



Thanked: 158
Posts: 4,041

Experience: Experienced
OS: Windows Vista


Union Proud IW 720

Iron Workers Local 720 1 1
« Reply #25 on: November 09, 2009, 09:10:53 AM »

No, that's positively unheard of.
Even 3.4 Gig to 2 Gig would be absolutely astounding.
IP logged

"Ah the agony, ah the shame, making one man's privates - public for a game..."  Mel Brooks
patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #26 on: November 09, 2009, 09:15:37 AM »

Wonder why the compressed files are empty ? ?

 ::)
IP logged

   
"
All generalizations are false, including this one.  "
Salmon Trout
Prodigy



Thanked: 501
Posts: 7,365

Computer: Specs
Experience: Guru
OS: Linux variant

1
« Reply #27 on: November 09, 2009, 10:35:26 AM »

what i was did is here....

1)I downloaded winrar version 3.80
2)I copied the contents of my xp os into a folder
3)I copied MSOffice, Nero, VLC and some other files into the same folder where i put the windows.
4) Now using Nero 7 i make an image file of these
5) then I compressed that image file, and it came to 2MB

I gave it to my friends and they told it's working....


So we add piracy to the charge of falsehood...
IP logged

patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #28 on: November 09, 2009, 02:40:17 PM »

Why would it work for them and not the Expert ...one wonders ? ?
IP logged

   
"
All generalizations are false, including this one.  "
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #29 on: November 09, 2009, 03:07:57 PM »

I just double-checked what I saw in the file with the following routine:

Code: [Select]
Public Sub CheckBytes(Byval onFile as String)
    Dim StreamOfFile as BCFile.FileStream
    Dim StringRead as String,CountMismatch as Long
    Set StreamOfFile = BCFile.OpenStream(onfile)
   
    Do Until StreamOfFile.AtEndOfStream
        StringRead = StreamofFile.ReadString(32768,strRead_ANSI)
        if StrComp(Stringread,String$(len(stringread),vbnullchar)) <> 0 then
            debug.Print "Compare mismatch"
            countmismatch = countmismatch+1
        End If
    Loop
    StreamOfFile.CloseStream()
    debug.print "number of 32K blocks that contain non-null characters:" & countmismatch

End Sub


I ran it on the extracted image. the result was that there were 0 32K blocks containing non-null characters.

This is not a valid image, and the only reason it is 20MB in size is because the entire thing is just one character repeated billions of times. In fact, 20MB is far more then would be necessary, the only thing you'd need to compress this file is a Unsigned long integer to store the number of bytes, so it could be reduced to only 8 bytes.

Wondering why it worked for your friends is irrelevant. Because it did not. There is not "it probably didn't work" or even an inkling of a possibility that it worked. saying it worked is analogous to saying you were able to turn a cooked egg into a raw egg again.

lastly, what exactly are you copying? your explanation is not clear. you copied the contents of your XP OS? Is this the CD, your windows directory, or what? same with the other entries. copying your program files folder is pointless and even if you had a valid archive from that it would be completely useless. And larger then 20MB.
IP logged

Quantos
Guru



Thanked: 158
Posts: 4,041

Experience: Experienced
OS: Windows Vista


Union Proud IW 720

Iron Workers Local 720 1 1
« Reply #30 on: November 09, 2009, 06:36:57 PM »

Well done BC, I knew it was bunk.
IP logged

"Ah the agony, ah the shame, making one man's privates - public for a game..."  Mel Brooks
Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #31 on: November 09, 2009, 10:31:08 PM »

astly, what exactly are you copying? your explanation is not clear. you copied the contents of your XP OS? Is this the CD, your windows directory, or what?

I put the cd in the tray and copied the entire contents into a folder. It's not  programfiles. I'l upload the video of what i did.....soon.
« Last Edit: November 09, 2009, 11:51:06 PM by patio » IP logged

Vikram...
Quantos
Guru



Thanked: 158
Posts: 4,041

Experience: Experienced
OS: Windows Vista


Union Proud IW 720

Iron Workers Local 720 1 1
« Reply #32 on: November 09, 2009, 11:45:22 PM »

You do realize that a video of what you did won't add any credibility to what you claim.  What you are claiming is just not possible, no matter how you say or view it.
IP logged

"Ah the agony, ah the shame, making one man's privates - public for a game..."  Mel Brooks
Vikram Varaprasad
Intermediate



Thanked: 6
Posts: 213




« Reply #33 on: November 09, 2009, 11:50:32 PM »

Ok, no problem.... 8)
IP logged

Vikram...
Pages: 1 2 3 [All] - (Top) Print 
Home / Software / Computer software / Extreme compession tool? « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.151 seconds with 20 queries.