|
-
Jan 5th, 2007, 09:38 AM
#1
Thread Starter
Lively Member
Working with video files
Dear friends,
It's possible using C# to read .VOB files (DVD) and detect the chapters of the video?
-
Jan 5th, 2007, 10:03 AM
#2
Re: Working with video files
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.
-
Jan 5th, 2007, 10:15 AM
#3
Thread Starter
Lively Member
Re: Working with video files
I want to read .VOB files, and extract the audio from them.
-
Jan 5th, 2007, 11:03 AM
#4
Re: Working with video files
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|