File format conversions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Conversion of an APE or FLAC file to a list of OGG / MP3 files = | = Conversion of an APE or FLAC file to a list of OGG / MP3 files = | ||
* The easiest way is to use the cueape.sh script (renamed to cueape) in the following way (-o is for Ogg encoding): | * The easiest way is to use the cueape.sh script (renamed to cueape) in the following way (-o is for Ogg encoding): | ||
Line 8: | Line 6: | ||
* You will need the Gentoo packages media-libs/flac, media-sound/vorbis-tools, media-sound/mac and media-sound/mp3splt. | * You will need the Gentoo packages media-libs/flac, media-sound/vorbis-tools, media-sound/mac and media-sound/mp3splt. | ||
= Converting mp3 to wav = | |||
lame --decode file.mp3 file.wav | |||
= Converting a WAV file with a CUE sheet = | |||
* [https://wiki.archlinux.org/index.php/CUE_Splitting Reference information.] | |||
shnsplit -f file.cue file.cue.wav -o "flac ext=flac flac -s -o %f -" |
Revision as of 18:07, 15 April 2015
Conversion of an APE or FLAC file to a list of OGG / MP3 files
- The easiest way is to use the cueape.sh script (renamed to cueape) in the following way (-o is for Ogg encoding):
cueape "Falconer - The Sceptre Of Deception-shen.flac" "Falconer - The Sceptre Of Deception [FLAC].cue" -o
- You will need the Gentoo packages media-libs/flac, media-sound/vorbis-tools, media-sound/mac and media-sound/mp3splt.
Converting mp3 to wav
lame --decode file.mp3 file.wav
Converting a WAV file with a CUE sheet
shnsplit -f file.cue file.cue.wav -o "flac ext=flac flac -s -o %f -"