So I have a quicktime file with proxy video content and 8 audio tracks. I need to extract the audio into a single multichannel wave file. I think this is probably pretty simple, but I can't find the solution.
What I have: ffmpeg -i input.mov -c:a copy output.wav
This gives me just a single channel, so there must be some mapping issue going on.