Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
cd_image_formats [2020/02/20 21:17] lalacd_image_formats [2020/07/13 19:14] – [Create CHD] ordovice
Line 4: Line 4:
  
 First off, here's a comparison of sizes for the PSX-game ''Driver - You Are the Wheelman (USA) (v1.1)''. First off, here's a comparison of sizes for the PSX-game ''Driver - You Are the Wheelman (USA) (v1.1)''.
-1. In bin/cue it is 747,030,480 bytes. +    - In **BIN/CUE** it is 747,030,480 bytes. 
-2. In PBP (maximum compression) it is 517,187,964 bytes. +    In **PBP** (maximum compression) it is 517,187,964 bytes. 
-3. In CHD it is 465,566,193 bytes.+    In **CHD** it is 465,566,193 bytes.
  
 It's a LOT easier to batch convert **BIN/CUE** dumps to **CHD** than it is to convert them to **PBP** It's a LOT easier to batch convert **BIN/CUE** dumps to **CHD** than it is to convert them to **PBP**
Line 19: Line 19:
  
 <code> <code>
-for %i in (*.chd) do extractcd -i "%i" -o "%~ni.cue"+for %i in (*.chd) do chdman extractcd -i "%i" -o "%~ni.cue"
 </code> </code>
  
  • cd_image_formats.txt
  • Last modified: 18 months ago
  • by atari