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.
22 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 cisoTool to convert Sony PSP iso to ciso
To convert to ISO:
ciso 0 infile.cso outfile.isoTo convert to CSO:
ciso X infile.iso outfile.cso(X is compression level between 1 and 9).
2One 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 installafter installing it , just type as
pspshrinkuito launch it.
Update: For that error install\
sudo apt-get install libgtkmm-2.4-dev libglibmm-2.4-devFor more tools and Information you can visit Ubuntu
4