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.
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/
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"