Questions tagged [srt]

Text file containing subtitles used by various video playback programs; supported by DivX, DVD, and other video formats; includes the time each subtitle should be displayed followed by the text of the subtitle.

SubRip Subtitle File

Text file containing subtitles used by various video playback programs; supported by DivX, DVD, and other video formats; includes the time each subtitle should be displayed followed by the text of the subtitle.

Subtitle files are often named according to the language of the subtitles, i.e. "moviename.eng.srt" for English and "moviename.ger.srt" for German subtitles.

More details on the file format and programs that support this format is at fileInfo. Another info about this format

184 questions
-2
votes
2 answers

Regex Or split based on number

i have trouble splitting a vtt file which is chunked together as one string. i have this string: "3 00:00:09.023 --> 00:00:11.953 Only by looking at her sitting with her legs spread widely, 4 00:00:11.953 --> 00:00:13.593 you can tell she's a…
-2
votes
1 answer

how to extract words from srt files & export to MS EXCEL

I want to know frequencies of some words used in any particular TV Series. if i can export words in SRT files to MS EXCEL then it'll be very easy. thanks
-3
votes
1 answer

Split text file into multiline string array using Regex

I need to split an .srt file text like 1 00:02:10,437 --> 00:02:11,598 Day one, Greenie. 2 00:02:11,757 --> 00:02:12,838 Rise and shine. 3 00:02:14,357 --> 00:02:16,041 He looks like a slopper to me. split into multi-line string array, each…
-5
votes
1 answer

Read srt file in java

How can i read a srt file , do some operations in it and finally export it in srt format in JAVA? i wanna do it to create a program that change the time of a subtitle. att, Diego Sabino
Diego Sabino
  • 47
  • 3
  • 9
1 2 3
12
13