用于制作消费者可播放 DVD 的库
因此,我有一个创建 VOB 的应用程序,作为 DVD 创建的一个步骤。我正在使用 StandardMPEG 编码器,它的工作方式就像一个魅力。
我关心的不是刻录实际的 .ISO,而是构建它。我需要一个能够创建简单菜单、为 VOB 标记一些章节、最后创建应该刻录的 ISO 的库。我也会对目录感到满意。
我正在寻找一种免费的解决方案,或者至少是一种一次性收费的解决方案,而不是“给我你的鞋码,我们告诉你价格”的套餐。
还有一件事 - 我最好需要 .NET lib。
So I have an application that creates VOBs as a step for DVD creation. I am using StandardMPEG encoder, and it works like a charm.
Burning actual .ISO isn't my concern here, but building it is. I need a library that is able to create simple menu, mark some chapters for the VOB, and finally create an ISO that should be burned. I would be happy with directory also.
I'm looking for a free solution, or at least one that has a one-time fee, not 'give-me-your-shoe-size-we-tell-you-the-price' packages.
And one more thing-I need .NET lib, preferably.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请使用这个 http://dvdauthor.sourceforge.net/ 它是 C,所以你可能需要处理一点点。
Please use this http://dvdauthor.sourceforge.net/ it is C, so you might need to work on it a little.