Post Reply 
 
Thread Rating:
  • 2 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Batch iso <=> cso converter.
10-26-2014, 02:32 AM (This post was last modified: 10-26-2014 02:32 AM by [Unknown].)
Post: #23
RE: Batch iso <=> cso converter.
1. Sky's the limit. If you omit, it will auto detect based on number of cpu cores. I get approximately the same performance with 8 or 16 threads (I have 4 hyperthreaded cores.)

2. Correct. So if you don't mind waiting a while, "--use-zopfli" will give you best compression (it will use the other two as well by default.)

3. You also change METHOD here. So, if you want to only use 7-zip's deflate algorithm, use "--no-zlib --use-7zdeflate" (--use-7zdeflate is optional since it's enabled by default.) Yes, If you use "--no-zlib --no-7zdeflate", it will not compress at all, and create a larger file than the iso (due to cso format overhead.)

The reason to allow customizing the methods is because they take time. "zlib" runs four different trials of zlib compression (--fast disables this and uses only the standard method.) "7zdeflate" is a little slower than zlib but often gives better compression. zopfli is significantly slower than any of the others, but usually gives the best compression.

If you use zopfli only, you'll wait like 90% as long as using all of them, and end up with a slightly larger file. From my testing, every algorithm has sectors it can compress better than the others.

That being said, that's more interesting to a compression nerd like me. It all really only amounts to a 1% difference in filesize. I turned off zopfli by default because it was even slower than I expected it to be.

Anyway, --fast matches what other compressors use (although it might sometimes give slightly better compression), and is much faster, even on a single core, from my tests. So you can just use --fast and have it finish faster for free.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Batch iso <=> cso converter. - vsub_ - 08-09-2013, 06:30 AM
RE: Batch iso <=> cso converter. - arg274 - 08-09-2013, 12:07 PM
RE: Batch iso <=> cso converter. - vsub_ - 08-09-2013, 12:13 PM
RE: Batch iso <=> cso converter. - arg274 - 08-09-2013, 12:16 PM
RE: Batch iso <=> cso converter. - Gurlok - 08-09-2013, 12:53 PM
RE: Batch iso <=> cso converter. - vnctdj - 08-09-2013, 01:25 PM
RE: Batch iso <=> cso converter. - arg274 - 08-09-2013, 05:48 PM
RE: Batch iso <=> cso converter. - vnctdj - 08-09-2013, 06:08 PM
RE: Batch iso <=> cso converter. - arg274 - 08-10-2013, 06:26 AM
RE: Batch iso <=> cso converter. - vnctdj - 08-10-2013, 12:45 PM
RE: Batch iso <=> cso converter. - arg274 - 08-10-2013, 03:10 PM
RE: Batch iso <=> cso converter. - vnctdj - 08-10-2013, 03:18 PM
RE: Batch iso <=> cso converter. - SNESFAN - 08-09-2013, 10:16 PM
RE: Batch iso <=> cso converter. - arg274 - 08-12-2013, 05:33 PM
RE: Batch iso <=> cso converter. - vsub_ - 08-12-2013, 05:50 PM
RE: Batch iso <=> cso converter. - Peeka - 10-17-2014, 11:57 AM
RE: Batch iso <=> cso converter. - ZeroX4 - 10-17-2014, 08:27 PM
RE: Batch iso <=> cso converter. - Peeka - 10-19-2014, 07:20 AM
RE: Batch iso <=> cso converter. - ZeroX4 - 10-19-2014, 08:29 AM
RE: Batch iso <=> cso converter. - Haseeb - 10-17-2014, 04:12 PM
RE: Batch iso <=> cso converter. - vsub_ - 10-26-2014, 02:12 AM
RE: Batch iso <=> cso converter. - [Unknown] - 10-26-2014 02:32 AM

Forum Jump: