Illico wrote:Mark_Venture wrote:On the KDL-40W5100, when browsing via folders, the only MKV's listed are the HIGH5.1, and those do play. The non-high5.1 MKV's are not listed.
OK strange... (HIGH5.1 are transcoded to mpeg2video and presented as MPEG_TS_SD_EU resource, other are only remuxed and presented as AVC_TS_HD_50... probably not supported by your device)
What's happen when you manually change profile on serviio console for your 2009 device, for example select "Sony Bravia 2010" or "Sony Bravia 2011" profile ?
When selecting Bravia 2010 or 2011, I get the same results.
Something else I just noticed. I captured some stuff off cable. I have an MKV file made from it. it reports as follows...
- Code:
Format : Matroska
Format version : Version 2
File size : 32.4 GiB
Duration : 5h 35mn
Overall bit rate mode : Variable
Overall bit rate : 13.8 Mbps
Encoded date : UTC 2012-09-04 04:36:13
Writing application : mkvmerge v5.6.0 ('Kenya Kane') built on May 27 2012 16:44:04
Writing library : libebml v1.2.3 + libmatroska v1.3.0
Video
ID : 1
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Default
Codec ID : V_MPEG2
Codec ID/Info : MPEG 1 or 2 Video
That particular file shows and plays. Is that because its V_MPEG2 rather than V_MPEG4/ISO/AVC like the others (that don't get listed)?
At the same time, an M2TS file I have also isn't found or in the list when browsing folders... its as follows...
- Code:
Format : MPEG-TS
File size : 3.68 GiB
Duration : 1h 0mn
Overall bit rate mode : Variable
Overall bit rate : 8 673 Kbps
Maximum Overall bit rate : 18.0 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L4.0
And the .MTS video files taken with my Sony HDSR11 camcorder also are not listed when viewing folders with my 40W5100... they are coded as follows...
- Code:
Complete name : Y:\Disney2012\00119.MTS
Format : BDAV
Format/Info : Blu-ray Video
File size : 212 MiB
Duration : 1mn 42s
Overall bit rate mode : Variable
Overall bit rate : 17.3 Mbps
Maximum Overall bit rate : 18.0 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
They are AVC, so its posible, like you said this TV might not support AVC?
Looking at this page ->
http://esupport.sony.com/US/perl/suppor ... KDL40W5100 seems to confirm the 40W5100 has very LIMITED video support. If I'm reading it right, MPEG-2 PS and MPEG-2 TS only?
That being the case, I decided to open the Profiles.XML, take the lines for the "transcode all h264 high/main > level 5" from the BRAVIA TV (2012), paste it into the Bravia 2009 section and tweak it a little as follows...
- Code:
<!-- Transcode all h264 video with HIGH/MAIN > Level 3.9 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
<!-- expected profile MPEG_TS_SD_EU/MPEG_TS_SD_NA/MPEG_TS_SD_KO -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="3.9" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="3.9" />
<Matches container="mpegts" vCodec="vc1" />
</Video>
After restarting Serviio, the MKV's show and play on my 40W5100. And while the camcorder video show up now, when I try to play them they are very very choppy and don't look very good.