Hello,
I'm trying to download a video from a website that has this structure:
[Attachment 61026 - Click to enlarge]
The first 2 links don't do anything. Then we have the master.m3u8 file that is the one I am interested in. Then we have smaller resolutions and various audio and subtitles file.
I used this command to find the combination that I needed:
And then downloaded what I wanted with:Code:youtube-dl -F "urlhere/master.m3u8" [generic] master: Requesting header [generic] master: Downloading m3u8 information [info] Available formats for master: format code extension resolution note audio-Italian mp4 audio only [ita] 496 mp4 428x240 496k , avc1.66.30, 25.0fps, video only 709 mp4 640x360 709k , avc1.66.30, 25.0fps, video only 715 mp4 854x480 715k , avc1.4d401f, 25.0fps, video only 1250 mp4 1280x720 1250k , avc1.4d401f, 25.0fps, video only 2753 mp4 1920x1080 2753k , avc1.4d4028, 25.0fps, video only 5655 mp4 3840x2160 5655k , avc1.640034, 25.0fps, video only (best)
I am trying to download the .ts file as a separate file but I can't make it work with youtube-dl. Can anyone help me out?Code:youtube-dl -f 2753+audio-Italian --merge-output-format mp4 "urlhere/master.m3u8"
Thanks
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 12 of 12
-
-
Try Streamlink.
Code:Streamlink "url m3u8" best -o vid.ts
-
Not sure if I did anything wrong. It's the first time I use streamlink. Always used youtube-dl for this stuff...
-
Code:
youtube-dl -f 2753 --hls-prefer-native "urlhere/master.m3u8" -o video.ts
-
I haven’t tried this one yet but my idea is that the subtitle file is not linked to the master m3u8 video streaming as you can see from the inspector. Should I try to download the .ts stream. If so, how?
-
Sorry, but you are not being clear.
What you want is to download the video with or without the subtitles? Because the .ts stream is for the video file.Last edited by lfer94; 28th Sep 2021 at 16:20.
-
I would like to download both the video and the subtitles but as separate files.
-
Ok. Then try with this:
Code:youtube-dl --list-subs "urlhere/master.m3u8"
Code:youtube-dl --write-sub --all-subs "urlhere/master.m3u8"
-
Using the master.m3u8 and the master-captions-it.m3u8 url I get this:
Code:youtube-dl --list-subs "/master.m3u8" [generic] master: Requesting header [generic] master: Downloading m3u8 information master has no subtitles
Code:youtube-dl --list-subs "master-captions-it.m3u8" [generic] master-captions-it: Requesting header [generic] master-captions-it: Downloading m3u8 information master-captions-it has no subtitles
Code:youtube-dl -f 2753 --hls-prefer-native "urlhere/master.m3u8" -o video.ts
I also tried to download only the captions but I get this error
Code:Duration: 00:13:50.00, bitrate: 0 kb/s Program 0 Metadata: variant_bitrate : 0 Stream #0:0: Subtitle: webvtt Metadata: variant_bitrate : 0 Output #0, mp4, to 'file:master-captions-it-master-captions-it.mp4.part': Output file #0 does not contain any stream ERROR: ffmpeg exited with code 1
-
Well, I honestly don't have much experience downloading subtitles, so what I suggest is that you change the title of the post by adding the name of the page where you want to get them and someone will probably help you. It would also be very useful if you publish the URL of the video in question.
Similar Threads
-
Cannot download video, youtube-dl tried
By lordsmurf in forum Newbie / General discussionsReplies: 3Last Post: 7th Dec 2020, 08:21 -
youtube download, vr videos with one stream and horizontal split inside
By MeckiMesser in forum Video Streaming DownloadingReplies: 14Last Post: 19th May 2019, 05:20 -
how to use youtube.dl or ffmpeg to download video in ts
By Wizard23 in forum Video Streaming DownloadingReplies: 5Last Post: 12th May 2018, 21:00 -
How to download this YouTube recorded Live stream
By rogue2020 in forum Video Streaming DownloadingReplies: 2Last Post: 21st Mar 2018, 05:48 -
cannot download youtube video
By Anonymous in forum Video Streaming DownloadingReplies: 4Last Post: 6th Mar 2017, 00:45