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:
Then input the link into FFMPEG. And then input time, I put something random that somewhere within the stream for testing.Code:yt-dlp -g gYjYJmf3_wA -f bestvideo[ext=mp4]
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
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 4 of 4
-
-
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
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Code:
yt-dlp --download-sections "*50:20-50:25" --extractor-args "youtube:player_client=web_safari" gYjYJmf3_wA
Similar Threads
-
YouTube video time ranged index.m3u8 download doesn't work?
By BlueVideo10 in forum Video Streaming DownloadingReplies: 1Last Post: 20th Sep 2024, 10:19 -
tango stream m3u8 Streamlink download doesn't work
By youssef in forum Video Streaming DownloadingReplies: 3Last Post: 8th Jun 2023, 09:18 -
.m3u8 file doesn't work, what am I doing wrong?
By giggioman00 in forum Newbie / General discussionsReplies: 3Last Post: 13th Oct 2022, 16:05 -
How to download certain time (number of seconds) live M3U8 link and save?
By zydjohn in forum Video Streaming DownloadingReplies: 3Last Post: 9th Nov 2021, 16:16 -
tango stream m3u8 ffmpeg download doesn't work
By swimgoggles in forum Video Streaming DownloadingReplies: 2Last Post: 6th Jun 2021, 13:34