Hirdetés

Új hozzászólás Aktív témák

  • nuri

    aktív tag

    Ha már ennyit pofáztam ide, itt a profil amit az LG tvmhez használok (42LB671V-ZB, legújabb firmware):
    user-profiles.xml config mappába (1.9 serviio alatt):

    <?xml version="1.0" encoding="UTF-8"?>
    <Profiles version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.serviio.org/xsd/profiles/v/1.9/Profiles.xsd">
    <Profile id="LGTV" name="LG TV Enhanced" extendsProfileId="1">
    <Detection>
    <HttpHeaders>
    <friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
    </HttpHeaders>
    </Detection>
    <!-- ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTransportProtocolHandler -->
    <MediaFormatProfiles>
    <MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
    </MediaFormatProfiles>
    <Transcoding>
    <!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
    <Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2"/>
    <Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2"/>
    <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="h265" />
    </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" />
    <Matches container="matroska" vCodec="h264" aCodec="eac3" />
    </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="mp3" aBitrate="192" aSamplerate="44100">
    <Matches container="flac" />
    <Matches container="ogg" />
    <Matches container="asf" />
    <Matches container="adts" />
    </Audio>
    </Transcoding>
    <GenericTranscoding>
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
    </GenericTranscoding>
    <MultipleAudioTrackAware>false</MultipleAudioTrackAware>
    </Profile>
    </Profiles>

    [ Szerkesztve ]

Új hozzászólás Aktív témák