Hi, I'm new to the forum and I have a huge problem!
I downloaded the ogm to avi converter and tried to convert my ogm file, but a msg box came out saying that the AviMux Gui is experiencing problems and will shut down, does anyone know why this happens?
Also, can anyone give the step by step, telling me what to click on, to convert from ogm to avi with VirtualDubMod, I tried it before and the output gave me no audio, please help me.
Thank you!
+ Reply to Thread
Results 1 to 14 of 14
-
-
You might try VirtualDub Mod instead. It should be able to open a OGM file. BTW, most OGM are just Xvid video with Ogg sound, so you may just need to convert the audio to MP3. VDM can do that also. I add Lame MP3 ACM to have more audio options but VDM has a MP3 codec.
Open the file, go to 'Streams>Stream list'. Right click on the audio file and select 'Full Processing mode'. Then R click again and L click 'Compression'. If you don't have Lame installed, use MPEG Layer 3 and select your settings. I use 44100Hz 128kbps CBR Stereo 16KB/s with Lame. MPEG Layer 3 doesn't have many settings.
Then save out the audio with 'Full processing' and the Xvid video with 'Direct stream processing'. This only takes a few minutes.
If my memory serves me properly, that should work. If you have a Ogg video, they may be different. That format can also have more than one audio stream, so you may have to choose.
Just to add, you can also save the audio out as a separate WAV, using full processing, then run it though other audio programs or convert to AC3 with ffmpeggui.
And welcome to our forums. -
Thanks for your help, my files are actually.ogg but I followed your instructions and again theres no audio! I don't have Lame but I used MPEG Layer, is there any other programs I can use like Avidemux? Does it support ogm to avi conversion?
-
Did VDM show any audio tracks in 'Streams'? I don't know if Gspot 2.70 will work on OGM or Ogg video, but if it does, it might tell you more about the file. Have you tried playing it with VLC media player? If VLC can play the audio track, it can usually transcode to other formats.
More about Ogg and OGM: http://www.vorbis.com/ -
Download OggDrop frontend (works without installation):
http://www.rarewares.org/files/ogg/oggdropXPdV1.8.9-aoTuVb5.zip
Demux audio from VDubMod' stream list and decompress it to wav with OggDrop, then encode to mp3 (or AC3) for using with avi.
Alternatively you can download Ogg Vorbis library libvorbis.dll and install it on your system so that VDubMod could use it for decompression.
All downloads are available here:
http://www.rarewares.org/index.php -
And yet another method:
Download OGMDemuxer (command-line, but if you want, you can create a shortcut to it on your desktop and drag .ogm files onto it). This utility can demux everything from an OGM. At the very least, you'll likely wind up with the AVI video stream (usually Xvid, no audio, in my experience), and at least one audio stream (.ogg). Videos may, of course, include more audio streams, and possibly subtitles.
If you do use the shortcut-on-desktop method, any OGMs you drag onto the shortcut will have their contents extracted to whatever directory they're in.
For example, if your OGM just has one audio track, you can demux it, then use whatever converter you like to convert the .ogg audio track to .mp3. Then, all you have to do is load the AVI in VirtualDubMod, and add the MP3 audio stream.If cameras add ten pounds, why would people want to eat them? -
Originally Posted by venus
you can also select which audio track to process.
Originally Posted by Alex_ander
Originally Posted by venusOriginally Posted by redwudz
You can't simultaneously process audio and video from an ogm with vdubmod.
You have to select "full audio processing", select compression and "save wav".
you can go to pcm, as an intermediate, and use an audio encoder to go to mp3, or
just go straight to mp3 with lame in vdubmod.
Direct stream the video to avi and then load the avi, add audio and direct stream copy again.
Originally Posted by redwudz
also, ogm2avi is another app that does the job.
using apps mentioned, or similar (oggdemuxer, lame...) with a batch drag and drop.
just drag and drop the ogm onto the icon and you get an avi with the first audio track and no subs.
you can of course edit the batch file, to use the 2nd audio track and so on.
gl -
True, I come across OGM video rarely. By Ogg possibly being different, I meant:
Other prominent Xiph codecs that are often encapsulated in Ogg are the video codec Theora, and the human speech audio compression format Speex.
I also assumed VDM could convert the OGM audio to MP3 in one step, but for MP3 VBR audio, I usually save out the audio as a WAV and convert that back to MP3 CBR with VDM or Audacity. Apparently OGM audio needs a similar process.
But the OP should have enough methods here to accomplish what he needs. -
Originally Posted by 45tripp
-
Thanks everyone!! After 2 months of trying to work this, it did! I got my file in avi and I have the audio too! I'm excited now that I could convert all my ogg files, does this also work with mkv files?
Thanks for everything!
Actually, when I was trying to convert the second episode, there's audio and everything but the subtitles won't show, I demuxed the subtitle and when I went to add it with the audio to the avi, it gave me a msg that says there was some errors while parsing the file, why is this happening? -
Originally Posted by redwudz
Originally Posted by redwudz
Originally Posted by Alex_ander
Originally Posted by Alex_ander
replace both vorbis.dll and ogg.dll
Originally Posted by Alex_ander
you can save to pcm with vdubmod though.
Originally Posted by venus
Originally Posted by venus
it'll be blank sub lines. vdubmod is removing them. which is a good thing
having the sub stream in the container is not the best idea.
for best compatibillity keep an external srt sub.
you can remove blank subs with a sub editor. i use SubtitleTool.
gl -
Try mencoder .....
-
sure,
already mentioned enough i'd say but
Code:mencoder anime.ogm -ovc copy -oac mp3lame -lameopts cbr -o anime.avi
Code:mencoder anime.ogm -ovc copy -aid 1 -oac mp3lame -lameopts cbr -o anime.avi
------------------------------
and this:
i thought useful
https://forum.videohelp.com/topic334918.html#1739038
ogm.rar
Similar Threads
-
How to convert MKV to AVI or OGM to AVI using mencoder
By Baldrick in forum User guidesReplies: 75Last Post: 17th Dec 2013, 11:19 -
How to convert matroska MKV to AVI or OGM to AVI
By Baldrick in forum User guidesReplies: 211Last Post: 13th Apr 2012, 00:56 -
convert ogm to avi with subtitles
By carlos28355 in forum Video ConversionReplies: 3Last Post: 14th Jun 2009, 16:46 -
HOW-TO - CONVERT AVI, OGM or MKV to DVD
By Ecko_Blue in forum User guidesReplies: 44Last Post: 19th Sep 2008, 09:10 -
Newbie want to know how to convert OGM file to AVI
By mody in forum Newbie / General discussionsReplies: 2Last Post: 14th Mar 2008, 13:59