Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Change order of channels in a batch of WAV Files (Read 3044 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Change order of channels in a batch of WAV Files

Hey all,
Does anyone have any tools that allow you to reorder the channels in multichannel wav files from the commandline? I have a load of WAVs ripped with the DVD-A ripper that are in the incorrect L,R,C,BL,BR,LFE order as opposed to L,R,C,LFE,BL,BR. Unless there's some kind of winamp plugin that allows you to rearrange the channels, I'll have to fix them all. Any ideas?
Thanks!

Change order of channels in a batch of WAV Files

Reply #1
BeSweet. It allows channel reordering functions.
"Screw u guys, I´m going home."

Change order of channels in a batch of WAV Files

Reply #2
SoX can also do it, with a touch of batch file (or shell script) writing.

 

Change order of channels in a batch of WAV Files

Reply #3
Quote
BeSweet. It allows channel reordering functions.

Hmm I couldn't find any of those options, besides demuxing the track, then remuxing it in a different order witha  mux file, which would be pretty painful. I'll take a look at that other one in a sec.

EDIT: Ok Sox doesn't look that straightforward either. Can anyone provide some batch file examples of how to do it?