1

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;

but nothing which offers a complete solution. Any thoughts?

Community
  • 1
  • 1
Sugrue
  • 3,629
  • 5
  • 35
  • 53
  • This question appears to be off-topic because it is not within the bounds of discussion as described in the help center. –  Aug 27 '13 at 14:11

1 Answers1

0

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.

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636
MESH
  • 16
  • Thanks. Actually, that is what I used in the end, in combination with a few other tricks. The end solution was quite complex - enough for a blog entry if I have time. – Sugrue Mar 22 '12 at 11:30