Quantcast Avisynth: ACM Failed to Suggest a Compatible Pcm Format? - digitalFAQ.com Forums [Archives]
  #1  
01-14-2003, 10:10 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
I'm at a loss here. I'm new to Avisynth, so go easy on me, guys.

What have I screwed up this time??

Script:

-----------------------------------------------------------------------------

LoadPlugin("C:\PROGRAM FILES\Fit CD and Avisynth Filters\MPEG2DEC.dll")
LoadPlugin("C:\PROGRAM FILES\Fit CD and Avisynth Filters\LegalClip.dll")
LoadPlugin("C:\PROGRAM FILES\Fit CD and Avisynth Filters\Blockbuster.dll")
LoadPlugin("C:\PROGRAM FILES\Fit CD and Avisynth Filters\FluxSmooth.dll")
LoadPlugin("C:\PROGRAM FILES\Fit CD and Avisynth Filters\Sampler.dll")
LoadPlugin("C:\PROGRAM FILES\Fit CD and Avisynth Filters\GripFit_Preview.dll")
avisource("C:\Documents and Settings\Steve\Desktop\K19.The.Widowmaker.DVDRip.D ivX-DiAMOND.CD1.avi")
ConvertToYUY2()
LegalClip()
GripFit( width=528, height=480, overscan=1)
FluxSmooth()
LegalClip()
#Sampler(length=24)

##stuck ConvertToYUY2() In there to see if it would help.##
------------------------------------------------------------------------------------

Ahh yes, the wonderful world of the video encoder newbie. Perhaps I'll do something less frustrating, like playing Age of Mythology on maximum hardness against five opponents.
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  
01-14-2003, 10: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
Quote:
Originally Posted by Reno
I'm at a loss here. I'm new to Avisynth, so go easy on me, guys.
Try this:

Code:
avisource("C:\Documents and Settings\Steve\Desktop\K19.The.Widowmaker.DVDRip.DivX-DiAMOND.CD1.avi", false)
That stops Avisynth trying to load the audio too, which won't work in this instance because it's probably AC3. You'll need to extract it with VirtualDub (using "Direct stream copy" mode) then rename it to "whatever.ac3" then load it into HeadAC3he and convert to an MP2.
Reply With Quote
  #3  
01-14-2003, 10:23 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
Hi Reno,

PCM points to audio, try this addition to the avis ource line

avisource("C:\Documents and Settings\Steve\Desktop\K19.The.Widowmaker.DVDRip.D ivX-DiAMOND.CD1.avi",false)

This will load the video only, if this works then the problem is the audio in the divx, you probaly dont have the required codec installed. If you get an application called Gspot you can open the divx with it and it will tell the codec used for audio and if it is installed, you could also try extracting the audio with vitualdub to wav and use this as the audio source. Make sure to set audio to full proccessing the do file save wav.
Reply With Quote
  #4  
01-14-2003, 10:29 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
Man you need to get up early to beat Sansgrip and Kwag to a reply
Reply With Quote
  #5  
01-14-2003, 10:29 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
You guys are the greatest.

I would be SO lost without this forum...
Reply With Quote
  #6  
01-14-2003, 10:31 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
BTW, it worked.

Duh
Reply With Quote
  #7  
01-14-2003, 10:57 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
Man you need to get up early to beat Sansgrip and Kwag to a reply
.
Reply With Quote
  #8  
01-14-2003, 11:02 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 urban tec
Man you need to get up early to beat Sansgrip and Kwag to a reply
And SansGrip usually beats me by posting just one minute in advanced
Reply With Quote
  #9  
01-14-2003, 11:04 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 kwag
And SansGrip usually beats me by posting just one minute in advanced
SansGrip spends way too much time reading forums .
Reply With Quote
  #10  
01-15-2003, 05:15 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
SansGrip spends way too much time reading forums .
OT: Fluctuating temporally between The Real Life(tm) and these forums, eh?

Does anyone know why Avisynth can't decompress audio off some of my AVIs that have MP3 audio in them? Is there a specific format it just doesn't support? The audio plays fine when played with Media Player Classic but when I load the clip with AVISource, I get the same error message as stated above.
Reply With Quote
  #11  
