VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 4 of 4
  1. Let me make an example.

    First I need to mention that this doesn't happen on all videos, and I also note that it's with .m3u8

    As example: https://www.youtube.com/watch?v=gYjYJmf3_wA


    The first thing I'd do is:
    Code:
    yt-dlp -g gYjYJmf3_wA -f bestvideo[ext=mp4]
    Then input the link into FFMPEG. And then input time, I put something random that somewhere within the stream for testing.

    Code:
    ffmpeg -ss 50:20 -to 50:25 -i "<PUT LINK HERE>" -c copy out.mp4

    And now the issue is that it doesn't work. The -ss parameter and -to should technically as well. But something is wrong with that index.m3u8
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    So I assume, you want to download only a segment from the original youtube link? In that case you can do
    Code:
    yt-dlp -g gYjYJmf3_wA -f bestvideo[ext=mp4]
    streamlink "m3u8_link" best --hls-start-offset 00:50:20 --hls-duration 00:00:05 -o test.ts
    You can then mux using mkvtoolnix or whatever else. It's gonna be without sound since you request bestvideo (no audio)
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Code:
    yt-dlp --download-sections "*50:20-50:25" --extractor-args "youtube:player_client=web_safari" gYjYJmf3_wA
    Quote Quote  
  4. Member G.T.X.R's Avatar
    Join Date
    Jan 2025
    Location
    Europe
    Search Comp PM
    Originally Posted by BlueVideo10 View Post
    Code:
    ffmpeg -ss 50:20 -to 50:25 -i "<PUT LINK HERE>" -c copy out.mp4
    And now the issue is that it doesn't work.
    Special characters in file name?
    Quote Quote  



Similar Threads

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