View Full Version : ACM failed to suggest a compatible PCM format
Jim Ford
16th February 2006, 23:55
I'm getting the above error with Avisynth, and have no idea what it means or how to fix it (I've checked the docs with no luck)!
(All I want to do is put a few sample clips of videos onto a PC and I'm finding I'm up to my ears in weird apps like AutoGk, AViSynth, Vitualdub, Megui, Yamb, dgmpgdec, Besweet, Belite, etc., etc. - and more different file types and acronyms than you can shake a stick at! Why is video so complicated? :mad: )
Jim Ford
Guest
17th February 2006, 00:37
Please use the search engine with this phrase:
"ACM failed to suggest a compatible PCM format"
You'll find several relevant posts.
In addition to using the search engine, please refrain from using profanities in your posts, per forum rule 4. Thank you.
foxyshadis
17th February 2006, 02:25
Video is a pretty complex topic. That's why AutoGK, MeGUI One-click, and Recode exist, so you don't have to deal with any of the mess if you don't want to learn about it. And unfortunately the seven major file types, and the different encoders available, are just part of the domain, because each suits a different audience. That's what happens when companies each invent their own formats.
Jim Ford
17th February 2006, 16:00
Please use the search engine with this phrase:
"ACM failed to suggest a compatible PCM format"
You'll find several relevant posts.
In addition to using the search engine, please refrain from using profanities in your posts, per forum rule 4. Thank you.
I _did_ try searching - using the link on the home page (google search www.doom9.org), with no hits.
Now I've tried using the link on this page, I've come up with several hits which I'll digest.
Jim Ford
sh0dan
19th February 2006, 21:06
Look at the top of the page. In the menu bar, there is a "Search" function, which allows you to search within the forum.
Richard Berg
19th February 2006, 21:20
Actually (& unfortunately) the one on the menu bar searches the entire forum, not just the current one.
jdcooke1
20th February 2006, 23:33
Are you using Nero WavEditor to edit your audio?, - because WaveEditor 3 (Nero 7) creates a WAV file header that may cause that error.
come back
jdc
Jim Ford
22nd February 2006, 18:38
Are you using Nero WavEditor to edit your audio?, - because WaveEditor 3 (Nero 7) creates a WAV file header that may cause that error.
come back
jdc
Hmm, could have been - or maybe Virtualdub. I've been thrashing around with various apps. - perhaps I'll remember when my brain stops hurting!
Thanks for the suggestions.
Jim Ford
bagheera1
22nd February 2006, 19:08
What kind of audio is it, Mp3, AC3, ...? If its mp3, you'll have to demux with VDubMod and import with MpaSource. There is a post on the VDub site about this (0055 unknown tag) and I think Avisynth's avisource() uses that portion of VDub code.
If its AC3, install AC3ACM (http://fcchandler.home.comcast.net/AC3ACM/AC3ACM.zip) and that will take care of it.
bagheera1
25th February 2006, 17:04
I found this (http://forums.virtualdub.org/index.php?act=ST&f=3&t=10931&hl=unknown tag 0055&st=15) on the VDub forum(look for Squid 80's post). If the link is broken, search for "0055 The Problem That Wont Go Away", its on page 2.
Essentially it says, edit the avi file with Vdub's Hex Editor:
"In the hex editor search for "auds", then a little bit further on there should be "strf". Scroll the cursor through the following bytes until the hint at the bottom of the hex editor window says you're at the wBitsPerSample field. (Make sure Enable AVI field assist is turned on under the edit menu.)"
then, changed it to 00.
I have not tried this since i don't currently have a file with this problem but, I would certainly like to here some feedback if it works.
Arheos
30th March 2006, 00:05
I came across this problem as well and DirectShowSource works for me. (In my case it's a VBR mpeg codec that's incorrectly identified).
But I wanted to save the wav intact (non-decoded) and I can't do that with Vdub or avisynth. Vdub loses some audio at the end and with avisynth script I get PCM of course when using DirectShow.
So in case someone else has a similar problem try Nandub. It worked without loss in audio length and preserving of course the encoding. (no script)
EDIT:Spelling mistake
foxyshadis
30th March 2006, 01:24
Came up in the dev forum as well (I bet this is the thread squid_80 referenced too):
http://forum.doom9.org/showthread.php?t=109238
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.