01-15-2003, 07:25 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
Quote:
BTW, it worked.
That's great


Quote:
Does anyone know why Avisynth can't decompress audio off some of my AVIs that have MP3 audio

Just guessing but I think it may be VBR mp3 it has a problem with

Quote:
And SansGrip usually beats me by posting just one minute in advanced
Yeh dont you feel like a dufus when you post the same thing a minute later

Quote:
SansGrip spends way too much time reading forums .
And we reap the rewards, you do an awsome job Sansgrip. You must have a very understanding wife
Reply With Quote
  #12  
01-15-2003, 08:30 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
OT: Fluctuating temporally between The Real Life(tm) and these forums, eh?
Pretty much .
Reply With Quote
  #13  
11-20-2003, 12:59 PM
IgotUbabe IgotUbabe is offline
Free Member
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
I got the same messege as reno. The audio, according to Gspot, is "0x0055(MP3) ID'd as MPEG-1 Layer 3" and it plays fine. I only want to merge the 2 parts of this avi together without having to resync a/v. What can I do?

Also, when I used the above suggestion(...name.avi" , false) it worked fine but when I tried to save it in vdub(using direct stream), the file size became much too large. Any chance i can keep the file size about the same as it is was?

my script
-------------

part1 = AVISource("C:\Folders\moviePT1.avi" , false).AssumeFPS(23.976)

part2 = AVISource("C:\Folders\moviePT2.avi" , false).AssumeFPS(23.976)

AlignedSplice(part1, part2)
__________________
Cheers, mate!
Reply With Quote
  #14  
11-20-2003, 03:33 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Why use avisynth when vdub can do the job ?

OPen vdub, load the first avi, load the second one by selecting "append avi segment" in file menu. Put video and audio on "Direct Stream Copy", save the avi. That's it.
Reply With Quote
  #15  
11-20-2003, 04:39 PM
IgotUbabe IgotUbabe is offline
Free Member
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Vdub doesn't seem to append. Every time I try and then f7, it only saves part 1. I have tried other avi joiners with an "unrecognized format" for the result.

I tried avisynth as another option (read in a thread somewhere). The error avisynth gave me leads me to believe that the audio needs converting before I can properly join the files(I hope not).

Is there a way to merge these files without seperating the audio? Or if I seperate them, how do I interleave/multiplex the audio back in?
__________________
Cheers, mate!
Reply With Quote
  #16  
11-20-2003, 04:53 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I always use Vdub for joining so trust me, it does.

In your case I assume that your two avi don't have the same parameters (framerate ?) and so, you won't find any tools to merge them without reencoding.
Reply With Quote
  #17  
11-20-2003, 06:56 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
another option would be to separate the audio from the two avi's with Goldwave. Open the first. Open the second. Copy and paste the second to the first. Save wav. file. Encode to mp2.

Then in the avisynth script, make the two clips the same so they can be joined for video encoding. Example:

part1=avisource("movie1.avi",false).bilinearresize (352,240).assumefps(23.97)
part2=avisource("movie2.avi",false).bilinearresize (352,240).assumefps(23.97)
movie=part1+part2
limiter(movie)

then mux the video and mp2 file as usual

Goldwave won't separate Ac3 audio from a clip though (i don't think so)
Reply With Quote
  #18  
11-20-2003, 09:01 PM
IgotUbabe IgotUbabe is offline
Free Member
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
I'll try the goldweave, rendalunit, and the script.

As for Vdub, I think the prob was my computer
(400celeron) since I took the files to another computer and it joined them just fine. Maybe its time to reinstall the os..

Thanks for the tips, this is a great forum.
__________________
Cheers, mate!
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
KVCD: ACM failed to suggest a compatible PCM format ScottBartlett Video Encoding and Conversion 1 09-18-2003 01:30 PM
avisynth - ACM failed to suggest a compatible PCM format ? Marius Video Encoding and Conversion 25 08-11-2003 09:15 AM
TMPGEnc: ACM failed to suggest a compatible PCM format kaos Video Encoding and Conversion 17 01-04-2003 10:15 AM

Thread Tools



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