Hi.
I'd like to download subtitles from here: https://gem.cbc.ca/media/moonshine/s01e03 (https://cbcrcott-gem.akamaized.net/a284f34f-81ef-499c-9e1d-0b0e27365e71/CBC_MOONSHINE_...op_master.m3u8) using ffmpeg.
Does anyone know the exact codec argument that I need to use?
By the way, I'm newbie, please go easy on me.
Thanks in advance!![]()
+ Reply to Thread
Results 1 to 10 of 10
-
-
I tried but I couldn't find out the solution. I suppose they pass caption (in .webvtt ?) trough javascript and then display it as text.
But I am happy to leave this in someone else capable hands. -
The message you have entered is too short. Please lengthen your message to at least 2 characters.
-
-
-
Well, you got me with avatar, Limbo is one of my favorite games, so I will not wait a few days.
Download one of the video streams (preferably the lowest quality one, for faster download and less size because we don't really care for the quality now, we want the subtitles, don't we?)
Code:ytdlp.exe --allow-u --external-downloader aria2c -f 621 "https://cbcrcott-gem.akamaized.net/a284f34f-81ef-499c-9e1d-0b0e27365e71/CBC_MOONSHINE_S01E03.ism/desktop_master.m3u8?hdnea=st=1633161008~exp=1633161128~acl=*~hmac=2d51b493c4002c51d5601f2222767daea1ca2b457f413403fe8d92890f7239ec" -o cbc.ts
It's important to download it as a .ts file.
Then use ffmpeg with this command
Code:ffmpeg -f lavfi -i movie=cbc.ts[out+subcc] -map 0:1 output.srt
The srt however will have some weird formatting and what-not, and you will need to fix that with Subtitle Edit or any program that has a find and replace function.
Replace <font face="Monospace">{\an7} with nothing.
Replace </font> with nothing.
Replace \h with nothing. -
Oh, really not that complicated...
I didn't try to download the video because in the manifest there wasn't any subtitle track description... my fault!
Thank you for sharing! -
Similar Threads
-
Using ffmpeg to dowload webvtt subtitles
By ecolek in forum Video Streaming DownloadingReplies: 24Last Post: 20th Jun 2021, 04:12 -
Tumblr Link to Dowload
By devilcoelhodog in forum Video Streaming DownloadingReplies: 2Last Post: 16th Apr 2020, 03:44 -
How can ı dowload this kind of streams?
By lemon in forum Video Streaming DownloadingReplies: 8Last Post: 20th Sep 2019, 01:34 -
yellow subtitles with ffmpeg
By lintucrowk in forum DVB / IPTVReplies: 1Last Post: 23rd Aug 2018, 17:01 -
Dowload older epsoides of a abc tv show that requires by email login
By Wizard23 in forum Video Streaming DownloadingReplies: 16Last Post: 24th Jan 2017, 00:40