I have 33 audio files, each about 11 seconds long, and I'd like to merge them into one lossless file. How can I do this efficiently (i.e. without cut-pasting in Audacity 33 times)?
You can do this with ffmpeg and sox:
ffmpeg
sox
for i in *.mp3 *.ogg *.flac do ffmpeg -i "$i" "$i.wav" done sox *.wav combined.wav
This is a collaboratively edited question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
about » faq » meta »
tagged
asked
1 year ago
viewed
584 times
active
Get the weekly newsletter!
see an example newsletter