FAQ  •  Register  •  Login

Panasonic SA-BTT500 / .mkv displayed on the top

<<

Tyno

Serviio newbie

Posts: 7

Joined: Tue Aug 26, 2014 7:28 pm

Location: Slovakia

Post Tue Aug 26, 2014 7:51 pm

Panasonic SA-BTT500 / .mkv displayed on the top

Hello
please I went thru the forum but I didn`t found topic for Panasonic BD home cinema SA-BTT500 regarding the problem with displaying .mkv files on the TV screen.
Actually I have problem that the 1080p movie is displayed on the top of the TV screen ( Panasonic TX-P50G20E ). Not like it should be normally in the middle.Big black field is on the bottom. I`m using Panasonic BD player transcoding profile. With Panasonic 2010 profile it works only with .mkv`s but correctly displayed. It should be a small change in the profile I guess. PLease can you advice me?

Thank you in advance
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Wed Aug 27, 2014 3:45 am

Re: Panasonic SA-BTT500 / .mkv displayed on the top

Within the Panasonic BD Player profile change:

    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
    to
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3">
If after that, some of your other files are still having the issue try deleting the other two "video" sections - delete (or comment out):

  Code:
<Video targetContainer="mpegts">
   <Matches container="*" vCodec="mpeg2video" aCodec="ac3" />
   <Matches container="*" vCodec="h264" aCodec="ac3" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3">
   <Matches container="*" vCodec="mpeg2video" />
   <Matches container="*" vCodec="h264" />
</Video>
Remember after making any changes to profiles.xml you must restart the Serviio service (or the PC if you're not sure how to do that) for the changes to take effect.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Tyno

Serviio newbie

Posts: 7

Joined: Tue Aug 26, 2014 7:28 pm

Location: Slovakia

Post Wed Aug 27, 2014 7:37 pm

Re: Panasonic SA-BTT500 / .mkv displayed on the top

Hi,

thank you for your quick reply. I made the first and also the second. After the first change nothing happen`with the screen. But the second change helped.

But appears another issue after this changes in the profile. The .avi is displayed as forced 4:3 on the TV screen :)

Please do you have any idea how to improve this? To have it again 16:9.

Thank you in advance
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Sat Aug 30, 2014 3:00 am

Re: Panasonic SA-BTT500 / .mkv displayed on the top

OK, what we did was a sledgehammer approach effecting all files, which was aimed at fixing your problem. You now have to get more granular.

It would help to understand what files the BTT500 supports natively. You can do this by posting sink details from viewtopic.php?f=5&t=19, or by playing the files with the Generic Profile selected (if they play - this meansthe player supports them without transcoding). To get you out of your current problem you can change the line in the profile from:

    <Matches container="*" />
to
    <Matches container="matroska" />
    <Matches container="mp4" />
This will limit the transcoding to only MP4 and MKV files (I assume MP4's are in the same boat as MKV's).

If AVI's are supported natively by the player (I have no idea) then this is all you need to do. If however they don't play (and they did play prior to us making the original changes) add the following:
  Code:
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
   <Matches container="*" />
</Video>
after the last </Video> statement in the profile. This will re-instate the "catch-all" that was in the original profile.

Clearly the Panasonic BD player profile needs some work - but it all starts with users providing info on what it can do.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Tyno

Serviio newbie

Posts: 7

Joined: Tue Aug 26, 2014 7:28 pm

Location: Slovakia

Post Sat Sep 06, 2014 10:23 pm

Re: Panasonic SA-BTT500 / .mkv displayed on the top

Hello,

I`ll inform you after the profile modifications. Right now pls. take a look on the attached file.

Thanks
Attachments
SC BTT-500.txt
(1.86 KiB) Downloaded 506 times
<<

Tyno

Serviio newbie

Posts: 7

Joined: Tue Aug 26, 2014 7:28 pm

Location: Slovakia

Post Sat Sep 06, 2014 10:46 pm

Re: Panasonic SA-BTT500 / .mkv displayed on the top

Hello,

checked. Mkv`s are playing. Avi`s not.

Thanks
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Tue Sep 09, 2014 7:50 am

Re: Panasonic SA-BTT500 / .mkv displayed on the top

AVI's are not playing even after adding back the "catch-all " from my previous post? That should force them to be transcoded - did these AVI's play prior to making any changes to the profile. Is it only one AVI or many - perhaps post file details for the offending file (useMediaInfo)

Your device plays [some] MP4's natively. This should allow you to remove the line <Matches container="mp4" /> from the modified profile.

Once you do that, it also gives you another option - you can permanently convert your MKV files to MP4's - this remuxes the video and audio streams to an MP4 without any loss in quality. You can then play the MP4's natively and at the correct resolution. To remux the file type:

    ffmpeg -i "filename.mkv" -c copy -map 0 "filename.mp4"
or use my WinHelper program (if on Windows).
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Tyno

Serviio newbie

Posts: 7

Joined: Tue Aug 26, 2014 7:28 pm

Location: Slovakia

Post Tue Sep 09, 2014 7:08 pm

Re: Panasonic SA-BTT500 / .mkv displayed on the top

Hi,

sorry my mistake. The avi`s are displayed with the original profile perfectly. Yes you`re right with "some" mkv`s will run after the remux. I attached file info of mkv which was not running and opposite.

Mkv`s are displayed on the TV screen on the top.

Thanks a lot
Attachments
Media info Played correctly.txt
(3.9 KiB) Downloaded 573 times
Media info Not played.txt
(14.82 KiB) Downloaded 518 times
<<

Tyno

Serviio newbie

Posts: 7

Joined: Tue Aug 26, 2014 7:28 pm

Location: Slovakia

Post Mon Sep 15, 2014 9:13 pm

Re: Panasonic SA-BTT500 / .mkv displayed on the top

Hello,

any news? :)

Thanks

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.