M HYPE SPLASH
// updates

How to convert between iso and cso?

By Emily Wilson

Is there any way to convert between cso files and iso? I wanted to convert my cso files to iso for playing games on my PSP.

2

2 Answers

Ciso, small tool, doesn't have too many features but it get the job done (at least that's what they advise:

sudo apt-get install ciso

Tool to convert Sony PSP iso to ciso

To convert to ISO:

ciso 0 infile.cso outfile.iso

To convert to CSO:

ciso X infile.iso outfile.cso

(X is compression level between 1 and 9).

2

One more tool named as PSPShrink.

To install open your terminal and paste these lines

wget
tar xvf pspshrink-1.1.1.tar.gz
cd pspshrink-1.1.1
./configure
make
sudo make install

after installing it , just type as

pspshrinkui

to launch it.

Update: For that error install\

sudo apt-get install libgtkmm-2.4-dev libglibmm-2.4-dev

For more tools and Information you can visit Ubuntu

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy