Quantcast TMPGEnc: ACM Failed to Suggest a Compatible Pcm Format - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
12-31-2002, 04:06 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Hi I need some help,when I try to load this script i I got this message on TMPGEnc 2.59:
ACM failed to suggest a compatible PCM format
(:\MyMusic\film.avs,line2)

This is my script:


LoadPlugin("C:\VCDTools\Avisynth\filtros2\MPEG2DEC .dll")
AviSource("D:\movies\die_another_day_(2002).cd1.dv l.dvd.avi")
ConvertToYUY2()
BilinearResize(336,192,39,0,530,256)
#TemporalSmoother(2,2)
AddBorders(8,24,8,24)
#Trim(0,96296).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
12-31-2002, 04:21 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi kaos,

You need to install a CODEC. Either XviD or DivX or some other MPEG-4 CODEC.
Try installing the latest XviD CODECS

-kwag
Reply With Quote
  #3  
12-31-2002, 05:14 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Hi kaos,

You need to install a CODEC. Either XviD or DivX or some other MPEG-4 CODEC.
Try installing the latest XviD CODECS

-kwag
hey kwag thks for reply but already have the xvid and the mpeg-4 codecs,I just installed the nimo code pack,any another idea??please
Reply With Quote
  #4  
12-31-2002, 05:19 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
"ACM" refers to an audio codec. The audio from that AVI is probably in AC3, so you'll want to use HeadAC3he to convert it to mp2.
Reply With Quote
  #5  
12-31-2002, 06:10 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by SansGrip
"ACM" refers to an audio codec. The audio from that AVI is probably in AC3, so you'll want to use HeadAC3he to convert it to mp2.
you know already process the avi with virtualdub and seperate the audio from the video but it continous to show the same message, something curios is that when ,I tri to encode the movie with out fit cd and the script,
it works perfect ,but the thing is that I would like to use the filters to achieve better quality,but like I say I dont know waths wrong with,
Reply With Quote
  #6  
12-31-2002, 06:24 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kaos
you know already process the avi with virtualdub and seperate the audio from the video but it continous to show the same message
In that case, put

KillAudio()

after the AviSource line.
Reply With Quote
  #7  
12-31-2002, 07:58 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
??
Reply With Quote
  #8  
12-31-2002, 10:33 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by SansGrip
Quote:
Originally Posted by kaos
you know already process the avi with virtualdub and seperate the audio from the video but it continous to show the same message
In that case, put

KillAudio()

after the AviSource line.
Men sorry to bother alot but ,I just put the Killaudio() after AviSource just like you say but its not working I get the same message. This is my script

LoadPlugin("C:\VCDTools\filtros2\MPEG2DEC.dll")
LoadPlugin("C:\VCDTools\filtros2\FluxSmooth.dll")
LoadPlugin("C:\VCDTools\filtros2\Blockbuster.dll")
AviSource("D:\kazza shared\dieanotherdaycd2.avi")
KillAudio()
ConvertToYUY2()
BilinearResize(336,126,1,0,606,256)

FluxSmooth()

BB_Resolution = 352*240

BB_StrengthConstant = 352 * 240 * 15 # Base strength
StrengthValue = round (BB_StrengthConstant / BB_Resolution)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1, cache=1024 ) # Apply noise if complexity is <= 10%.
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue) # Sharpen only if complexity is >= 20% AND <=90%.

#TemporalSmoother(2,2)
AddBorders(8,57,8,57)
#Trim(0,96296).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
Reply With Quote
  #9  
01-01-2003, 01:23 AM
urban tec urban tec is offline
Free Member
 
Join Date: Nov 2002
Location: West Australia
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Kaos,
Download this http://www.doom9.org/Soft21/Editing/gspot20a.zip
Open the avi with Gspot, it will tell you the format of the audio and video ie: divx 3,4,5 and mp3,ac3 audio etc.

Also check this posthttp://www.kvcd.net/forum/viewtopic....ht=die+another

Let us know what happens
Reply With Quote
  #10  
01-01-2003, 02:14 AM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Urban I think that I got that same version of the movie you got,the movie is encode in xvid already have the codec ,but can you tellme how you decompress the audio from the film because I did already try Virtualdub and avi2waw but i cant decompress the audio, on avi2waw it gets me a wavfile it suposs to be decompresed but is not,cause when i try it to open with headac3 it says the same data chunk not found,so can you tell me how you encode your movie,and also i would like to knoif you did use any filters on tmpgenc. please!!
Reply With Quote
  #11  
01-01-2003, 10:31 AM
Racer99 Racer99 is offline
Free Member
 
Join Date: Sep 2002
Location: Massachusetts
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kaos
Hi Urban I think that I got that same version of the movie you got,the movie is encode in xvid already have the codec ,but can you tellme how you decompress the audio from the film because I did already try Virtualdub and avi2waw but i cant decompress the audio, on avi2waw it gets me a wavfile it suposs to be decompresed but is not,cause when i try it to open with headac3 it says the same data chunk not found,so can you tell me how you encode your movie,and also i would like to knoif you did use any filters on tmpgenc. please!!
Hey Urban,

