Post Sun Mar 13, 2011 9:56 am

HT-C6730w

Hi,

first of all i have to say serviio is a great software. I tested a lot of Servers and Serviio is quite the best.

And please excuse my English I'm a german guy :)

For my HomeCinema System HT-C6730w I choosed the Profil Samsung TV / Player (C Serie). But is had to edit ist because this Player plays movies in an AVI container with h264 VCodec so Serviio dont has to transcod it. So I commented this line out of the profil and it works great.
here is my edited profil
  Code:
<Profile id="7" name="Samsung TV / player (C-series)" extendsProfileId="2">
      <Detection>
         <UPnPSearch>
            <FriendlyName>^TV-\d{2}C\d{3}.*</FriendlyName>
            <ModelName>Samsung DTV DMR</ModelName>
            <ModelNumber>1\.0</ModelNumber>
         </UPnPSearch>   
      </Detection>
      <Transcoding>
         <!-- transcode H264 MP4 files with LPCM audio -->
         <Video targetContainer="mpeg" targetACodec="ac3">
            <Matches container="mp4" vCodec="h264" aCodec="pcm_s16le" />
            <Matches container="matroska" vCodec="h264" aCodec="dca" />
            <Matches container="flv" vCodec="h264" />
         </Video>
         
         <Video targetContainer="mpeg" targetVCodec="mpeg2video">
            <Matches container="avi" vCodec="msmpeg4" aCodec="mp3"/>
         </Video>
         
         <!-- transcode MKV with MPEG2 video, remux into mpeg2 -->
         <!-- transcode AVI with AVC video
         <Video targetContainer="mpeg" targetACodec="ac3" targetVCodec="mpeg2video">
            <Matches container="matroska" vCodec="mpeg2video" />
            <Matches container="avi" vCodec="h264" />
         </Video>-->
         
         <!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
         <Video targetContainer="mpeg" targetACodec="ac3" forceVTranscoding="true">
            <Matches container="asf" vCodec="mpeg2video" />
         </Video>
      </Transcoding>
   </Profile>


Another thing that I find out was that some Movies (avi with H264) over 2 GB were displayed with the false duration of it. When I split the Movie in two pieces the Duration is right by all of the pieces. So I want to ask if this is a known error or do I have to edit somthing?

Greeting