FAQ  •  Register  •  Login

Panasonic UHD TV 2015 model

<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sun Mar 26, 2017 10:48 pm

Re: Panasonic UHD TV 2015 model

If the subtitles have to be burned into the video, then the file will be transcoded even if it isn't normally necessary.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Mon Mar 27, 2017 9:55 am

Re: Panasonic UHD TV 2015 model

Your file had bitmapped based subtitles. From version 1.6 Serviio now supports transcoding bitmapped subtitles, and it's on by default (as soon as you turn on "Enable burned-in subtitles" it will transcode your file, burning in the bitmapped subs to the output file).

I'm working from memory, but if you do want to support subtitles but not transcode for text or bitmapped subtitles, simple turn "Enable burned-in subtitles" off. If you need to burn in text subtitles but not worry about bitmapped titles you have to do this in the profile. To do so in the profile, replace:
  Code:
<Subtitles>
         <SoftSubs mime-type="text/srt" character-encoding="utf-8" />
 </Subtitles>
with
  Code:
<Subtitles>
   <SoftSubs mime-type="text/srt" character-encoding="utf-8" />
   <HardSubs>
      <BitmapBased supported="false"/>
   </HardSubs>
</Subtitles>
Save and restart.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Tue Apr 11, 2017 3:50 pm

Re: Panasonic UHD TV 2015 model

Thank you for the support
Still no luck with DTS
I uncommented the line with dca but nothing happens, no audio transcoding
Why in the 4K profile no mention about hevc and only about mpegts?
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Tue Apr 11, 2017 5:46 pm

Re: Panasonic UHD TV 2015 model

kgbogdan wrote:Thank you for the support
Still no luck with DTS
I uncommented the line with dca but nothing happens, no audio transcoding
Why in the 4K profile no mention about hevc and only about mpegts?


Did you reboot the computer after uncommenting the line? Or at least restart the service (and not the server control on the Serviio console).

His profile inherits the generic profile, which already defines the HEVC codec, so it doesn't need to be referenced here. If you are referring to the line that specifies the target container and codecs, HEVC is not currently an allowed target codec.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Wed Apr 12, 2017 11:55 am

Re: Panasonic UHD TV 2015 model

Hello

Yes I restarted the service from website: Stop server/start server
Is it enough?

Bogdan
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Wed Apr 12, 2017 12:28 pm

Re: Panasonic UHD TV 2015 model

No - you must restart the Serviio service (from services.msc) or if unsure, reboot your PC.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Wed Apr 12, 2017 7:40 pm

Re: Panasonic UHD TV 2015 model

PC restarted and now I cannot even see 4K without sound
Any that comes with DTS doesn't play anymore

Shall I attach profiles.xml?

Kind regards,
Bogdan
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Wed Apr 12, 2017 7:45 pm

Re: Panasonic UHD TV 2015 model

BTW, I am using serviio on a Linux machine
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Wed Apr 12, 2017 10:20 pm

Re: Panasonic UHD TV 2015 model

Yes, post you profiles.xml and we'll look at it. Plus
  • is it the same file as above (Allegiant)? If not post MediaInfo for the file
  • check whether Serviio is transcoding the file (see posts above)
  • did this file play using the Generic profile
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Thu Apr 13, 2017 8:10 pm

Re: Panasonic UHD TV 2015 model

Profile attached

<playback/> - http://localhost:23423/rest/playback-status
No transcoding

Generic does play everything
mkv, x264, hevc, you name it
Attachments
profiles.xml
(160.06 KiB) Downloaded 606 times
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Mon Apr 17, 2017 9:54 am

Re: Panasonic UHD TV 2015 model

Remove (or comment out) this line:

  Code:
<Matches container="*" aCodec="dca" />  <!-- Uncomment this line if DTS is not supported natively -->
Restart your PC and see if that works.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Tue Apr 18, 2017 7:02 am

Re: Panasonic UHD TV 2015 model

After that it rendering 4K Allegiant but there is one problem with John Wick 4K. No rendering and it shows it as Video and that's all
What about DTS sound? How can we solve this issue? Why not transcoding audio files?

Kind regards,
Bogdan
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Tue Apr 18, 2017 8:19 am

Re: Panasonic UHD TV 2015 model

John Wick 4K working because I added those 2 lines:
<Matches container="*" vCodec="h265" aCodec="dts-hd" />
<Matches container="*" vCodec="h265" aCodec="truehd" />
What about DTS?
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Tue Apr 18, 2017 11:48 am

