Page 1 of 1

Panasonic Viera TX-40CXW684 Audio problems

PostPosted: Tue Dec 22, 2015 9:43 am
by Hamzelot
Hello,

On the TV (Panasonic Viera TX-40CXW684 ) all video´s played with the profile "Panasonic Viera (2013)" but some video´s have no audio.With the profile "Panasonic Viera 2010" have the some video´s Audio but the Video quality and format is bad and i can´t forward or backward the Video on the TV. I tried to combine the two profiles, but it´s fail (Server does not start or no effect on the video) :(

Excuse me for my bad English :/

Can you help me, please ?

Best regards

Hamzelot

Re: Panasonic Viera TX-40CXW684 Audio problems

PostPosted: Thu Dec 24, 2015 1:26 pm
by Hamzelot
This works for me (create new profile)
  Code:
   
<Profile id="viera2015" name="Panasonic Viera (TX-40CXW684)" extendsProfileId="1">
      <Transcoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <Matches container="*" aCodec="dca"/>            
         </Video>
      </Transcoding>
      <ThumbnailsResolution>HD</ThumbnailsResolution>
</Profile>

I hope this help other.. ^^
But forward/backward and stop/resume (only the video is transcoded) restart the video from the beginning. Somebody has an idea why? And some Video have wrong display aspect ratio, the option "DAR="16:9"" aggravated it :/ ....

Re: Panasonic Viera TX-40CXW684 Audio problems

PostPosted: Fri Dec 25, 2015 12:28 am
by DenyAll
You don't likely need to transcode the video (as your statement is doing) but only the audio.

btw, you could also edit the Panasonic 2013 profile, changing the line:

    <!-- Matches container="matroska" vCodec="h264" aCodec="dca" / --> <!-- Uncomment this line if DTS is not supported natively -->
to remove the comments:
    <Matches container="matroska" vCodec="h264" aCodec="dca" />

Re: Panasonic Viera TX-40CXW684 Audio problems

PostPosted: Thu Jan 21, 2016 7:30 pm
by Knorz
Hello DenyAll,

i have a Panasonic CXW804. I made the changes to the Viera 2013 Profile and the tv plays now every mkv.

All mkvs with AC3 5.1 playing with the correct aspect and 5.1 surround (TV to Receiver ARC).

The problem is that all movies with DTS sound now stretched to 16:9. This happens only if transcoding from dts to ac3 is required.

16:9 (1920x1080) no problem, but all other formats 2,40:1 (1920x800) also stretched to full 16:9

Any chance to fix that? Thank You, Guido