Stripping timecode from SRT file
May 30, 2011 11:05 AM Subscribe
I would like to delete certain lines in a text document.
It's an SRT file, which is basically a TXT file that contains subtitles and in & out points.
I'd like to delete all the timecode numbers, and leave only the text.
Example inside...
The format is as follows:
1
00:02:46,250 --> 00:02:47,625
Yahoo!
2
00:03:04,768 --> 00:03:07,353
-Congratulations.
-Thank you.
My desired end result is this:
Yahoo!
-Congratulations.
-Thank you.
Thanks in advance!
posted by Silky Slim to computers & internet (9 answers total) 2 users marked this as a favorite
posted by Silky Slim at 11:06 AM on May 30, 2011