[CLOSED] Bravia 2013 -AAC track in local mkv - no sound
I'm trying to play a certain series from my Linux to my new Sony Bravia KDL-42W635A. The episodes in the series are in MKV files, with two sound tracks and one subtitle track. The first sound track is AC3 2.0, and the second is AAC 5.1. I wish to view this series in the second sound track (and using the subtitles), but alas, although the TV allows me to select the second sound track, there is no sound.
Here is the output of ffmpeg -i:
- Code:
ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 1 2013 23:13:11 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-librtmp --enable-libxvid --enable-libass
libavutil 52. 37.101 / 52. 37.101
libavcodec 55. 16.100 / 55. 16.100
libavformat 55. 9.100 / 55. 9.100
libavdevice 55. 2.100 / 55. 2.100
libavfilter 3. 77.101 / 3. 77.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Input #0, matroska,webm, from '[joseole99] The Twelve Kingdoms - 01 (1440x1080 h264 AC3 AAC) [5ED2AC93].mkv':
Metadata:
creation_time : 2011-01-06 17:13:30
Duration: 00:25:01.54, start: 0.000000, bitrate: 3497 kb/s
Chapter #0.0: start 0.000000, end 94.970000
Metadata:
title : OP
Chapter #0.1: start 94.970000, end 647.637000
Metadata:
title : Part A
Chapter #0.2: start 647.637000, end 1389.637000
Metadata:
title : Part B
Chapter #0.3: start 1389.637000, end 1483.603000
Metadata:
title : ED
Chapter #0.4: start 1483.603000, end 1501.542000
Metadata:
title : Preview
Stream #0:0(jpn): Video: h264 (High), yuv420p, 1440x1080, SAR 1:1 DAR 4:3, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Metadata:
title : Shadow of the Moon, The Sea of Shadow - Chapter 1
Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, fltp, 224 kb/s (default)
Metadata:
title : AC3 2.0
Stream #0:2(jpn): Audio: aac, 48000 Hz, 5.1, fltp
Metadata:
title : AAC 5.1
Stream #0:3(eng): Subtitle: ssa (default)
Metadata:
title : Title/Signs
Stream #0:4(jpn): Subtitle: ssa
Metadata:
title : Dialogue
Codec 0x18000 is not in the full list.
Stream #0:5: Attachment: unknown_codec
Metadata:
filename : LBRITED.TTF
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:6: Attachment: unknown_codec
Metadata:
filename : MTCORSVA.TTF
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:7: Attachment: unknown_codec
Metadata:
filename : POORICH.TTF
mimetype : application/x-truetype-font
At least one output file must be specified
I added the Sony 2013 profile in advance from the top of this forum, and made sure it was selected for it in the console.
The extended log (to be provided upon request) merely says "Delivering file... in native format".
I tried to add the following entry to the profile, first entry in the Transcoding section, restart serviio and try again:
Maybe this is just nonsense. Anyway, serviio still delivers in native format.
I have a suspicion that perhaps serviio is not showing the TV the mime type it expects for AAC or something like that. Or perhaps the problem is that there are two different sound tracks?... but anyway, why doesn't it remux?
And if it remuxed, would the two sound tracks still be available to me? Before I loaded the 2013 profile, I tried the 2012 profile, and using that, it delivered the episode - probably in a different container or something, which did not give me any way to choose the subtitles or the second sound track. There is no way that I can see to tell serviio to give me the second sound track on the server side, so it's pretty much essential that it remuxes to a container that allows choosing a sound track.