如何从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文件中提取时间?的主要内容,如果未能解决你的问题,请参考以下文章