Software required:
You may also use other codecs. Jus make the appropriate changes in the GraphEdit.
How to convert DVR-MS files to OGM (x264(xvid) video + ogg vorbis audio) using DirectShow graph and free software- Start Graphedit
- Menu "File"->"Render Media File...". Select your DVR-MS file.
- Insert the following filters into your graph:
- Audio Compressors -> Vorbis Encoder
- DirectShow Filters -> File writer (select your output
filename. Include the .ogm extension). - DirectShow Filters -> Filter Configurator by Trombettworks
- DirectShow Filters -> Ogg Multiplexer
- Video Compressors -> x264 (xvid)
- Select the Filter Properties of the Filter Configurator and set the properties for the x264 (xvid) codec. Select the bitrate (for example: 750-1500) and 2-pass encoding.
- Delete the Video Renderer and Default Direct Sound device.
- Connect the MPEG audio decoder to the Vorbis encoder.
- Connect the Elecard MPEG-2 video decoder to the x264 (xvid) codec.
- Connect the Vorbis Encoder and the x264 (xvid) codec to the Ogg Multiplexer.
- Connect the Ogg Multiplexer to the File Write.
- Now play your graph.
After it is done you should be able to play the OGM file on any computer that supports .OGM container and ogg vorbis, x264 (xvid) codecs.