Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I had a 326 MB iso file that I compressed using WinRAR, with the best compression method. It got compressed to 144 MB.

I want to compress more and want it to be limited to something around 22 MB.

Is there a way I can compress the RAR file again? If not, is there any other way out?

share|improve this question
What kind of data does the ISO file contain? Programs? Documents? Music? Video? – David Schwartz Mar 31 '12 at 6:55
@ David Schwartz It is a software CD,with autorun – Suhail Gupta Mar 31 '12 at 7:00
It would be nice if we could compress compressed archives again and again. Every archive would be about 1 byte. – totymedli May 1 at 8:19

2 Answers

up vote 6 down vote accepted

If you've already compressed with best compression method, you can't compress further.. Few KB/MB could be digestible, but compressing 144MB compressed data to 22MB: No way!
I'd not say, its impossible. But.. Currently, there's no standard compression algorithm to do this. Sorry!

If 22MB is a limit somewhere (like cloud, storage), you can always use file splitters to split this 144MB file into multiple 22MB chunks. File Joiners (often, built-in with file splitters) reverse this process.

share|improve this answer
From information theory there's a limit to how much can be compressed. You can't go beyond that. – slhck Mar 31 '12 at 7:51
2  
I have a 42k archive that contains 4.5 petabyte of data when decompressed. en.wikipedia.org/wiki/Zip_bomb – Zoredache Mar 31 '12 at 8:45
2  
@Zoredache You can't apply Zip Bomb example on practical files. Compression algorithms just remove repeating data. So, create a 10GB file fully filled with 1. Now, compress it. What do you expect? Again compress it to hunt down repeating compression meta data. Do it again-n-again. You'll definitely end up with a KB file. For sure, you can't apply this to practical files! – Sachin Shekhar Mar 31 '12 at 10:00
That's correct. Zip bombs work same way: stackoverflow.com/a/1459776/577898 . Our everyday files can't be compressed with that compression ratio. – user178094 Mar 31 '12 at 18:14
why can't the winrar compress the already compressed file ? – Suhail Gupta Apr 3 '12 at 18:20
show 3 more comments

If you have a PC with RAM higher than 3 GB and processor about 3 GHz, use KGB Archiver.

At maximum compression and PAQ6 algorithm you’ll be able to reduce a file's size to a fourth or fifth of the original – but it's a very slow process.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.