Re: Panasonic UHD TV 2015 model

You've lost me - the 4k Allegiant was DTS wasn't it? And it's now working?

In Serviio DTS is matched using the aCodec="dca" ..... which we removed to get Allegiant working.

if there are other files not working, you need to post MediaInfo details for them so we can see what codecs are being used.
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Tue Apr 18, 2017 12:57 pm

Re: Panasonic UHD TV 2015 model

Sorry, my mistake
When I deleted that line I can see videos with DTS sound, but only video. Audio is not supported of course
Allegiant has DTS-HD MA and I can't hear it as well as all that has DTS/DTS-HD MA
But after "dca" line was removed I finally am able to watch those file but no audio
Let's use Allegiant mediainfo. I have no sound on it, ok?
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Sat Apr 22, 2017 3:33 am

Re: Panasonic UHD TV 2015 model

kgbogdan wrote:John Wick 4K working because I added those 2 lines:
<Matches container="*" vCodec="h265" aCodec="dts-hd" />
<Matches container="*" vCodec="h265" aCodec="truehd" />
What about DTS?

If you add to this section:

    <Matches container="*" vCodec="h265" aCodec="dca" />
and restart, what happens (this should now transcode DTS as well as DTS-HD)?
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.
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Tue Apr 25, 2017 8:50 am

Re: Panasonic UHD TV 2015 model

Hello again

It is working on 4K
But nothing on mkv FullHD

Thank you guys for the effort
BTW: I tried to buy a pro license but without any luck. After my VISA card data is filled then I press submit and error
I really want to help you guys by buying one license, but I can't

Bogdan
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Fri Apr 28, 2017 6:35 am

Re: Panasonic UHD TV 2015 model

Hello everyone

I finally solved the mistery:
Do you see any difference between first 3 lines and the other pack of 3 lines?
DTS goes first in order. Well, my TV Panasonic TX-CX800 doesn't like it

<Matches container="*" vCodec="h265" aCodec="dca" />
<Matches container="*" vCodec="h265" aCodec="dts-hd" />
<Matches container="*" vCodec="h265" aCodec="truehd" />

But it likes this format below:
<Matches container="*" vCodec="h265" aCodec="dts-hd" />
<Matches container="*" vCodec="h265" aCodec="truehd" />
<Matches container="*" vCodec="h265" aCodec="dca" />

Same goes for FullHD x264

<Matches container="*" aCodec="dts-hd" />
<Matches container="*" aCodec="truehd" />
<Matches container="*" aCodec="dca" />

Now every movie I have sound in DTS, DTS-HD MA or TrueHD it is working whether it's x264 or x265

I will try though to activate subtitles as they disabled right now and will let you know if there is any difference

One question: How can I transcode audio like FLAC7.1 and DTS:X? There are such audio formats inside some movies. For example I have 'The Revenant' 4K but with FLAC 7.1 audio and my TV doesn't recognize this

Let's put this thread as solved people and anytime 4K TVs from Panasonic are in question please send this link to anybody

Kind regards,
Bogdan
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Fri Apr 28, 2017 1:16 pm

Re: Panasonic UHD TV 2015 model

Just a guess on my part, as I don't have any media with these codecs, but I would expect Atmos and DTS:X to appear as TrueHD and DTS-MA to the decoder. For FLAC 7.1, it might be an FFMPEG issue. I did a quick web search and there appears to be some issues with 7.1 audio overall.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kgbogdan

Streaming enthusiast

Posts: 25

Joined: Mon Apr 04, 2016 4:39 pm

Post Fri Jan 12, 2018 1:53 pm

Re: Panasonic UHD TV 2015 model

Hello

Now I get this error on playing UHD files x265/HEVC

2018-01-12 15:43:49,602 WARN [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error. Detailed output follows.
_STATISTICS_WRITING_DATE_UTC-eng: 2017-06-10 17:28:14
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
[Parsed_setdar_1 @ 0x22b8a00] num:den syntax is deprecated, please use num/den or named options instead
Unknown encoder 'mpeg2video'

I attached profiles.xml

Instead I am able to render/transcode any 1080p/720p file with sound and everything

Kind regards,
Bogdan
Attachments
profiles.xml
(160.05 KiB) Downloaded 519 times
PreviousNext

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 9 guests

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