I'm trying to make a DVD builder using C# , and I know that DVD's have a specific structure which I tried to find and I couldn't see any thing helpful , however , I found some half-completed posts about this structure , which indicate the following :
- all DVD videos must be in '.VOB' format
- all DVD Videos must be in a folder named "VIDEO_TS" and DVD audios in a folder named "AUDIO_TS" (specifically)
- "VIDEO_T" and "AUDIO_TS" must be burned to a DVD disk that follows a special filesystem called [UDF][1]
My question is If I managed to convert my video to suitable ".VOB" format , then I burn it to a disk after adding it to those folders , would it be playable in any DVD player ? I mean is this enough to have a simple DVD disk , and if it wouldn't .. what would be the simplest DVD structure I can make ( without menus and chapters and other extra stuff ) ? any links related to DVD would be great