Low resolution on videos from youtube. (3 Viewers)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    Hm, feels a bit clunky.
    In youtube-dl they download the 2 streams and merge those into one.
    In theory that could also be done in onlinevideos, but it's quite a challenge to make that work (I have to include something like ffmpeg in the onlinevideos i guess)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    In youtube-dl they download the 2 streams and merge those into one.
    youtube-dl Documentation:
    You can merge the video and audio of two formats into a single file using -f <video-format>+<audio-format> (requires ffmpeg or avconv installed), for example -f bestvideo+bestaudio will download the best video-only format, the best audio-only format and mux them together with ffmpeg/avconv.
    but it's quite a challenge to make that work
    Step1 Download Video stream
    Step 2 Download Audio stream
    Step 3 Merge
    or
    Simple run youtube-dl - And let him do all the necessary work. :):whistle::coffee:
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    There is only one parameter in the IPlayer.play method to specify an url, so at the very least that needs to be extended
     

    Users who are viewing this thread

    Top Bottom