VideoHelp Forum
+ Reply to Thread
Results 1 to 23 of 23
Thread
  1. Hey guys and gals.

    I've been trying to download footage from the WSL this year and can not for the life of me figure out a way?

    https://www.worldsurfleague.com/posts/469266/boost-mobile-margaret-river-pro-presented...?roundId=16833

    Any ideas would be greatly appreciated.

    All the best
    Quote Quote  
  2. Code:
    youtube-dl https://d3mkdffp59lenl.cloudfront.net/00836c86-9a20-4909-b87c-31bb4d30b2bc/hls/74d9bcf5%2005cf%2041a0%20b81e%20277f22f6525e_Ott_Hls_Ts_Avc_Aac_16x9_1280x720p_30Hz_6.5Mbps_qvbr.m3u8
    Quote Quote  
  3. Originally Posted by lomero View Post
    Code:
    youtube-dl https://d3mkdffp59lenl.cloudfront.net/00836c86-9a20-4909-b87c-31bb4d30b2bc/hls/74d9bcf5%2005cf%2041a0%20b81e%20277f22f6525e_Ott_Hls_Ts_Avc_Aac_16x9_1280x720p_30Hz_6.5Mbps_qvbr.m3u8
    Ok wow! Thank you! Firstly, what do I do with the code?

    Secondly, how do I reproduce it so I can download all the other heats?

    Thanks again
    Quote Quote  
  4. Originally Posted by Kgbow View Post
    Firstly, what do I do with the code?
    You first download youtube-dl
    put it in a folder
    type cmd in the address bar up there
    and type that code
    Originally Posted by Kgbow View Post
    Secondly, how do I reproduce it so I can download all the other heats?
    Press F12 in your Chrome/Firefox whatever, click on the Network tab and in filter urls type m3u8
    then right click on that, copy link/url or something and there you go.
    Quote Quote  
  5. Originally Posted by [ss]vegeta View Post
    Originally Posted by Kgbow View Post
    Firstly, what do I do with the code?
    You first download youtube-dl
    put it in a folder
    type cmd in the address bar up there
    and type that code
    Originally Posted by Kgbow View Post
    Secondly, how do I reproduce it so I can download all the other heats?
    Press F12 in your Chrome/Firefox whatever, click on the Network tab and in filter urls type m3u8
    then right click on that, copy link/url or something and there you go.
    AMAZING thank you so much. Any idea how I can download using a MAC? It seems MAC isn't support on the youtubeDL
    Quote Quote  
  6. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by Kgbow View Post
    Originally Posted by [ss]vegeta View Post
    Originally Posted by Kgbow View Post
    Firstly, what do I do with the code?
    You first download youtube-dl
    put it in a folder
    type cmd in the address bar up there
    and type that code
    Originally Posted by Kgbow View Post
    Secondly, how do I reproduce it so I can download all the other heats?
    Press F12 in your Chrome/Firefox whatever, click on the Network tab and in filter urls type m3u8
    then right click on that, copy link/url or something and there you go.
    AMAZING thank you so much. Any idea how I can download using a MAC? It seems MAC isn't support on the youtubeDL
    to install on a mac - https://ytdl-org.github.io/youtube-dl/download.html
    Quote Quote  
  7. Originally Posted by october262 View Post
    Originally Posted by Kgbow View Post
    Originally Posted by [ss]vegeta View Post
    Originally Posted by Kgbow View Post
    Firstly, what do I do with the code?
    You first download youtube-dl
    put it in a folder
    type cmd in the address bar up there
    and type that code
    Originally Posted by Kgbow View Post
    Secondly, how do I reproduce it so I can download all the other heats?
    Press F12 in your Chrome/Firefox whatever, click on the Network tab and in filter urls type m3u8
    then right click on that, copy link/url or something and there you go.
    AMAZING thank you so much. Any idea how I can download using a MAC? It seems MAC isn't support on the youtubeDL
    to install on a mac - https://ytdl-org.github.io/youtube-dl/download.html
    Ok, I feel like such a noob.... I have absolutely no idea what it is I need to do with the link you gave me? I'm completely new to MAC and have no access to my windows PC (in a different country)
    Quote Quote  
  8. Originally Posted by Kgbow View Post
    Ok, I feel like such a noob.... I have absolutely no idea what it is I need to do with the link you gave me? I'm completely new to MAC and have no access to my windows PC (in a different country)
    Go to where all of your apps are and find Terminal and run it
    then type
    Code:
    sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
    press enter and type
    Code:
    sudo chmod a+rx /usr/local/bin/youtube-dl
    if it gets you any errors then you first need to install curl I guess
    open Terminal and type
    brew install curl
    Quote Quote  
  9. You can also use ffmpeg (Mac version available):

    Code:
    ffmpeg -i https://d3mkdffp59lenl.cloudfront.net/00836c86-9a20-4909-b87c-31bb4d30b2bc/hls/74d9bcf5%2005cf%2041a0%20b81e%20277f22f6525e_Ott_Hls_Ts_Avc_Aac_16x9_1280x720p_30Hz_6.5Mbps_qvbr.m3u8 -c copy output.mp4
    VLC's Media -> Convert/Save... function can also download via m3u8 links.
    Quote Quote  
  10. You guys are fantastic! Thank you so much! Now, if only there was a way to download from Netflix!

    Thank you! so much!
    Quote Quote  
  11. I managed to download my first clip however the Audio is a little behind the video. Checked the original stream and the audio is fine. Any work around or should I just re download?
    Quote Quote  
  12. Originally Posted by Kgbow View Post
    I managed to download my first clip however the Audio is a little behind the video. Checked the original stream and the audio is fine. Any work around or should I just re download?
    ffmpeg can fix that
    Code:
    ffmpeg.exe -i movie.mp4 -itsoffset 1.5 -i movie.mp4 -map 0:v -map 1:a -c copy movie-audio-delayed.mp4
    the things you need to change here are
    movie.mp4 - change to your filename
    1.5 - change depending on how much the audio is "behind" in seconds
    and
    movie-audio-delayed.mp4 - change to your desired filename of the new audio fixed file.
    Quote Quote  
  13. Vegeta, thank you so much for your time and patience! I managed to download it and the audio works fine once I use VLC player to play the clip. But once it's in quicktime, it'll lag. Strange?

    I couldn't get ffmpeg to work (I've not used the terminal before)

    Downloaded VLC and wondering how I could get it to download with that? It only has "convert/Stream" and couldn't figure that out. Sorry im so slow.
    Quote Quote  
  14. Originally Posted by Kgbow View Post
    It only has "convert/Stream" and couldn't figure that out.
    Go there
    click Network
    paste the m3u8 link
    click on the arrow next to convert/save and choose Convert
    choose the destination file
    click start
    after a few seconds VLC should start doing its magic
    Quote Quote  
  15. Originally Posted by [ss]vegeta View Post
    Originally Posted by Kgbow View Post
    It only has "convert/Stream" and couldn't figure that out.
    Go there
    click Network
    paste the m3u8 link
    click on the arrow next to convert/save and choose Convert
    choose the destination file
    click start
    after a few seconds VLC should start doing its magic
    Ok so, I can get the m3u8 link copied into network. After a while it'll actually play in the VCL player. However, I can't seem to find the convert/save arrow?

    I'm excited to get this far!
    Quote Quote  
  16. Originally Posted by Kgbow View Post
    However, I can't seem to find the convert/save arrow?
    Maybe the MAC version of VLC doesn't have it, I don't know
    Image Attached Thumbnails Click image for larger version

