[MPlayer-users] Concatenating audio dumped streams
Bayrouni
bayrouni at brutele.be
Tue Feb 6 19:51:15 CET 2007
Avishay Orpaz a écrit :
> Hi
> I have several dumped audio streams which I want to concatenate into a single
> WAV. I tried:
>
> mplayer -ao pcm:file=.... file1.dump file2.dump ...
>
> but that gave me only the last file in the series. Is there a way to tell
> mplayer to join them?
>
>
Under GNU/Linux you can do:
cat input_file1 input_file2 ... input_filen > outputfile
Bayrouni
More information about the MPlayer-users
mailing list