How to encode 2.1 source with CoreAudioToolbox?, Moderation: via qaac, currently giving error: unsupported audio format |
![]() ![]() |
How to encode 2.1 source with CoreAudioToolbox?, Moderation: via qaac, currently giving error: unsupported audio format |
Dec 21 2011, 18:38
Post
#1
|
|
|
Group: Members Posts: 339 Joined: 24-November 08 Member No.: 63072 |
HI! I need help to encode 2.1 audio with qaac. Passing it the source, I get an error: unsupported audio format.
Maybe there's a way to remap the channels to suit quicktime's scheme, or other workaround. Thankyou. |
|
|
|
Dec 22 2011, 01:52
Post
#2
|
|
![]() Group: Developer Posts: 295 Joined: 22-November 10 From: Japan Member No.: 85902 |
HI! I need help to encode 2.1 audio with qaac. Passing it the source, I get an error: unsupported audio format. Maybe there's a way to remap the channels to suit quicktime's scheme, or other workaround. Thankyou. qaac complains because 2.1ch is not available by AAC/ALAC encoder. As for qaac, you can use matrix mixer for downmixing to stereo (see usage page). In this case, probably just dropping LFE channel is enough. so, you can use the following matrix: CODE 1 0 0 0 1 0 If you are working with QuickTime pro, you can manually assign each channels, and specify output channel layout. If you are working with CoreAudio as a programmer, probably you have to implement mixer by yourself. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 10:22 |