Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Get segments from WEBVTT PlaylistHello everyone
I'm figuring out how to download subtitles from the danish streaming site dr.dk/tv. They use webvtt subtitles with m3u8 files. The whole link looks like this: https://drod04o-vh.akamaihd.net/i/dk...leType=Foreign They put the subtitles at the end in these playlist links: https://www.dr.dk/mu/subtitles/playl...leType=Foreign I have figured out that the windows application M3u8x can turn this playlist link into segment links: https://www.dr.dk/mu/subtitles/segme...leType=Foreign But I really don't want to rely on a windows gui application, since I'm primarily a Mac user and I hate using gui applications for something I can do in the terminal, so I'm trying to figure out how to do this in the terminal with something like FFMPEG. How can I get the individual segments files from a playlist link like that?? UPDATE: jimdagys over at videohelp.com helped me figure out out. Link: https://forum.videohelp.com/threads/...st#post2506075 youtube-dl can download the subs if you just give it the whole dr.dk link. Example: youtube-dl --all-subs --skip-download https://www.dr.dk/tv/se/familien-low...-lowander-4-5# Last edited by EmilFrom : 01-01-2018 at 06:54 PM. Reason: Update. I figured it out. |
Tags: drdk, m3u8, playlists, segments, subtitles, vtt, webvtt |
Thread Tools | |
Display Modes | |
|
|