VOBsub 字幕格式是什么?
在哪里可以找到 VOBsub 字幕格式的文档/示例代码?一个是 .idx 和一个 .sub 文件。
我需要创建一个生成这些字幕的程序。我一直在谷歌上寻找,但只找到了如何从 DVD 上翻录它们。
谢谢
Where can I find documentation/sample code of the VOBsub subtitles format? The one that's an .idx and a .sub file.
I need to create a program that generates those subtitles. I've been looking on Google but only found how to rip them from DVD.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这些开源实现:
然后还有像 VLC 这样的媒体播放器。您还可以查看 doom9 上的这些主题:
Have a look at these open source implementations:
And then there are the media players like VLC. You can also check out these threads on doom9:
我认为最好的方法是查看一些开源媒体播放器的源代码。其中一些将具有解释 .idx 或 .sub 字幕文件的代码。
这可能是一个有用的起点:
http://sourceforge.net/projects/guliverkli/
I think your best approach would be to have a look at the sourcecode of some of the open-source media players. Some of them will have the code to interpret an .idx or .sub subtitle file.
This might be a useful starting point:
http://sourceforge.net/projects/guliverkli/