Hey everyone,
I've been trying for a couple of days now, to download subtitles from cbc.ca (Murdoch Mysteries). I have tried every software available (probably) and still no luck.
I know it's a long shot, but does anyone know how to get hold of them?
Cannot find embedded srt and the only vtt file looks like this:
...and so on.WEBVTT #Clearleap HLS Packager version: 4.0
00:00:00.000 --> 00:00:03.000
/images_1/CBC_MURDOCH_MYSTERIES_SEASON_05_S05E01_1.00000.jpg
00:00:03.000 --> 00:00:06.000
/images_1/CBC_MURDOCH_MYSTERIES_SEASON_05_S05E01_1.00001.jpg
The images linked are only small screen shots of the episode, no subtitles or text.
Best regards!
Alex
+ Reply to Thread
Results 1 to 5 of 5
-
-
Afaik, the new cbc.ca content delivery system only has subtitles stored as a closed caption stream with the .ts video.
The old cbc.ca system had srt/vtt/dfxp, but not the new one.
So, download the .ts video, then extract/convert the closed caption stream (from the .ts) to srt using ffmpeg.
Code:ffmpeg -f lavfi -i movie=input.ts[out+subcc] -map 0:1 output.srt
Here is an extracted example from the video you reference above: CBC_MURDOCH_MYSTERIES_SEASON_05_S05E01-8626221.srt -
Absolutely brilliant ponens! Thank you!
Also thanks to you videobruger for your suggestion.
Edit:
Just one thought ponens. When using your provided code, I get this:
1
00:00:00,701 --> 00:00:04,305
<font face="Monospace">{\an7}♪</font>
2
00:01:13,140 --> 00:01:15,676
<font face="Monospace">{\an7}(Laugh)</font>
3
00:01:15,709 --> 00:01:17,678
<font face="Monospace">{\an7}- It’s one in the morning.</font>
4
00:01:17,711 --> 00:01:19,880
<font face="Monospace">{\an7}You never get over that,
\h\h\h\h\h\hdo you?</font>
5
00:01:19,913 --> 00:01:22,749
<font face="Monospace">{\an7}Still,</font>
6
00:01:22,783 --> 00:01:25,419
<font face="Monospace">{\an7}damn sight better
than the winter.</font>
Tried it with CCextractor after that, worked great and much faster than ffmpeg.Last edited by Alex.L; 10th Mar 2017 at 02:40. Reason: Added question
-
Similar Threads
-
Subtitles in a black box to cover up existing embedded subtitles.
By Leg_end in forum SubtitleReplies: 4Last Post: 7th Dec 2016, 00:23 -
CBC Olympics Stream
By olympusmons in forum Video Streaming DownloadingReplies: 2Last Post: 18th Aug 2016, 22:41 -
Can anyone download CBC videos ?
By kwanami in forum Video Streaming DownloadingReplies: 14Last Post: 10th Apr 2015, 04:12 -
Converting HD-DVD subtitles To BLURAY subtitles
By wulf109 in forum Blu-ray RippingReplies: 1Last Post: 7th Sep 2014, 06:15 -
Forced Subtitles --> In Between Bit <-- Full Subtitles
By OzDrDj in forum SubtitleReplies: 0Last Post: 1st Jun 2012, 02:11