Page 1 of 1

Philips 42PFL7655k_02 profile

PostPosted: Tue Jul 31, 2012 2:12 pm
by TesterPhilips
i have tested the follwing profile on a Philips 42PFL7665K (from 2010), hope it helps someone.

  Code:
<Profile id="20" name="Philips" extendsProfileId="1">
      <Detection>
         <UPnPSearch>
            <FriendlyName>.*PHILIPS.*</FriendlyName>
         </UPnPSearch>
      </Detection>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/avi" name="">AVI</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/x-matroska" name="">MATROSKA</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
         <MediaFormatProfile mime-type="video/mp4" name="">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">AVC_MP4_LPCM</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="">MPEG4_P2_MP4_NDSD</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="">AVC_TS_MP_HD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
         <MediaFormatProfile mime-type="audio/flac" name="">FLAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="audio/ogg" name="">OGG</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>   
         <!-- TS with AC3 does not work / remux SD transport stream into ps and recode ac3 to mp2 -->
         <Video targetContainer="mpeg" targetACodec="mp2">
            <Matches container="mpegts" vCodec="mpeg2video" aCodec="ac3"/>
         </Video>
         <!-- recoding/remuxing -->
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="mp2" DAR="16:9">
            <!-- HD-TS/PS with h264 does not work recode/remux /!!!perfomance and Lip sync problems, better remux to mkv by hand!! -->
            <Matches container="mpegts" vCodec="h264"/>
            <!-- some other unsupported formats untested-->
            <Matches container="matroska" vCodec="h264" aCodec="flac" />
            <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
            <Matches container="matroska" vCodec="h264" aCodec="truehd" />
            <Matches container="avi" vCodec="h264" />
            <Matches container="flv" />
         </Video>
         <!-- unsupported audio will be transcoded into mp3 audio -->
         <Audio targetContainer="mp3" >
            <Matches container="flac" />
            <Matches container="ogg" />
         </Audio>
      </Transcoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
   </Profile>


what working/tested --> see list enclosed

Re: Philips 42PFL7655k_02 profile

PostPosted: Tue Jul 31, 2012 4:08 pm
by zip
Great. Did you copy those mediaformatprofiles from another profile or did you actually worked them out based on what the TV needs?

Re: Philips 42PFL7655k_02 profile

PostPosted: Tue Jul 31, 2012 7:03 pm
by TesterPhilips
zip wrote:Great. Did you copy those mediaformatprofiles from another profile or did you actually worked them out based on what the TV needs?


I`m using the table from Philips (Support Board) and then trial and error with mediainfo/(self muxing) files.

remark: according to table mpge2 with ac3 (ts/ps) should work, but not for me

Re: Philips 42PFL7655k_02 profile

PostPosted: Tue Jul 31, 2012 7:23 pm
by zip
ok, cool. Should this become the main Philips profile?

Re: Philips 42PFL7655k_02 profile

PostPosted: Wed Aug 01, 2012 8:24 am
by patters
Does the TV definitely need those media format names changing to name=""?