VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Jul 2019
    Location
    Australia
    Search Comp PM
    Hello,

    I've been trying to download the following video: https://www.nrl.com/tv/matches/holden-state-of-origin/2005/game-3/full-match-replay-ma...---game-3-2005 .

    I've tried ffmpeg, youtube-dl etc to no avail. I finally managed to download the video with the TVDownloader software, however it seems that whatever manifest file i input, i can't get a version with sound.

    Can anyone help me with this? You may have to create a free account to watch the video or if you don't want an account, just PM me and i'll give you my login.

    I'd appreciate any help.
    Quote Quote  
  2. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    I used TheStreamDetector for firefox to get a long long .m3u8,then called list formats with youtube-dl:

    Code:
    C:\youtube-dl>youtube-dl -F "https://player.ooyala.com/hls/............."
    [info] Available formats for _.m3u8?source=https://vcdn2.nrl.com/141dd211-ec7b-456a-b0a7-18cd0694dac5/......
    format code             extension  resolution note
    audio-aac_eng_2_31_2_1  mp4        audio only [eng]
    39                      mp4        audio only   39k , mp4a.40.2
    211                    mp4        320x180     211k , avc1.64000c, video only
    661                    mp4        512x288     661k , avc1.640015, video only
    865                     mp4        768x432     865k , avc1.64001e, video only
    1273                   mp4        1024x576   1273k , avc1.64001f, video only
    1885                   mp4        1280x720   1885k , avc1.64001f, video only (best)
    After this you can select which audio and video you want.
    You can either choose best from both by going:
    youtube-dl -f best+best "https://player.ooyala.com/hls/............."
    Or if you want a lower resolution video (e.g. 576p),then -f 1273+39

    This should mux both video and audio.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!