|
|
| adderness |
| Posted: May 25 2013, 10:57 PM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 36597
Joined: 25-May 13

|
Hello all,
I am having a problem playing an .avi video file. I get the following message: "No audio decompressor could be found to decompress the source audio format. (source format tag: 0011)."
I am fairly new to using VirtualDub. What codec should I be using to decompress this audio format? I don't really even need the audio to play. I only care about the video.
Thanks |
 |
| Abrazo |
| Posted: May 26 2013, 07:16 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10

|
Normally this should be the Microsoft IMA ADPCM CODEC = imaadp32.acm that you can find in C:\Windows\System32
If not, you can download this codec in zipped format: > http://www.down-dll.com/index.php?file-dow...d=imaadp32.acm# (If the download message does not show up after a few seconds, then click on the hyperlink at the bottom of that window.)
Unzip the "imaadp32.acm" to the C:\Windows\System32 folder. |
 |
| adderness |
| Posted: May 26 2013, 01:32 PM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 36597
Joined: 25-May 13

|
Abrazo,
I did already have that codec. And downloading it again did not fix my problem. I still get the same error message. The videos in question are from a security system DVR that had the audio disabled. Could that be causing this problem?
Thanks |
 |
| dloneranger |
| Posted: May 26 2013, 02:01 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
If you don't want the audio then you can just set the audio source to 'none' from the audio menu
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| Abrazo |
| Posted: May 26 2013, 04:31 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10

|
Maybe that strange phenomenon in Windows Registry where ACM codecs get disabled (= status '0') ?
I was able to simulate and reproduce the warning of "No audio decompressor could be found ...".
Look into Windows Registry for this key, and verify that the digit (here indicated as 'bold') is set to '1' :
[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio Compression Manager\Priority v4.00] "Priority1"="1, msacm.imaadpcm"
Be sure to quit and restart VirtualDub after changing from disabled to enabled (or vice versa if you want to test it out). |
 |