I have an file.ac3 file in 4.0 format (two front and two rear channels). Playing this file I can see the 'Dolby Digital' icon is reported in playing screen so its content is recognized. However, it seems to be mixed down to 2 channels instead using passthrough.
The passthrough itself is working fine for dts files (and they are reported as DTS icon in playing screen).
I still have <dvdplayerignoredtsinwav> in advancedsettings.xml (don't know if this is still needed, it comes from xbmc 10).
I noticed that changing the file extension from file.ac3 to file.dts makes it is not mixed down and it plays using passthrough.
So it looks like the passthrough is selected basing on file extension not by its content (well, at least not only).
Question is (if) how to assign ac3 file extension to be sent as passthrough and not mixed down?
ac3 file extension and passthrough xbmc11
pru1
Junior Member Posts: 26 Joined: Feb 2011 Reputation: 0 |
2012-06-03 18:27
Post: #1
|
| find quote |
Plaguester
Senior Member Posts: 262 Joined: May 2010 Reputation: 7 |
2012-06-03 21:58
Post: #2
There are two options in Settings > System > Audio for "DTS capable receiver" and "Dolby Digital capable receiver". Are they both checked? Do movies with AC3 audio play via passthrough?
HTPC - Core 2 Duo | NVidia ION | 2GB Ram | 80GB HDD | XBMCbuntu 11.0 | Aeon MQ 3 HTPC 2 - Zotac ZBOX ID41U | 4GB RAM | 60GB SSD | Openelec | Confluence Server - unRAID Server | 3 x 2TB WD Green HDD, 1TB WD Black HDD (Cache) | Sabnzbd | CouchPotato | Sickbeard |
| find quote |
pru1
Junior Member Posts: 26 Joined: Feb 2011 Reputation: 0 |
2012-06-04 21:56
Post: #3
Yes, both options are checked.
The movies with ac3 play fine. I checked another file with content 5.1 instead 4.0 and there is no difference, means as long as the file extension is .ac3 is is mixed down. Same files renamed to .dts play fine. |
| find quote |
pru1
Junior Member Posts: 26 Joined: Feb 2011 Reputation: 0 |
2012-06-27 20:52
Post: #4
I forgot that there is a playercorefactory.xml, where I got:
<rule name="dts/wav" filetypes="(dts|wav)" player="DVDPlayer" /> that obviously needs to be changed to: <rule name="ac3/dts/wav" filetypes="(ac3|dts|wav)" player="DVDPlayer" /> |
| find quote |

Search
Help