Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| disk_image_compression [2024/01/21 01:26] – [SquashFS] scummvm folders into .squashfs maioni | disk_image_compression [2026/03/27 10:24] (current) – ↷ Links adapted because of a move operation 40.77.167.44 | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| * [[systems: | * [[systems: | ||
| * [[systems: | * [[systems: | ||
| - | * [[systems:segacd]] | + | * [[systems:megacd]] |
| * [[systems: | * [[systems: | ||
| * [[systems: | * [[systems: | ||
| Line 95: | Line 95: | ||
| chdman extractcd -i < | chdman extractcd -i < | ||
| </ | </ | ||
| + | |||
| + | For DVD-based systems, you can use the '' | ||
| === CHD batch converting === | === CHD batch converting === | ||
| Line 102: | Line 104: | ||
| **Linux/ | **Linux/ | ||
| - | Navigate to the folder that has all your game ROMs and run the following | + | Place the script into your folder that holds your ROMs and execute |
| - | <file bash cue-to-chd.sh> | + | <file bash allimg-to-chd.sh> |
| - | # | + | #!/usr/bin/env -S bash #PROTECTED |
| - | for i in *.cue; | + | grep -rlq $' |
| - | do chdman createcd -i " | + | pushd " |
| + | readarray -t array < <(find -maxdepth 1 -type f \( -iname "*.cue" -o -iname " | ||
| + | [ -z " | ||
| + | [ -f "/ | ||
| + | for i in " | ||
| + | / | ||
| + | echo; echo "You can remove file: $i and additionals if you want!" | ||
| done | done | ||
| + | popd | ||
| </ | </ | ||
| - | replacing '' | + | replacing '' |
| Here's a command to convert all the games in the current folder and recursive folders to CHD: | Here's a command to convert all the games in the current folder and recursive folders to CHD: | ||
| Line 290: | Line 299: | ||
| **Linux/ | **Linux/ | ||
| + | |||
| + | Create a file with these contents... | ||
| <file bash iso-to-ciso.sh> | <file bash iso-to-ciso.sh> | ||
| #!/bin/bash | #!/bin/bash | ||
| - | for i in *.iso; | + | for i in " |
| - | do ciso 9 " | + | |
| done | done | ||
| </ | </ | ||
| + | |||
| + | ...mark it executable with this... | ||
| + | |||
| + | < | ||
| + | |||
| + | ...and then run it like this: | ||
| + | |||
| + | < | ||
| **Windows: | **Windows: | ||
| Line 534: | Line 553: | ||
| | | ||
| cd / | cd / | ||
| - | mksquashfs "astro chicken" | + | mksquashfs "astro chicken" |
| Or to compress a single file : | Or to compress a single file : | ||
- disk_image_compression.1705800362.txt.gz
- Last modified: 2 years ago
- by maioni