Showing posts with label Audio. Show all posts
Showing posts with label Audio. Show all posts

2010-01-20

Lossless concatenation of mp3 files

cat file list... | ffmpeg -f mp3 -i - -acodec copy outfile.mp3 Source: http://lyncd.com/2009/02/how-to-merge-mp3-files/

2009-08-16

Split wave by cue file

cuebreakpoints audio.cue | shnsplit -o wav audio.wav