Post Thu Jul 24, 2014 10:43 pm

Transcoding Issue LG LM660T Smart TV

i can't transcode flac to lpcm using the 2011 LG profile below, it says unsupported file, when trying to load it...

but using the same profile on my LG Bluray Player BP-620 it plays just fine

TV Current Firmware is 04.60.10

Profile Follows

  Code:
<Profile id="lg_2011" name="LG Smart TV (2011)" extendsProfileId="1">
      <Subtitles>
         <SoftSubs mime-type="text/srt" />
      </Subtitles>
      <Detection>
           <UPnPSearch>
              <FriendlyName>(.*LW98.*)|(.*LW65.*)|(.*LW55.*)|(.*PZ9.*)|(.*PZ57.*)|(.*LM66.*)</FriendlyName>
              <Manufacturer>LG Electronics</Manufacturer>
           </UPnPSearch>
      </Detection>
      <Transcoding>
           <!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
           <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
              <Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.2" />
              <Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.2" />
              <Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
              <Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
              <Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2" />
              <Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2" />
           </Video>
            <!-- remux unsupported audio codecs in MKV into AC3 -->
           <Video targetContainer="mpegts" targetACodec="ac3" >
              <Matches container="matroska" vCodec="h264" aCodec="dca" />
              <Matches container="matroska" vCodec="h264" aCodec="flac" />
              <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
              <Matches container="matroska" vCodec="h264" aCodec="truehd" />
           </Video>
           <!-- Remux WTV files to MPEG-PS with no transcoding-->
           <Video targetContainer="mpeg">
              <Matches container="wtv" />
           </Video>
           <!-- transcode unsupported video codecs into mpeg-ts, mpeg2video and ac3 audio -->
           <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">           
              <Matches container="avi" vCodec="mjpeg" />
              <Matches container="avi" vCodec="dvvideo" />
              <Matches container="mp4" vCodec="mjpeg" />
              <Matches container="asf" />
              <Matches container="flv" />
              <Matches container="ogg" />
           </Video>
           <!-- unsupported audio will be transcoded into lpcm audio -->
           <Audio targetContainer="lpcm" forceInheritance="true">
              <Matches container="flac" />
              <Matches container="ogg" />
              <Matches container="asf" />
              <Matches container="adts" />
           </Audio>
        </Transcoding>     
    </Profile>


if you have any idears how to get it to work i would appreciate it, i tried mp3 and well it was all garbled and playing faster than it should etc... the bluray player is the same age as the tv, so i dont understand why the bluray can handle the transcode and the tv cant any thoughts on it?