Opened 15 years ago
Last modified 14 years ago
#1582 new defect
Vorbis decoder can't mix channels
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | ad |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
The Vorbis decoder can't honor requests to decode 2 channels out of a 6 channels streams, like DTS or AC3 decoder can do.
It may be possible to use the pan filter to workaround the problem:
-af pan=2:1:0:0:1:0.5:0.5:0:1:0.5:0.5:1:0
It sounds like it worked, but I am not sure. Is [FL, FR, FC, SR, LFE, SL] the internal channel order used by mplayer? Does all decoders output 5.1 channels in the same order?
Note:
See TracTickets
for help on using tickets.