1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Demux XviD/DiVX OGM

Discussion in 'DivX / XviD' started by fuderyuu, Jul 11, 2003.

  1. fuderyuu

    fuderyuu Member

    Joined:
    Mar 5, 2003
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    11
    Hello, I have quite a lot of great quality season DVD rips of a few shows that were encoded in Xvid and Divx formats and are contained in the OGM file container (filename.ogm). I want to remove the video and audio from the ogm file so I can make DVD videos of these OGM DVD rips.
    The only options I find in VirtualDubMod that would allow me to demux the video are either full stream copy (which will take about 19 gigs for a 200 +/- file) or Full processing mode (which doesnt make sense to me since the files are already encoded but are just in a file container).
    Thank you in advance.
     
  2. davexnet

    davexnet Active member

    Joined:
    Jul 7, 2003
    Messages:
    1,856
    Likes Received:
    0
    Trophy Points:
    66
    There is a simple program called OGMdemuxer.
    It runs from the command line, and separates
    the OGM into AVI and ogg audio.

    Look here:
    http://cyrius.bunkus.org/
     
  3. fuderyuu

    fuderyuu Member

    Joined:
    Mar 5, 2003
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    11
    Thank you much! I'll let you know how this goes.
     
  4. fuderyuu

    fuderyuu Member

    Joined:
    Mar 5, 2003
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    11
    Thank you very MUCH DaveXnet!!! It worked. Not only that but I found a code to create a batch file to use so that you can do multiple files at once (up to 9 I think).

    Just create a .bat document with the following text and save it where your OGM demuxer is at(everything under the _____ only! and don't forget to change the file path for your OGMDemuxer.exe)

    _____________________

    J:\OGMDemuxer\OGMDemuxer -a -p "%1"
    J:\OGMDemuxer\OGMDemuxer -a -p "%2"
    J:\OGMDemuxer\OGMDemuxer -a -p "%3"
    J:\OGMDemuxer\OGMDemuxer -a -p "%4"
    J:\OGMDemuxer\OGMDemuxer -a -p "%5"
    J:\OGMDemuxer\OGMDemuxer -a -p "%6"
    J:\OGMDemuxer\OGMDemuxer -a -p "%7"
    J:\OGMDemuxer\OGMDemuxer -a -p "%8"
    J:\OGMDemuxer\OGMDemuxer -a -p "%9"
     
    Last edited: Jul 14, 2003
  5. davexnet

    davexnet Active member

    Joined:
    Jul 7, 2003
    Messages:
    1,856
    Likes Received:
    0
    Trophy Points:
    66
    Excellent - thanks for the BAT file info !


    Dave
     

Share This Page