Page 1 of 1

Looking for the right Transcoding Profile - Grundig VLE 8160

PostPosted: Wed Mar 28, 2012 9:58 am
by Steffi
Hello!

As in the Wiki described, I attached the text of the Device Spy. I got a new Grundig VLE 46 8160 and in its user manual, it says, it is Dixv certified. So, for normal, watching usual mkv files without transcoding shouldn't be a problem

I already tried some profiles, but with the most, the computer is at least transcoding the picture or the sound. With my Samsung LED LCD, nothing is transcoded and all plays fine.

Any chance, to get a profile without transcoding or use another one, already existing? My computer in the living room is quite weak, so, that is why i am asking :-)

Between, it is always the DTS audio which doesn't work. So, the profile should only convert the audion, video is fine.

Greets,
Steve

Re: Looking for the right Transcoding Profile - Grundig VLE

PostPosted: Thu Mar 29, 2012 10:21 am
by Steffi
anyone? can someone show me a way to only transcode the audio for my Grundig?

Edit:
This is it:

  Code:
<Profile id="XX" name="Grundig8160" extendsProfileId="1">
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
          <!-- remux DTS/FLAC/LPCM in MKV/MP4 to 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" />
            <Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
            <Matches container="3gp" vCodec="h264" /> 
         </Video>         
            </Transcoding>      
   </Profile>

Re: Looking for the right Transcoding Profile - Grundig VLE

PostPosted: Sun Aug 12, 2012 11:15 pm
by berliner79
Hi Steffi,

I have a Grundig 7130, do you think I could use your code as a renderer profile? I would definitely like to give it a try. Could you please tell me what I should do with this text? Save it as a file? Where?

Thanks ahead!