Hi there. I've always used VirtualDubMod to extract files from OGM files. However, I got some now with the information "OGM audio stream 2 [tag 0X00FF, AAC], and I can't extract it. VirtualDubMod tells me "no audio decompressor could be found to decompress the audio format". Can anyone tell me what I should do?
+ Reply to Thread
Results 1 to 17 of 17
-
-
Extracting, you should be fine. Just decoding where you have problems. Audio uses ACM, not VfW and I don't think that there is any working ACM aac decompressor.
Since you want a wav, try mplayer.
mplayer.exe -ao pcm:file=audio.wav -aid 1 -vo null -vc dummy input.ogm
Think the first audio stream is 0 anyway, which makes the second 1. -
I've installed ffdshow, but VirtualDubMod still tells me the audio stream is unknown and can't decompress. I may have configured ffdshow wrong. Could you help me again? Thanks.
-
Different interface. ACM is the audio equiv of VfW. Doesn't handle VBR properly, etc.
The only ACM decoding ffdshow does is for MakeAVIS avi's (frameserving AVISynth scripts as avi's). Does have aac decoding (realaac or faad), just for dshow only.
So basically VfW/ACM are old and lack features needed for modern audio/video codecs. They need to die. Directshow isn't the best for editing either.
Come to think of it. AVIDemux can handle ogm's and aac. Tends to crash here though when seeking in ogm's. Haven't tried any recent builds though. Was just about to build the latest SVN rev, but it needs updating for x264's new API. -
Don't get what you mean. You should get a popup when you open the file that multiple audio streams are detected. Then in the audio menu under main audio you can select the second stream.
-
Well, it worked. But now there's another problem: when I try to save the audio track, I always end up with a Okb file. The information on the OGM file says that the audio is AAC Stereo Bitrate 9303/74kbps Frequency 48000 Hz Duration 26:28:15. Any format I choose to save it in, I end up with a 0Kb file. I tried opening files that wok on VirtualDubMod, and on these I could save the audio with no problems. So, I have no idea what's going on.
-
That's why I suggested mplayer way back at the start. It has always worked for me where as AVIDemux isn't exactly reliable when it comes to ogm's and aac audio isn't exactly standard, so you can't expect all tools t handle it perfectly. Personally I would use mkv or mp4 if I wanted aac audio. ogm is a dead format.
-
Well, thanks. I'm gonna try it. As for MKV, my problem with it is that I can't extract the audio, video and subtitles from it and have them match in length because the movie is variable frame rate. So, I can't build a DVD from it. I have no interest whatsoever in watching movies on my computer, that's what my TV and DVD player are for. Computer screens are WAY too small to watch a movie on. That's my problem with MKV.
-
PS.: I'd be VERY grateful if anyone could help me with this MKV problem.
-
An mkv being VFR is a seperate issue. If the mkv used CFR video, then it would be no more difficult to handle than ogm. All I was saying is that if I wanted to use aac audio, I would choose mkv or mp4 as a container over ogm.
-
A question that sometimes drives me hazy... Am I or the others crazy?
-
Similar Threads
-
MKV AAC GUI Converter with Nero AAC Codec
By prijatelj.v in forum AudioReplies: 4Last Post: 26th Mar 2012, 08:41 -
[SOLVED] [H.264+AAC] How to extract segment?
By yetanotherlogin in forum EditingReplies: 2Last Post: 26th Oct 2011, 08:23 -
Extract AAC audio from mp4 file
By vampypiano in forum AudioReplies: 3Last Post: 25th Jan 2011, 22:28 -
Convert AAC 6ch to AAC 2ch w/ Dolby Pro Logic II Surround info
By SiegeX in forum AudioReplies: 5Last Post: 28th Dec 2009, 16:58 -
How to extract AAC audio out of MP4
By DRP in forum Video ConversionReplies: 16Last Post: 12th Dec 2009, 01:00