digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Audio Conversion (http://www.digitalfaq.com/archives/audio/)
-   -   KVCD: ACM failed to suggest a compatible PCM format? (http://www.digitalfaq.com/archives/audio/2875-kvcd-acm-failed.html)

Wolfi 03-05-2003 04:39 PM

KVCD: ACM failed to suggest a compatible PCM format?
 
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

kwag 03-05-2003 04:42 PM

Re: ACM failed to suggest a compatible PCM format...
 
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

Wolfi 03-05-2003 04:49 PM

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 :arrow:

My avi. source is on line 9 :?

//Wolfi//Thanks for answering so quickly Kwag

kwag 03-05-2003 05:14 PM

Try increasing your DirectShow priority in TMPEG.

-kwag

Wolfi 03-05-2003 05:21 PM

Thanks Kwag but sorry I dont get it at all :oops: What is DirectShow, have'nt heard about it :oops: And what will it make different if I increase the priority :point: :?: I even dont know were to find DirectShow in TMPGEnc :oops:

//Wolfi

kwag 03-05-2003 05:25 PM

Quote:

Originally Posted by Wolfi
Thanks Kwag but sorry I dont get it at all :oops: What is DirectShow, have'nt heard about it :oops: And what will it make different if I increase the priority :point: :?: I even dont know were to find DirectShow in TMPGEnc :oops:

//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

Wolfi 03-05-2003 05:53 PM

It still shows me the same error :cry: I browsed my avs. script and increased the priority as ytou said, but no different :(

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

//Wolfi

Wolfi 03-05-2003 06:16 PM

About this line in the error:
ACM failed to suggest a compatible PCM format

What does it actually mean?

kwag 03-05-2003 06:29 PM

Wolfi,

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

-kwag

Wolfi 03-06-2003 05:22 AM

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 8O

Do you?

//Wolfi

rhino 03-06-2003 05:33 AM

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,

Wolfi 03-06-2003 09:20 AM

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 :?

Wolfi 03-06-2003 12:41 PM

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 :arrow:

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 :roll: I mean so the avi. file only plays the movie with NO sound.

//Wolfi

Jellygoose 03-06-2003 02:56 PM

it should read THIS wolfi :

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

this should work.

Wolfi 03-06-2003 04:06 PM

Thanks a lot Jellygoose :!: :) It works!

:drunkard:

//Wolfi


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.