[Info] Release 0.7 (x86/x64) - MPExtended, WebMP, Bootstrap skin by ajs - Hard way (3 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    How reproduce this? I try but at me all ok...

    -- Tapatalk | WBR, ajs
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    MPE, WebMP. Bootstrap updated... Add FileDelete function to Share view ... :sneaky:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    After Google i create 2 new Profile ... Dont know work or not but:
    XML:
        <TranscoderProfile>
          <Name>Test VLC HD</Name>
          <Description>HD-quality Android profile based on VLC</Description>
          <Bandwidth>2280</Bandwidth>
          <Targets>
            <Target>android</Target>
            <Target>pc-vlc-video</Target>
          </Targets>
          <Transport>http</Transport>
          <MaxOutputWidth>1280</MaxOutputWidth>
          <MaxOutputHeight>720</MaxOutputHeight>
          <MIME>video/webmp</MIME>
          <HasVideoStream>true</HasVideoStream>
          <Transcoder>MPExtended.Services.StreamingService.Transcoders.VLCWrapper</Transcoder>
          <TranscoderParameters>
            <path>%mpextended-streaming%\vlc-3.0.11\MPExtended.Libraries.VLCWrapper.exe</path>
            <options>--ffmpeg-hw --sout-ffmpeg-strict=-2</options>
            <encoder>vcodec=VP80,vb=800,scale=1,deinterlace=0,acodec=vorb,ab=128,channels=2,samplerate=44100,audio-sync</encoder>
            <muxer>:standard{access=file,ffmpeg{mux=webm},dst=#OUT#}</muxer>
          </TranscoderParameters>
        </TranscoderProfile>
    
        <TranscoderProfile>
          <Name>Test FFmpeg HQ</Name>
          <Description>High-quality Android profile based on ffmpeg</Description>
          <Bandwidth>896</Bandwidth>
          <Targets>
            <Target>android</Target>
            <Target>pc-vlc-video</Target>
          </Targets>
          <Transport>http</Transport>
          <MaxOutputWidth>800</MaxOutputWidth>
          <MaxOutputHeight>600</MaxOutputHeight>
          <MIME>video/MP2T</MIME>
          <HasVideoStream>true</HasVideoStream>
          <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
          <TranscoderParameters>
            <codecParameters>-codec:v libvpx-vp9 -b:v 768k -profile:v baseline -preset:v superfast -coder 1 -codec:a libopus -b:a 128k -ac 2 -strict experimental -async 1 -sn -f webm</codecParameters>
          </TranscoderParameters>
        </TranscoderProfile>
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Bootstrap updated, small cosmetic and Poster view in series ...
     

    Users who are viewing this thread

    Top Bottom