Page 1 of 1

Panasonic Vierra TX-L32D25E not playing some mkv files

PostPosted: Mon Nov 17, 2014 10:42 pm
by Bauke
Hello,

I'm not speaking English normally, so I may not use the language as I should. Excuse me for that.

I installed Serviio on a windows 7 laptop and most of my files (mostly mkv files) do play nice on the Panasonic Vierra TX-L32D25E.

Some mkv files however don't. I can see the files but in front of them is a ! mark. I think I should change the profiles.xml file, but I don't know where and how.

I just hope that someone is using the same TV and is willing to tell me how to play these files (with what profile and the the changes of the profile.xml ( if necessary).

Following is the mediainfo:

  Code:
General
Unique ID                                : 8473439297606357348612759227230323544 (0x65FECCFEA10EC596EC8B2464EF80358)
Complete name                            : /media/NAS-Film/Natuurfilms/BBC Earth - Expedition New Guinea  - 1/Expedition New Guinea 1.mkv
Format                                   : Matroska
Format version                           : Version 2
File size                                : 5.25 GiB
Duration                                 : 51mn 16s
Overall bit rate                         : 14.7 Mbps
Movie name                               : Expedition New Guinea
Encoded date                             : UTC 2014-06-21 17:26:55
Writing application                      : MakeMKV v1.8.11 linux(x64-release)
Writing library                          : libmakemkv v1.8.11 (1.3.0/1.4.1) x86_64-linux-gnu

Video
ID                                       : 1
Format                                   : VC-1
Format profile                           : Advanced@L3
Codec ID                                 : V_MS/VFW/FOURCC / WVC1
Codec ID/Hint                            : Microsoft
Duration                                 : 51mn 16s
Bit rate                                 : 13.7 Mbps
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 25.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Scan order                               : Top Field First
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.265
Stream size                              : 4.92 GiB (94%)
Language                                 : English
Default                                  : No
Forced                                   : No

Audio
ID                                       : 2
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Mode extension                           : CM (complete main)
Format settings, Endianness              : Big
Codec ID                                 : A_AC3
Duration                                 : 51mn 16s
Bit rate mode                            : Constant
Bit rate                                 : 640 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossy
Stream size                              : 235 MiB (4%)
Title                                    : Stereo
Language                                 : English
Default                                  : Yes
Forced                                   : No

Text
ID                                       : 3
Format                                   : PGS
Muxing mode                              : zlib
Codec ID                                 : S_HDMV/PGS
Codec ID/Info                            : The same subtitle format used on BDs/HD-DVDs
Language                                 : Dutch
Default                                  : Yes
Forced                                   : No

Menu
00:00:00.000                             : nl:Chapter 00
00:12:55.240                             : nl:Chapter 01
00:18:45.000                             : nl:Chapter 02
00:24:34.000                             : nl:Chapter 03
00:32:42.560                             : nl:Chapter 04
00:40:58.000                             : nl:Chapter 05
00:50:45.920                             : nl:Chapter 06



Thanks in advance!

Bauke

Re: Panasonic Vierra TX-L32D25E not playing some mkv files

PostPosted: Tue Nov 18, 2014 5:00 pm
by Bauke
Hello,

Now using profile Panasonic (2010). It plays, but not smoothly.
Is there a way to increase the buffer used for transcoding?

Thanks,

Bauke

Re: Panasonic Vierra TX-L32D25E not playing some mkv files

PostPosted: Thu Nov 20, 2014 11:38 am
by DenyAll
What profile were you using before trying the Panasonic 2010.

Try adding:
    <Matches container="matroska" vCodec="vc1" />
under the line
    <Matches container="matroska" vCodec="h264" aCodec="truehd" />
in the Panasonic 2013 profile. Restart your PC after changing profiles.xml

This change will remux your file (rather than transcode it) in all of the Panasonic profiles (except 2010 which always transcodes MKVs). Remuxing is far less processor intensive - which is probably the cause of the stuttering.

Re: Panasonic Vierra TX-L32D25E not playing some mkv files

PostPosted: Sun Nov 23, 2014 4:24 pm
by Bauke
Hello DenyAll,

Thanks for your answer.
I tried your solution, but then even the files that did play don't play anymore.

There's no way to force the 2010 profile to remux instead of transcode?

I will try to add the suggested line to the 2010 profile

Re: Panasonic Vierra TX-L32D25E not playing some mkv files

PostPosted: Tue Nov 25, 2014 12:40 pm
by DenyAll
Sure - in the Panasonic 2010 profile change the line:

    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9">
    to
    <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
(remove the bits in red).