When I try to open an AVS file, it gives me this error -
ACM failed to suggest a compatible PCM format
What does that mean? It worked when I started with FitCD with an already AVI file and add black borders for VDM to process it. But FitCD does not do MKV files. So I first use VDM to convert MKV (which has two audio streams; I disabled one of them) to AVI format and then work with FitCD to add black borders to prevent overscan. However, whenever I try to load the AVS file, it gives me this error. Any solutions?
+ Reply to Thread
Results 1 to 14 of 14
-
-
It seems like everything's enabled. It doesn't say it's missing anything...
-
If FitCD is set up correctly, it should not crop your image. Set Crop to Accurate, and Round to to 2 and 2, you should get little to no cropping.
I would install the LAME MP3 codecs if you haven't already, or better still, not send the audio through the avs script (add a .killaudio to the end of the AVISource statement)Read my blog here.
-
I tried installing LAME encoder by downloading that .inf file and clicking install. It got rid of the old error message but now I have a new problem.
-
Please post the AVS script that FitCD generated for you.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Originally Posted by Fanforever
Code:# -= AviSynth v2.5.6.0 script by FitCD v1.2.8 =- AVISource("C:\Documents and Settings\******\Desktop\******\test2.avi", false) BicubicResize(672,464,0,0.6,3,0,634,480) AddBorders(24,8,24,8) #Trim(0,1024).FadeOut(150)
Also I would use LanczosResize instead of BicubicResize
So your final script, with all the "junk" removed, would look like this:
Code:AVISource("C:\Documents and Settings\******\Desktop\******\test2.avi", false) LanczosResize(672,464,0,0.6,3,0,634,480) AddBorders(24,8,24,8)
One last thing ... if you are using the script with TMPGEnc Plus then add this as the last line of the script ---> ConvertToRGB24()
However if you are using the script with CCE then add this as the last line of the script ---> ConvertToYUY2()
You should of course load the script into VirtualDub(Mod) to check it out but in the end when you do the encoding you should open it up directly into your MPEG encoder ... be it TMPGEnc Plus or CCE or whatever.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Bicubic is a softer resize, and better suited to resizing smaller. Lanczos does a better job of preserving detail when resizing up, without over-harpening the image.
The best way to decide for yourself is to try the different methods and find out which produces the image that appeals most to you.Read my blog here.
Similar Threads
-
DVD to AVI (XviD / DivX) using VirtualDubMod Conversion problems.....
By dabas in forum Video ConversionReplies: 1Last Post: 26th Feb 2010, 08:12 -
Virtualdubmod problems with audio from DV video.
By OM2 in forum Newbie / General discussionsReplies: 6Last Post: 31st Mar 2008, 16:27 -
Problems with VirtualDubMod .wav files
By 557953 in forum EditingReplies: 7Last Post: 6th Feb 2008, 12:51 -
How to use FITCD?
By aruwin in forum Newbie / General discussionsReplies: 4Last Post: 28th Nov 2007, 09:53 -
VirtualDubMod Splitting problems
By ArtOfLosingMFZB in forum Newbie / General discussionsReplies: 1Last Post: 19th May 2007, 17:20