Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试找到一种方法来获取 MP4 文件中的当前字幕。我看到ffmpeg可以将所有字幕提取到一个 .srt 文件中,但对我来说,根据正在播放的视频的当前时间戳来获取当前字幕会很有用。如果可以使用 python 完成,则特别有用。这类似于opencvand moviepy,我可以根据视频的当前时间戳将当前帧提取为图像。
ffmpeg
opencv
moviepy
我看到很多库可以处理字幕 .srt 文件(例如 pysrt),但没有一个库可以从 playng mp4 文件访问单个字幕。