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.
给定一个视频,例如: https ://www.youtube.com/watch?v=cNHeiIM5xZI
有没有支持提取字幕的库或工具?
按顺序提取字幕就足够了,如果能提取时间戳就更好了。
您可以使用笔画宽度变换来查找每一帧中所有(水平)文本的边界框。如果位置和大小合适,那么您可以假设它是字幕。 处理后的帧号将为您提供相对于开始的时间戳。