Dear friends,
It's possible using C# to read .VOB files (DVD) and detect the chapters of the video?
Printable View
Dear friends,
It's possible using C# to read .VOB files (DVD) and detect the chapters of the video?
Absolutely. C# can read any type of file because it can read them byte by byte. You just need to know something about the file format so you can identify what those bytes mean.
The alternative is to use a third party component that already understands VOB files.
I want to read .VOB files, and extract the audio from them.
Don't know if it's of much help, but .VOBs can be renamed to .MPGs, and if you know how to extract the audio from MPGs, you should be able to do the same here.