SRT2TXT
transcribe.srt2txt
srt2txt(srt_string)
Converts stream of srt subtitles to text format.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
srt_string |
str
|
String-representation of srt subtitles. |
required |
Returns:
Name | Type | Description |
---|---|---|
str |
str
|
Cleaned text format of subtitles concatenated with space. |