Hello guys!
I'm trying to download a video from Apple servers and I noticed that the vod_index.m3u8 file has indexed streams for subtitles in separate m3u8 streams. I tried downloading the file with FFmpeg, and it downloads the biggest video and audio but no subtitles. Is there a way to "transcode" those subtitle streams from m3u8 into an SRT file?
https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/m3u8/vod_index.m3u8
FFProbe output
Code:[hls @ 0x7ff20e008200] Can't support the subtitle(uri: https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/en/en.m3u8) [hls @ 0x7ff20e008200] Can't support the subtitle(uri: https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/es/es.m3u8) [hls @ 0x7ff20e008200] Can't support the subtitle(uri: https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/ja/ja.m3u8) [hls @ 0x7ff20e008200] Can't support the subtitle(uri: https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/ko/ko.m3u8) [hls @ 0x7ff20e008200] Can't support the subtitle(uri: https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/ru/ru.m3u8) [hls @ 0x7ff20e008200] Can't support the subtitle(uri: https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/zh/zh.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
-
-
Just paste the subtitle URL in ffmpeg and that's it.
E.G. English subs:
Code:ffmpeg.exe -i "https://p-events-delivery.akamaized.net/2109isftrwvmiekgrjkbbhxhfbkxjkoj/vod/cc/en/en.m3u8" output_subs_eng.srt
Or if you put VOD url in there then use -map X:Y (where X&Y represent subtitle stream)
EDIT: it seems that there are no sub map streams showing,so you'll just have to paste the direct sub url in thereLast edited by Sviests; 13th Oct 2020 at 17:35.
Similar Threads
-
Downloading WebVTT/VTT Subtitles from M3u8 web sites?
By vega69-ux in forum Video Streaming DownloadingReplies: 6Last Post: 29th Sep 2020, 12:45 -
Webvtt Subtitles positioning
By SubtitleNoob in forum SubtitleReplies: 1Last Post: 27th Jul 2020, 13:14 -
Get segments from WEBVTT Playlist
By EmilFrom in forum Video Streaming DownloadingReplies: 2Last Post: 1st Jan 2018, 18:51 -
Youtube playlist to M3U8 Playlist
By candita in forum Video Streaming DownloadingReplies: 2Last Post: 31st May 2017, 03:56 -
Download m3u8 playlist
By aviergaz in forum Video Streaming DownloadingReplies: 3Last Post: 16th Sep 2016, 10:18