1
I have multiple Audio CDs that I want to merge into one final flac or mp3 file. For example I have 10 audio cds. I can encode each CD into its single wave/flac file, or even mp3, but then I need to join them. I cannot create one single wav file because of its limitation to 4GB. How can I create only one master big audio file ?
I must be able to do the job with a command line tool (or multiple).
I tried shntool
, but it doesn't work. Maybe I could do this with ffmpeg but I didn't find yet the correct command line (OSX or linux).
try R64 a BWF format [or even W64 but I've never used that myself]. idk what tools you'd need to do that outside a pro DAW, but that's what to search for.
– Tetsujin – 2015-01-15T09:48:52.260Looks like Audacity can do it, using the optional libsndfile library
– Tetsujin – 2015-01-15T09:53:14.257