[Flac] Re: output format when decoding multiple files

David W. Tamkin dattier at panix.com
Sun Sep 12 21:26:10 PDT 2004


Eric Sandeen wrote:

> here's a quickie -
> 
> if I do
> 
>     flac -d -c 1.flac 2.flac 3.flac > foo.wav
> 
> does this work?  or are there multiple wav headers in foo.wav.
> 
> Can flac turn multiple flac files into 1 big wav, or should I decode
> individually and use another tool to splice them back together?

If your platform runs shntool or something comparable, then you already 
have a tool that can decode FLAC to WAV and concatenate the output into 
a single proper WAV file.  If you don't want to use the default output 
name of joined.wav, you can have it write (if the output format is WAV) 
to stdout and use the ">" redirector as you indicated.


More information about the Flac mailing list