顯示具有 cmd 標籤的文章。 顯示所有文章
顯示具有 cmd 標籤的文章。 顯示所有文章

2010年4月6日

Convert ape to flac in Ubuntu

Install flac and shntool
sudo apt-get install flac
sudo apt-get install shntool
Convert all ape files in current dir to flac
shnconv -o flac *.ape