从 DVB-T 中提取隐藏式字幕
我希望能够从 Linux 机器上的 DVB-T 卡上的流中获取隐藏式字幕。
据我所知,当我使用 mythtv 查看该卡时,它可以看到字幕并将其显示在屏幕上。但我希望运行一个脚本来收集字幕并将其放入 txt 文件中。
卡:Winfast DTV1000S / DTV3200
I want to be able to get the closed captions from a stream on a dvb-t card on my linux machine.
From what I can tell when I use mythtv to view the card it can see the captions and display them on screen. But I would like to have a script running that gathers the captions and places them in a txt file.
Card: Winfast DTV1000S / DTV3200
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MythTV wiki 提供了一个执行此操作的脚本:
它使用开源工具“CCextractor”来完成此操作。
这适用于美国隐藏式字幕(不适用于欧洲格式字幕),但假设这对您来说没问题,那么它可能根本无需编程即可工作。
CCextractor 也是开源的,所以如果想添加对欧洲标准字幕的支持,那么我相信 CCextractor 的开发者不会反对
The MythTV wiki gives a script which does this:
http://www.mythtv.org/wiki/Closed_captioning#Extracting_closed_captions_to_a_.srt_file
It uses the open source tool "CCextractor" to do it.
This will work for US closed captions (not European format subtitles) but assuming that was OK for you it might work with no programming at all.
CCextractor is also open source, so if want to add support for European standard subtitles, well, I'm sure the developers of CCextractor wouldn't object