Split wav/flac/ape files with cue
Posted by Kelvin on 07 May 2012 at 08:37 pm | Tagged as: Ubuntu
If you ever need to split a disc image which has been burned as a single wav/flac/ape file with a corresponding cue file, this will help you out.
Split2flac does all the tedium of splitting, renaming (according to a renaming pattern of your choosing), converting to FLAC/M4A/MP3/OGG_VORBIS/WAV, as well as adding ID3 tags.
cd /usr/local/bin sudo wget https://raw.github.com/ftrvxmtrx/split2flac/fe1f5a2c62dad5c514b118fbb90f7974ae28f712/split2flac sudo chmod +x split2flac
Now type "split2flac -h" for usage instructions.
- Introducing Bash-whacking
- Recursively delete .svn folders
- Move up multiple directories in bash
- Download youtube videos as mp3
- Useful ffmpeg commands
- Recursively copy only files with certain extension with rsync
- Recursive directory listing sorted by file size
- Download google video and youtube from command-line
- Reset wireless in Ubuntu 10.04 Lucid
- Delete files older than x days
- MD5 a directory recursively
- Convert fixed-width file to CSV
- Recursively find the n latest modified files in a directory
- Using sed to delete lines from a file
- Determine if a server supports Gzip compression
- Delete directories older than x days
- Mount a .dmg file in Ubuntu
- Batch convert svg to png in Ubuntu
- Split wav/flac/ape files with cue