We have a product which includes some video editing tools. We've had a request to add the ability to write the resulting videos to a standard DVD movie disk.
To do this, I estimate I'd have to create mpg files, covert to vobs, write the correct directory structure and inf files etc. A lot of work.
Is there some .Net sdk library for doing this? Open-source is ideal, but commercial is ok too.
I've found articles discussing the different subtasks of the problem;
- How to burn video DVD from c#?
- http://standardmpeg.com/documentation/tutorials/csharp
- http://sourceforge.net/projects/bwgburn/
but nothing which offers a complete solution. Any thoughts?
Maybe DVDBuilder is what you looking for. I never used it but after reading your question, and hopfully understanding it, I think this could be the solution.