Linux command to concatenate audio files and output them to ogg
Posted
by hasen j
on Super User
See other posts from Super User
or by hasen j
Published on 2009-11-02T01:14:58Z
Indexed on
2010/03/16
1:10 UTC
Read the original article
Hit count: 487
What command-line tools do I need in order to concatenate several audio files and output them as one ogg (and/or mp3)?
If you can provide the complete command to concatenate and output to ogg, that would be awesome.
Edit: Input files (in my case, currently) are in wma
format, but ideally it should be flexible enough to support a wide range of popular formats.
Edit2: Just to clarify, I don't want to merge all wma
s in a certain directory, I just want to concatenate 2 or 3 files into one.
Thanks for the proposed solutions, but they all seem to require creating temporary files, if possible at all, I'd like to avoid that.
© Super User or respective owner