Name:	hrh.jpg
Views:	39
Size:	88.7 KB
ID:	58735  

    Quote Quote  
  17. It would seem that its not like that on the Mac version! Gutted. I was hoping that would work. Sorry to be such a pain. I wonder if there is anyway you could give me the (dummies) version of downloading the video using the tools I have already?
    Quote Quote  
  18. Originally Posted by Kgbow View Post
    It would seem that its not like that on the Mac version! Gutted. I was hoping that would work. Sorry to be such a pain. I wonder if there is anyway you could give me the (dummies) version of downloading the video using the tools I have already?
    What did you use to download it in the first place?
    Quote Quote  
  19. I ended up using a Vietnamese browser called Coccoc? It seemed to work ok?
    Quote Quote  
  20. Originally Posted by Kgbow View Post
    I ended up using a Vietnamese browser called Coccoc? It seemed to work ok?
    What the hell is that, lol.
    Anyways, since you said you downloaded and at first you thought the audio is not synced well but then ran the file with VLC and it was fine... I see no reason why you wouldn't continue downloading with that Crocodile browser and watch with VLC.
    Quote Quote  
  21. Well, I may just do it that way. But, it seems that the crocodile (haha) browser seems to work sometimes. Not all the time. Just looking for the most effective method of doing it. What would you recommend with a MAC in mind?

    I'm hoping to put the footage to DVD and make a collection for me and my family.
    Quote Quote  
  22. I guess the Mac version of VLC is different than the Windows version. Media -> Convert/Save on the Windows version:

    Image
    [Attachment 58737 - Click to enlarge]


    Image
    [Attachment 58738 - Click to enlarge]


    Image
    [Attachment 58739 - Click to enlarge]


    Click on the little wrench on the Profile line and set Encapsulation to MOV/MP4 (or whatever container you want), Vidoeo Codec to Copy, Audio Codec to Copy. Than back the Convert dialog press the Start button.
    Last edited by jagabo; 5th May 2021 at 19:01.
    Quote Quote  
  23. i really needed this thread. thx guys
    Quote Quote  



Similar Threads

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