5.1ch チャンネルアサインについて
どうやら、AC3とAAC及びwavの5.1chファイルのチャンネルアサインはバラバラらしい
AC3 5.1ch
1-FrontLeft
2-FrontCenter
3-FrontRight
4-RearLeft
5-RearRight
6-LFE
AAC 5.1ch
1-FrontCenter
2-FrontLeft
3-FrontRight
4-RearLeft
5-RearRight
6-LFE
WAV 5.1ch
1-FrontLeft
2-FrontRight
3-FrontCenter
4-LFE
5-RearLeft
6-RearRight
AC3 -> WAV -> AACとチャンネルアサイン変更に対応していないソフトで変換した場合 (AC3 -> AACでもいいけど)
AC3 | WAV | AAC |
---|---|---|
FrontLeft | FrontLeft | FrontCenter |
FrontCenter | FrontRight | FrontLeft |
FrontRight | FrontCenter | FrontRight |
RearLeft | LFE | RearLeft |
RearRight | RearLeft | RearRight |
LFE | RearRight | LFE |
eac3to and More GUIを使用して、AC3 -> WAVに変換する場合 Custom Channel Mappingを使用して
FL -> CH1 (FrontCenter)
FR -> CH0 (FrontLeft)
FC -> CH2 (FrontRight)
LFE -> CH3 (RearLeft)
SL -> CH4 (RearRight)
SR -> CH5 (LFE)
とすることによって、WAV変換時にAAC音声のアサイン順に並べ替える事ができるので
このWAVファイルをAACにエンコードすればAC3 -> AACへのチャンネルアサイン変換も問題なく行う事ができる