如何从SRT文件中提取时间?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从SRT文件中提取时间?相关的知识,希望对你有一定的参考价值。

我是一个python新手,我希望得到帮助,从一个电影的SRT文件中提取开始和结束时间。

例子

1

00:00:39,330 --> 00:00:41,958

Things are never gonna be
the same now.

2

00:00:42,125 --> 00:00:44,169

I mean, look at this.

3

00:00:44,336 --> 00:00:46,379

You got aliens.

I want to Extract the Start time(00:00:39) and End time(00:00:41) and the text(Things are never gonna bethe same now.) Thanks in Advance!

答案

我建议使用一个现有的库,如 https:/pypi.orgprojectsrt 为此目的。

以上是关于如何从SRT文件中提取时间?的主要内容,如果未能解决你的问题,请参考以下文章

如何从 srt 文件中提取单词并导出到 MS EXCEL

如何从.srt文件中获取Python中给定时间戳的文本

ffmpeg 将 hdmv pgs 字幕从 mkv 提取到 srt

SRT字幕格式

从单个按钮从多个片段中提取数据

使用从循环内的代码片段中提取的函数避免代码冗余/计算开销