Results 1 to 4 of 4

Thread: Working with video files

  1. #1

    Thread Starter
    Lively Member roglopes's Avatar
    Join Date
    Sep 2002
    Location
    Brazil
    Posts
    113

    Working with video files

    Dear friends,

    It's possible using C# to read .VOB files (DVD) and detect the chapters of the video?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member roglopes's Avatar
    Join Date
    Sep 2002
    Location
    Brazil
    Posts
    113

    Re: Working with video files

    I want to read .VOB files, and extract the audio from them.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width