Search the Community
Showing results for tags 'default audio'.
-
(I was counseled to post this as a feature request here, having previously posted this in the General/Windows forum) Hi everybody! I've been messing around with codec intros lately and there is some weird behavior I came across. The intros themselves work great, but I was finding that my AC3 movies kept showing the AAC intro. I tried using mkvtoolnix to change the default audio track with the same result. After more tinkering, I found that I had to change the actual track order in the MKV in order for my AC3 intro to actually show. It is like Emby uses the first audio track it finds and uses it, even if the AC3 (or DTS or whatever) track is set as default and the playback option to play the default track, regardless of language, is set. It follows then that Emby seemingly cannot play any other audio track itself without manual intervention in the play UI. In other words, I had to modify my MKV in order to make Emby do what the default audio playback setting should have already done. For people who are having the same issue, here are the sequence of mkvtoolnix commands that worked for me: mkvmerge --track-order 0:0,0:2,0:1,0:3 in.mkv -o out.mkv mkvpropedit -v out.mkv -v --edit track:2 --set track-uid=2 --edit track:3 --set track-uid=3 mkvpropedit out.mkv --edit track:a1 --set flag-default=1 --edit track:a2 --set flag-default=0 This assumes the following initial track ID order: 0 - video 1 - aac 2 - ac3/eac3 3 - sub (If I didn't set the UIDs, the audio would work but the wrong codec would be displayed under the plot summary.) I have seen the behavior both in Emby Theater (Xbox) and the regular browser-based UI. I am running Emby Server 3.2.12 on Fedora 21.
- 15 replies
-
- 1
-
- mkv
- default audio
-
(and 1 more)
Tagged with:
-
Hi everybody! I've been messing around with codec intros lately and there is some weird behavior I came across. The intros themselves work great, but I was finding that my AC3 movies kept showing the AAC intro. I tried using mkvtoolnix to change the default audio track with the same result. After more tinkering, I found that I had to change the actual track order in the MKV in order for my AC3 intro to actually show. It is like Emby uses the first audio track it finds and uses it, even if the AC3 (or DTS or whatever) track is set as default and the playback option to play the default track, regardless of language, is set. It follows then that Emby seemingly cannot play any other audio track itself without manual intervention in the play UI. For people who are having the same issue, here are the sequence of mkvtoolnix commands that worked for me: mkvmerge --track-order 0:0,0:2,0:1,0:3 in.mkv -o out.mkv mkvpropedit -v out.mkv -v --edit track:2 --set track-uid=2 --edit track:3 --set track-uid=3 mkvpropedit out.mkv --edit track:a1 --set flag-default=1 --edit track:a2 --set flag-default=0 This assumes the following initial track ID order: 0 - video 1 - aac 2 - ac3/eac3 3 - sub (If I didn't set the UIDs, the audio would work but the wrong codec would be displayed under the plot summary.) Has anyone else seen this?
- 9 replies
-
- 1
-
- codec
- default audio
-
(and 1 more)
Tagged with: