Fri Feb 13, 2015 1:48 am by Frankie15
			
			
			-   Code:
 <Profile id="viera2011a" name="Panasonic Viera G/GT/DT/UT/VT (2011/2012)" extendsProfileId="viera2013">
      <!-- Panasonic Viera G30, GT30, DT30, UT30 With avi (2011), xx50 (2012)  With AVI Support -->
      <Detection>
         <UPnPSearch>
            <FriendlyName>(VIERA (G|D|U)T?(3|5)0?.*)|(VIERA VT50.*)</FriendlyName>
            <Manufacturer>Panasonic</Manufacturer>
         </UPnPSearch>
      </Detection>
      <Transcoding>
         <!-- remux VORBIS/FLAC/LPCM in MKV/MP4 to AC3 -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" DAR="16:9" forceInheritance="true">
The video will play as soon as I remove DAR="16:9" from that last line. The OAR is incorrect as it is stretching, but the video plays. It won't play once I change this back to include DAR="16:9". None of my other MP4 files have this issue. They will all play fine with the correct OAR when I add the DAR="16:9". Is it because the movie I am trying to watch has an even wider aspect ratio? (2.35:1 compared to 1.85:1)? Might be grasping at straws, but that's all that stands out to me.