Here is how I go about converting the audio for this type of .avi file.
  • 1. Open the AVI in Virutualdub
    2. Under File select "Save as WAV"
    3. Rename the file as .ac3 (ex. audio.wav ---> audio.ac3)
    4. Under Audio select "No Audio"
    5. Under File select "Save as AVI"

This will seperate the two individual streams. You then just have to process the .ac3 file to the format you desire. Either recombine as a .wav to create an .avi file for further processing in TMPGEnc or encode to .mp2 and process the .avi seperately for conversion to MPEG-1 in TMPGEnc and remux.

I hope this isn't too confusing.

Racer99
Reply With Quote
  #12  
01-01-2003, 07:15 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kaos
[Men sorry to bother alot but ,I just put the Killaudio() after AviSource just like you say but its not working I get the same message.
Strange -- the problem must be in the AviSource filter. Perhaps it's time for me to write an AviSourceNoAudio filter that could open these files .

If you follow the advice of Racer99 above, and then reference the video-only version of the AVI in your script, it should work.
Reply With Quote
  #13  
01-01-2003, 08:46 PM
urban tec urban tec is offline
Free Member
 
Join Date: Nov 2002
Location: West Australia
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Hi Urban I think that I got that same version of the movie you got,the movie is encode in xvid already have the codec ,but can you tellme how you decompress the audio from the film because I did already try Virtualdub and avi2waw but i cant decompress the audio, on avi2waw it gets me a wavfile it suposs to be decompresed but is not,cause when i try it to open with headac3 it says the same data chunk not found,so can you tell me how you encode your movie,and also i would like to knoif you did use any filters on tmpgenc. please!!
Hi Kaos,
I used azid and the beswet gui, I have Gordian knot installed so already had azid and the besweet gui is available at Doom9.org.

I used nandub to extract the audio file , renamed it from .wav to .ac3 then use azid to convert to a true uncompressed wave file. I could then convert this to mp2. There is probably another way but this ac3 file was tricky, Sansgrip also mentioned a program at Doom9 that would remove the wav header from the ac3 file.
Reply With Quote
  #14  
01-01-2003, 08:50 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by urban tec
There is probably another way but this ac3 file was tricky
I would say if at all possible you should find a way of loading the extracted AC3 audio into HeadAC3he, since it's able to do Pro Logic II encoding. This really makes a huge difference over the old Pro Logic: on my system it sounds pretty close to real Dolby Digital or DTS.

Of course if you don't have a surround-sound setup right now there's less incentive to use Pro Logic II, but that's not to say you're not going to have such a setup in the future .
Reply With Quote
  #15  
01-01-2003, 10:54 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Hey thanks everyone for reply .you know after work around try in one way and other, i find that the best way (i mean on this avi file)was to encode with the regulars templates that comes with tmpg ,I did encode the avi with the svcd template,and i did not have to process the avi with virtual dub,strange thing,I just did increase the values of the direct show plug in on the encoder,and believe me I did get me a good quality svcd with a good quality sound(2cds) Thanks for you help !!! And keep up the good job that you always done!
Reply With Quote
  #16  
01-01-2003, 11:05 PM
kaos kaos is offline
Free Member
 
Join Date: Nov 2002
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Of course if you don't have a surround-sound setup right now there's less incentive to use Pro Logic II, but that's not to say you're not going to have such a setup in the future .[/quote]

And Sans I do have a prologic receiver,and beleive me the sound on this avi, sounds great just like Headac3 Prologic2 ,but I am agree with you the best thing to do is to encode the audio with Headac3
Reply With Quote
  #17  
01-04-2003, 06:37 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by SansGrip
Quote:
Originally Posted by kaos
[Men sorry to bother alot but ,I just put the Killaudio() after AviSource just like you say but its not working I get the same message.
Strange -- the problem must be in the AviSource filter. Perhaps it's time for me to write an AviSourceNoAudio filter that could open these files .
Or just put the Boolean "false" in the AVISource line?

AVISource("c:\clip.avi",false)
Reply With Quote
  #18  
01-04-2003, 10:15 AM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
Or just put the Boolean "false" in the AVISource line?
Er, yep, that's a better way . It's amazing what you learn when you read the docs .
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Acm failed to suggest a compatible Pcm Format clagraca Conversão e Codificação de Vídeo (Português) 7 04-20-2004 02:56 PM
ACM failed to suggest a compatible PCM format johnson636 Video Encoding and Conversion 7 03-08-2004 07:23 PM
Avisynth: ACM failed to suggest a compatible PCM format? Reno Avisynth Scripting 17 11-20-2003 09:01 PM
KVCD: ACM failed to suggest a compatible PCM format raven2707 Audio Conversion 3 11-07-2003 04:30 AM
KVCD: ACM failed to suggest a compatible PCM format? Wolfi Audio Conversion 14 03-06-2003 04:06 PM




 
All times are GMT -5. The time now is 11:41 AM  —  vBulletin © Jelsoft Enterprises Ltd