Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Data compression Question?

  1. #1
    Diamond Member tec0's Avatar
    Join Date
    Jun 2009
    Location
    South Africa
    Posts
    4,624
    Thanks
    1,884
    Thanked 463 Times in 410 Posts
    Blog Entries
    3

    Data compression Question?

    In the last few months I have noticed that data compression is taking leaps towards what I can only describe as nearly impossible compression ratios. *.ISO files with an actual size of over 14 GB “Gigabytes” compressed in to 4 GB “Gigabytes” files sizes and sometimes 2.4 GB “Gigabytes” that is absolutely astonishing but also nobody seems to know how it is done.

    I have tested every single open source software I could find and also a few trial versions that wasn’t restricted in functionality and yet the best I get is 7 GB “Gigabytes” *.ISO file compressed into 6.25 GB ““Gigabytes” and that is hardly worth mentioning.

    The implementation of this kind of compression will make backup over ADSL lines faster and not to mention your backup medium can then handle so much more making it really cost effective.

    Does anybody have a clue how it is done?
    peace is a state of mind
    Disclaimer: everything written by me can be considered as fictional.

  2. #2
    Diamond Member AndyD's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town
    Posts
    4,923
    Thanks
    576
    Thanked 934 Times in 755 Posts
    An ISO image is just a true copy (image) of a disk. ISO isn't a compressed format in itself, if the ISO image is to the 9660 standard then it should be about the same size as the original disk.

    If you want to compress the contents of an ISO image or an original disk you would be better extracting the files to your hard drive and using a compression tool like WinRAR. The resulting compressed file could then be repackaged as an ISO but obviously it would no longer be mountable to emulate the original disk so it would be pointless. If the file was then sent to a recipient they would need to reverse the process to recreate a true disk image.
    _______________________________________________

    _______________________________________________

  3. #3
    Diamond Member AndyD's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town
    Posts
    4,923
    Thanks
    576
    Thanked 934 Times in 755 Posts
    Compression ratios depend on the type of files that are being compressed as well as their contents. For example if you have a text file that's 10 Gb in size and contains just a whole bunch of asterisks then it might compress to a couple of kilobytes. On the other hand if you have a container format file which already supports compression such as an 'avi' or an 'mkv' file then if you ZIP or RAR it the result will be an archive that is almost identical in size to the original.

    What kind of files are you trying to compress?
    _______________________________________________

    _______________________________________________

  4. #4
    Diamond Member tec0's Avatar
    Join Date
    Jun 2009
    Location
    South Africa
    Posts
    4,624
    Thanks
    1,884
    Thanked 463 Times in 410 Posts
    Blog Entries
    3
    I know it is really not possible to compress *.ISO files yet on my system is a seemingly normal zip file and once you unzip it, it is builds into a *.ISO file. And it started out as a 4.3 GB file and ended up as a 14 GB ISO. It is by definition impossible but I would gladly make a short video clip and let you be the judge. "Please recommend me a free desktop recorder that works with win7 and I will gladly "record" and show you how near impossible this really is!"

    I myself took a few backup disks captured it as in *ISO format with the hopes that I can do the same. No luck...
    peace is a state of mind
    Disclaimer: everything written by me can be considered as fictional.

  5. #5
    Gold Member Sparks's Avatar
    Join Date
    Dec 2009
    Location
    Port Elizabeth
    Posts
    890
    Thanks
    20
    Thanked 127 Times in 96 Posts
    What I have had is repetitive winzip/winrar compressed files(zipped then re-zipped then zipped again) which are then converted into an image. The image is then also compressed. I have "Magic Disc" version2.7 build 106

  6. #6
    Gold Member irneb's Avatar
    Join Date
    Apr 2007
    Location
    Jhb
    Posts
    625
    Thanks
    37
    Thanked 111 Times in 97 Posts
    It sounds illogical. Maybe that growth to 14GB was actually just blank space - which when cleared from the ISO makes the actual size reflect the true data on the image. If you mount it, what does the property dialog tell you about the drive? What size in total files & folders? Compare that to the size of the ISO file. Is the ISO image in something like NTFS - that could have internal compression already.

    As for video capture - try CamStudio. I like M$'s Windows Media Encoder a lot, but I don't think they've updated it to work on their newer OS's. Otherwise there seems quite a lot of other possibilities through a google search.

    BTW, you stated you've tried a great many compression programs. And ZIP and RAR was mentioned. Has anyone tried 7Zip ... I've found it to work faster than WinRar / WinZip and create smaller files than either.
    Gold is the money of kings; silver is the money of gentlemen; barter is the money of peasants; but debt is the money of slaves. - Norm Franz
    And central banks are the slave clearing houses

  7. #7
    Diamond Member tec0's Avatar
    Join Date
    Jun 2009
    Location
    South Africa
    Posts
    4,624
    Thanks
    1,884
    Thanked 463 Times in 410 Posts
    Blog Entries
    3
    If anything I have given up trying to replicate the compression. If I compress the same file using what is available like 7zip I get a slap in the face. It doesn’t compare. All I know, it is an auto executable and it is completely stand alone. No identification and is definitely custom. Whoever this person is, this person is nothing short of brilliant.
    peace is a state of mind
    Disclaimer: everything written by me can be considered as fictional.

  8. #8
    Gold Member irneb's Avatar
    Join Date
    Apr 2007
    Location
    Jhb
    Posts
    625
    Thanks
    37
    Thanked 111 Times in 97 Posts
    Quote Originally Posted by tec0 View Post
    If anything I have given up trying to replicate the compression. If I compress the same file using what is available like 7zip I get a slap in the face. It doesn’t compare. All I know, it is an auto executable and it is completely stand alone. No identification and is definitely custom. Whoever this person is, this person is nothing short of brilliant.
    That actually tells me it's not an (normal) SFX archive. What's probably happening is it's a custom program which generates some portion (at least) of the ISO according to some internal function. The generated portion then appears to other compressors as if it's random data - so it doesn't compress too well through more generalized compression algorithms.

    As an example of such, it's possible to obtain the exact same sequence of data from a single seed value for a random function. Then that random data would compress extremely little as any generalized algorithm wouldn't pick up that it's been calculated from a single value. So theoretically you can make a program which is just a few kB in size which creates a file several GB in size which compresses extremely badly if at all.
    Gold is the money of kings; silver is the money of gentlemen; barter is the money of peasants; but debt is the money of slaves. - Norm Franz
    And central banks are the slave clearing houses

  9. #9
    Diamond Member AndyD's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town
    Posts
    4,923
    Thanks
    576
    Thanked 934 Times in 755 Posts
    Just a thought but if the original source disk from which the iso file was created was a retail CD or DVD (movie or music) then there are certain forms of anti piracy protection that play around with the file allocation table on the disk in order to confuse a computer which invariably relies on it to read the disk. With a 'dumb' optical appliance such as a DVD Player the file allocation table isn't read in order to reference and access the files on the disk. Similarly here could be 'dummy' files (as used by SonyBMG on platstation game disks) that are nothing more than a space allocation on the disk but these could cause an ISO image to be unnecessarily large.
    _______________________________________________

    _______________________________________________

  10. #10
    Diamond Member tec0's Avatar
    Join Date
    Jun 2009
    Location
    South Africa
    Posts
    4,624
    Thanks
    1,884
    Thanked 463 Times in 410 Posts
    Blog Entries
    3
    Fact is, I have tested a few types and found that anything with an *.EXE will not compress as good as a *.DOCX or *.TXT file. Mp3’s and AVI can be made smaller if you play with the quality and so on but other than that it will not “compress” at all. Renaming an *.Mp3 or *.AVI to *.TXT doesn’t help much because I tested it and I had no improvement.

    On average a commercially available *.ISO compressors will slim *.ISO down with a 100mb or so on average. That said I found some *.ISO files that slim down with about 2Gb so again it is the question of what files are being compressed.
    peace is a state of mind
    Disclaimer: everything written by me can be considered as fictional.

Page 1 of 3 123 LastLast

Did you like this article? Share it with your favourite social network.

Did you like this article? Share it with your favourite social network.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •