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

Reply
 
LinkBack Thread Tools
  #1  
03-05-2003, 04:39 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
I've met an error when I tried to play my new avs. script with WMP

ACM failed to suggest a compatible PCM format
(C:\Documents and Settings\Lars\Skrivbord\Tobias\meninblack2.avs, line 9)

Can someone please tell me whats going on

//Wolfi
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  
03-05-2003, 04:42 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
Quote:
Originally Posted by Wolfi
I've met an error when I tried to play my new avs. script with WMP

ACM failed to suggest a compatible PCM format
(C:\Documents and Settings\Lars\Skrivbord\Tobias\meninblack2.avs, line 9)

Can someone please tell me whats going on

//Wolfi
If you can tell us what's on line 9 of your script
It it's your "avisource" line, you probably need another CODEC for that type of avi you're trying to process.

-kwag
Reply With Quote
  #3  
03-05-2003, 04:49 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
I can play my avi. (xvid) file with Windows Media Player, no problemas.
It's just that I cant play the avs. script without haveing that error message

My avi. source is on line 9

//Wolfi//Thanks for answering so quickly Kwag
Reply With Quote
  #4  
03-05-2003, 05:14 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
Try increasing your DirectShow priority in TMPEG.

-kwag
Reply With Quote
  #5  
03-05-2003, 05:21 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Thanks Kwag but sorry I dont get it at all What is DirectShow, have'nt heard about it And what will it make different if I increase the priority I even dont know were to find DirectShow in TMPGEnc

//Wolfi
Reply With Quote
  #6  
03-05-2003, 05:25 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
Quote:
Originally Posted by Wolfi
Thanks Kwag but sorry I dont get it at all What is DirectShow, have'nt heard about it And what will it make different if I increase the priority I even dont know were to find DirectShow in TMPGEnc

//Wolfi
Run TMPEG. Click on "Options". Click on "Environmental Setting". Click on "VFAPI Plug-in", and there you'll see a list of plugs. Increase the one that says "DirectShow Multimedia Reader" to 1 or 2.

-kwag
Reply With Quote
  #7  
03-05-2003, 05:53 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
It still shows me the same error I browsed my avs. script and increased the priority as ytou said, but no different

No then, what should I do kind of stuck...

//Wolfi
Reply With Quote
  #8  
03-05-2003, 06:16 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
About this line in the error:
ACM failed to suggest a compatible PCM format

What does it actually mean?
Reply With Quote
  #9  
03-05-2003, 06:29 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
Wolfi,

In your avisource line, change it to read: avisource("YourFile.avi", audio="false")

-kwag
Reply With Quote
  #10  
03-06-2003, 05:22 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
I've no tried many times with this script:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\VDu b\plugins\textsub.vdf")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\Sampler.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll")

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd1-xvid.avi",C:\Documents and Settings\Lars\Skrivbord\Tobias\audio-cd1-xvid.mpeg="false")

ConvertToYUY2()
LegalClip()
GripCrop( width= 352, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
TextSub("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd2-xvid.sub")

BUt when I play this script it gives me this error:

Script error: expected a, or )
(C:\Documents and Settings\Lars\Skrivbord\Tobias\Film.avs, line 9, column 81)

I CAN'T find something wrong in the script

Do you?

//Wolfi
Reply With Quote
  #11  
03-06-2003, 05:33 AM
rhino rhino is offline
Free Member
 
Join Date: Jan 2003
Location: Back in Ireland (for a while)
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
I have never used avisource but that line in your script just does not look correct

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd1-xvid.avi",C:\Documents and Settings\Lars\Skrivbord\Tobias\audio-cd1-xvid.mpeg="false")

from what Kwag said above it should read something like

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd1-xvid.avi", audio="false")

cheers,
__________________
rhino
Reply With Quote
  #12  
03-06-2003, 09:20 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Yeah maybe, I'll try.

But it is possible to separate the sound from the avi. (xvid) source? If I can do that,maybe I wont have this error message:

ACM failed to suggest a compatible PCM format
Reply With Quote
  #13  
03-06-2003, 12:41 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
I tried this in my script:

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd1-xvid.avi", audio="false")

But no, it gave my this error in WMP

Script error: the named argument "audio" to AviSource had the wrong type
(C:\Documents and Settings\Lars\Skrivbord\Tobias\movie.avs, line 9)

Script:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\VDu b\plugins\textsub.vdf")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\Sampler.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll")

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd1-xvid.avi", audio="false")

ConvertToYUY2()
LegalClip()
GripCrop( width= 352, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
TextSub("C:\Documents and Settings\Lars\Skrivbord\The.Ring.CD1.sub")

I am still wondering if I can separate the audio from the avi source file I mean so the avi. file only plays the movie with NO sound.

//Wolfi
Reply With Quote
  #14  
03-06-2003, 02:56 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
it should read THIS wolfi :

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\movie-cd1-xvid.avi", audio=false)

this should work.
__________________
j3llyG0053
Reply With Quote
  #15  
03-06-2003, 04:06 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Thanks a lot Jellygoose It works!



//Wolfi
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 ScottBartlett Video Encoding and Conversion 1 09-18-2003 01:30 PM




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