I'm ripping the 5.1 audio stream from a DVD-Video disc and compressing the resulting WAV files with FLAC. I'd like to add album replaygain values as well, but metaflac complains that "ERROR: # of channels (6) is not supported, must be 1 or 2". metaflac does not support multichannel tracks at all?
If not, how can I apply the replaygain data? metaflac is the only option that I know of. I know that flac can do it as well, but it won't work here because I'm encoding each track individually so that I can add track titles and numbers. I'm then attempting to use metaflac at the end of the process just to add the replaygain values.
Any ideas? Thanks.