I am trying to extract audio from an avi file in VirtualDub. When I open the avi it in either VD or VDM, I get a large "WARNING: NOTHING TO OUTPUT BFRAME DECODER LAG". When I check on the file info, it says for audio:
Rate: 48000Hz
Channels: 2
Precision: N/A
Compression: Unknown (tag 0055)
I looked up this avi in Gspot and it reads:
Codecs:
0x0055(MP3) ID'd as MPEG-1 Layer 3
4 compatible codecs installed
When I render the avi, DirectShowRender in Gspot informs me that:
AudioSrc: MPEGLAYER3 (MP3) (0x0055)
and that it could decode the audio with ffdshow Audio Decoder,
use MatrixMixer as the Audio Post-processor.
When I try and extract a wav file from my avi in either VD or VDM, it tells me "No audio decompressor could be found to decompress the source audio format." Even demuxing the audio in VDM to an mp3 doesn't work.
What can I do to fix this problem? I would like the final audio version something I can drop into TMPGEnc so I can encode this avi.
+ Reply to Thread
Results 1 to 14 of 14
-
-
I think you have two seperate problems. B-Frame decoder lag is video related and, I believe, something to do with the bitstream structure. I know that using FFDShow and opening the file via avisynth with DirectShowSource() gets rid of the message.
Have you tried outputing an uncompressed wav file for the audio from Vdub ?
Also, perhaps the audio has been mis-identified. Try installing the AC3 ACM Decompressor and see what happens.Read my blog here.
-
VirtualDub uses ACM decompressors, you can have all the dshow decoders you want installed and it won't make any difference. That said windows comes with an ACM mp3 decoder. Perhaps yours is corrupt/missing?
"WARNING: NOTHING TO OUTPUT BFRAME DECODER LAG" means that it was encoded with bframes, but not packed bitstream.
There are numerous other ways to decode audio from an avi. mplayer, goldwave, etc. -
I was initally trying to get a wav file from VDub when I first experienced the problem.
As for the AC3 ACM decompressor's, I have them installed and they work fine. Earlier in the day I ran thru some audio that was in AC3 and had no problems decompressing it.
I will try a different tool (mplayer or goldwave) and see what happens. -
If a DivX/XviD AVI has MP3 audio I always "demux" it using GOLDWAVE.
Just load the AVI into GOLDWAVE then save as a PCM WAV file.
For some reason GOLDWAVE seems to excel at this proceedure.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
I figured out a workaround for the 0055 audio problem using virtual dub in direct stream copy mode to save the wav, then renaming the file extension to MP3, and using winamp's disk writer feature to convert it to a PCM WAV.
I wrote it up here...
http://www.modhotspot.com/0055_audio_error.php -
profmuggs, I'd like to thank you for your solution! Although it didn't work fully for me..
When I convert the mp3 file to wav using Winamp (I've also tried mp3-2wav tool and the
result was exactly the same), but the output wav file was actually smaller (up to 2:10 minutes of difference)
than the mp3 input one, which is a considerable part of the sound.
So I was wondering if you also went through this last problem and, in case you did, how did it work for you? Could you find your way out? -
It's easier to just use GoldWave ... one step and very simple.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
I remember this error before but I think I just ignored the message and was able to work with the file with no problems.
Can you open and save other AVI files with MP3 audio? If not, you need LameACM-3.97, if so, you might try moving the slider to the second frame, choose the codec that the file was compressed with (XviD I assume), choose Smart Render for Video and Direct Stream Copy for audio and try saving to a new file.
I just ignored the error myself and edited and saved the file if I remember correctly. -
Originally Posted by Sawyier
Probably no need decompress or recompress MP3 audio - rather enough re-mux A/V or fix MP3 stream and add again.
Try just extract audio (Export > Raw audio...) and...
- add as external (Audio > Audio from other file...)
- or try 'repair', example used Rebuild MP3 Stream in foobar2000 or some similar. -
FulciLives wrote
It's easier to just use GoldWave ... one step and very simple.Thx a lot btw!
DarrellS, I ignored it once n the audio ended up desynchronized with the video.
But yeah, it varies a lot, even because the audio 0055 problem not always shows up for every file.
Placio74, I'll try your suggestion, thx!
Similar Threads
-
re-configuring virtualdub default compressor codec to another ?
By vhelp in forum Newbie / General discussionsReplies: 9Last Post: 5th Aug 2012, 12:22 -
Virtualdub avi capture audio sync issues
By buckethead in forum Capturing and VCRReplies: 8Last Post: 31st Oct 2011, 14:34 -
Tool to Find Peak Audio Levels of AVI and MPEG files
By Deluge in forum Newbie / General discussionsReplies: 3Last Post: 30th Aug 2010, 13:47 -
What parameter in Gspot or MediaInfo shows if AVI will play in DVD player?
By jimdagys in forum Video ConversionReplies: 6Last Post: 19th Apr 2009, 01:58 -
Convert this avi to DivX avi (GSpot Screenshot included)
By indiannawaf in forum Newbie / General discussionsReplies: 13Last Post: 22nd Aug 2007, 10:26