views:

17

answers:

0

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;

--stackoverflow.com/questions/1441227/how-to-burn-video-dvd-from-c

--standardmpeg.com/documentation/tutorials/csharp

--sourceforge.net/projects/bwgburn/

but nothing which offers a complete solution. Any thoughts?