Is there a way to convert .ogm to .avi?
+ Reply to Thread
Results 1 to 13 of 13
-
OGM files tend to use vorbis audio, which avi can't handle
Personally I would suggest mencoder. The commandline would be something like:
mencoder.exe -oac mp3lame -ovc copy input.ogm -o output.avi
That is assuming that you want mp3 audio. -oac help for other format options like pcm.
Also check out hte conversion guides. -
Sure you can, but it doesn't make it an avi. Just like renaming an mp3 to .wav doesn't make it a wav.
-
How about deleting some files in the video. I have 2 audio streams and 1 media file text stream. 1 that is english and 1 that is in japan and the text audio stream says that it is in japan. Is there a way to delete the japan and the english audio streams for me to be left with the 1 media text stream for me to be able to convert that to .avi?
-
The above will direct stream the video and convert one audio stream. The subs as far as I know will just be ignored. For multiple audio streams you can use -aid # to specify which you want to keep and for the subs you can demux them with ogmdemuxer. You could also use VirtualDubMod to extract audio and subs and also to remux the video to avi.
-
This is getting so confusing already...... Ok. I want to remove the subs, the japanese language, and leave the video file and the english audio. Is there a step by step instructions to do this and then change it to .avi?
-
mencoder.exe -aid # -oac pcm -ovc copy input.ogm -o output.avi
I don't know which audio stream is the English one.
All you need to do is grab mencoder (comes with mplayer) and run the above command with the correct # for aid or if the audio is tagged then -alang eng. This will give you an avi with just the English audio, it will however be quite a bit larger then the ogm as the audio will be PCM, but if I understand correctly you are going to convert to DVD anyway.
If you want more detailed instructions, as I said check out the conversion guides. -
Use AviConvert 1.01 [conversor OGM to AVI]
http://www.divxclasico.com/modules.php?name=Downloads&d_op=viewdownload&cid=19 -
-
Originally Posted by Baldrick
Code:1. Select the audio track you want to keep again 2. Click Save WAV to convert it to mp3, ignore that it says WAV, save it as track2.mp3 3. Select the subtitle track 4. Click Demux to save it as video.srt/sub
-
A simple way to convert .ogm to AVI is to open up the ogm file with VirtualDub and save the video as a type 1 or type 2 DV AVI file. VirtualDub will give you an error mssg because the audio can't be exported, since it's typically in ogg vorbis format. Ignore the error message.
Now you've got a type 2 DV AVI file with no sound. Export the sound from the ogm file to a WAV file by opening the ogm up with Sound Forge and choosing SAVE AS WAV. You'll probably have to sample-rate convert the WAV file too, since the ogms I've dealt with used 44.1 khz instead of 48 khz, so if you want to make a DVD out of it you must convert the WAV file to 48 khz after you export it.
You can then multiplex the audio and video parts of the DV AVI file using Adobe Premiere or Ulead Media Studio Pro, etc. to get a single DV AVI file with audio track. -
Originally Posted by xXGokuXx
Click file - select save as. In the new window give a name to the file select the type (OGM or MKV!) and click save. After several minutes you will have an .ogm with video and english audio stream.
Have fun!
Edit: If you want to have it like .avi you should reencode the vorbis (.ogg) audio to mp3 audio and multiplex them again with VDubMod.
Similar Threads
-
Converting OGM and MKV
By Jeikobu in forum MacReplies: 9Last Post: 3rd Jun 2011, 00:30 -
Converting OGM files to AVI/MPEG with subtitles
By StevoK in forum Video ConversionReplies: 1Last Post: 4th Feb 2010, 01:50 -
converting OGM/MKV to AVI (with dual audio track)
By mwasim1 in forum Video ConversionReplies: 1Last Post: 4th Jan 2009, 22:54 -
Trouble converting OGM to AVI in AllToAVI
By m93 in forum Video ConversionReplies: 8Last Post: 21st Jul 2008, 18:21 -
Converting OGM/MKV to AVI
By DarkManX4lf in forum DVD RippingReplies: 11Last Post: 30th Dec 2007, 15:16