digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   avisynth - ACM failed to suggest a compatible PCM format ? (http://www.digitalfaq.com/archives/encode/4761-avisynth-acm-failed.html)

Marius 07-28-2003 02:59 PM

avisynth - ACM failed to suggest a compatible PCM format ?
 
hello,

now i'm tying to make kvcd with kwags optimal script (i guess latest one).
i installed Avisynth 2.52, all plugins etc. and stopped. when iload my Avisynth script into TOK, it says: ACM faild to suggest a compatible PCM format (c:\..\video.avi)

what shall i do with that?

marius

D Rated 07-28-2003 04:10 PM

Try this:

AviSource("C:\YourVideoDirectory\YourVideo.avi", false)

This will process only your video, eliminating any audio issues.

Then go from AVI --> WAV --> MP2 (you may have already done this), then mux with bbmpeg.

Marius 07-29-2003 01:21 AM

ok, thank you.

it seems that it worked. but now i got another message:Undot:only SSEMMX CPU's currently supported (c:\............)
what now?

marius

kwag 07-29-2003 01:25 AM

Hi Marius,

Comment the "Undot" line on your script. Put a # at the beginning of the line.
You probably have a processor which doesn't support SSE instructions, and Undot requires them.


-kwag

Marius 07-29-2003 01:38 AM

hi, kwag,

it didn't help. everything stayed as it was.
and here is my dll section:

## DLL Section ##
#
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Avisynth_2.5a_Version\STMedianFilter.d ll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter_Avisynth_2.5_Alpha\unfilter.d ll")
# LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
#
####

marius

kwag 07-29-2003 01:47 AM

There should be a line like this:

undot()

Comment it too:

#undot()

-kwag

Marius 07-29-2003 02:45 AM

ok. i see. i did that. the same thing i i with "# STMedianFilter(8, 32, 0, 0 )" as message was the same.

now i don't get any message when i load script (i do it into virtual dub), but i don't get any picture as well, but the black background. and the first frame of my avi file definately is not black.

marius

kwag 07-29-2003 02:46 AM

What CPU do you have 8O :?:

-kwag

Dialhot 07-29-2003 03:48 AM

And second question : do you have ANY codec on your machine ? Because the first message indicate clearly that you don't have the proper codec for the sound. And now the black screen... no video codec either ?

Marius 07-29-2003 04:09 AM

to kwag:
processor-Intel(R) Celeron (P6CMendocinoCeleron300-5332V), co-procesor-built in, speed-501Mhz, perfomance rating-PR601(estimated), rated speed/FSB-503Mhz/67Mhz, multiplier-7.5x, generator 6th (6x86) and 128 RAM.
i don't really know if i answered your question, kwag. hope so. if not- specify info you need (as for "green"one), as i'm not very strong in all those things.

to Dialhot:

i don't think it's a codec problem. i can play the spicified avi file on WMp, can play with other playes, such as Zoom or ViPlay with sound and with picture. i can encode the file to VCD with TMPGEnc-and i did that. i can demux audio and video and play them. i suppose, that if i didn't have right codecs on my PC i couldn't do all that, did i?

marius

D Rated 07-29-2003 06:57 AM

What happens when you load your AVS script into WMP, VDub (I think you said black background, did you play it to see if it always stays black)?

If you aren't sure about codecs, download GSpot. Load your AVI into GSpot, and it will tell you what codecs you have and if you are missing any. I seem to remember being able to play an XVID AVI file through WMP, but the AVS script came out all black when encoding. I upgraded to a new version of the XVID codec and it solved my issues.

Marius 07-29-2003 07:46 AM

i have GSpot on my PC., and it reported no error.
codecs for video and audio are ok, and according to GSpot there should be no error playing the file: "file rendered succsessfully, no errors reported"

but, now i tried to load my script into WMp. it loaded and there was not a black background but there was not a picture as well. i will not be able to discribe in english what it look like, but it is not a picture from there movie. it is coloured, it is some kind of deformated picture when the bottom of the picture is shifted to the left and the top is shifted to the right and it is impossible to understand what there should be.

marius

Dialhot 07-29-2003 08:39 AM

Can you please copy what gspot reports for the video and audio rendering chain ?

I wonder what are the codec used and what is the real format of your source :?:

Marius 07-29-2003 08:56 AM

how shall i do that? i can't find the option or something like that in Gspot which would create some text file with conclusions or something.

i'll try to write it down for you: video codec-DIV3/div4, name-DivX 3 Fast-Motion, audio-mpeglayer3 (mp3) (0x0055) ISO/MPEG. if some more info is needed-tell me and i'll give it to you.

marius

Marius 07-31-2003 06:23 AM

hello,

can i expect some more help, or my case is hopless?

marius

Dialhot 07-31-2003 06:52 AM

Sorry, I missed your last post.

The info that I need from Gspot is the last two section at the bottom of the screen ! They give the video and audio rendering chains (that means all the codec/filter that as used from the source to the display).

I don't see how I can explain better without a screenshot and I don't have gspot under my eyes to give you exactly how this section is called :-(

D Rated 07-31-2003 06:55 AM

If it's a codec issue, it's basically trial and error. I know GSpot tells you that you have compatible codecs installed. However I had the same problem with an XVID AVI, I was able to play the AVI with no problems but upon encoding all I got was all black output. GSpot told me I had the compatible codecs installed. After reading up a bit I upgraded to the latest version of the XVID codec and it worked. If nothing else you can try that, although try to keep a backup of your old codec or know where y ou can download your current version, in case it screws things up worse.

Marius 07-31-2003 07:18 AM

thats' ok, i'll manage.

directshow render:
source:MEDIASUBTYPE_Avi
video media:4cc: DIV3
audio media:WAVE_FORMAT_MPEGLAYER3 (MP3) (0x0055)
spliter/other:AVI Splitter
video codec:DivX Decoder Filter
audio codec:MPEG Layer-3 Decoder

"direcshow reported no error. it was able to render the file using avi splitter as a splitter(generally to isolate the audio and video from the combined stream( DivX decoder filter as the video codec and mpeg layer-3 decoder as the audio codec."

is that it?

marius

Dialhot 07-31-2003 08:45 AM

Euh... it seems that you don't have the last realease of gspot. The last one as a section "DirectShowRender" with two zone at the bottom : Video Path and Audio Path (just above an information zone called "Status").

That is version 2.2.1. Do you have this one ?

If yes, i need what is in these two zones "Video Path" and "Audio Path" !

Edit : I found a screenshot ! There :

http://www.digitalfaq.com/archives/i.../2003/07/1.png

Marius 07-31-2003 09:43 AM

you are right indeed. the version og Gspot i have is not the newest one. it is v2.1

i'll try to get the newer one immediatelly and will report to you.

marius

Marius 07-31-2003 09:51 AM

here we go:

video path:(S) --> AVI Splitter --> DivX Decoder Filter --> (R)
audio path:(S) --> AVI Splitter --> MPEG Layer-3 Decoder --> (R)

what about this?

marius

Jellygoose 07-31-2003 10:06 AM

Do you have DivX 5.05 Codecs installed? If not, I'd try this first...

Dialhot 07-31-2003 10:56 AM

Ok Marius, so at the end you have the simplest rendering chain we can have (source -> spliter -> decoder).

Try what JellyGoose suggest : take last release of Divx but also remove all previous versions (included 3.11 and 4.01). 5.05 can handle all formats.

Marius 08-01-2003 10:12 AM

ok, i did that. but...

gspot reports:
The following codecs all claim to be capable of processing this format:

{3ivx D4 Video Decoder}(misconfigured! click on it for info)
{DivX Decoder Filter}
{DivX Decoder Filter}

To get more information by having GSpot instruct the O/S to "play" the file and then examine the results, press the button labeled "Render".
and when i click onto iot:
- - ** Problem ** ** File Missing: C:\WINDOWS\SYSTEM\3IVXDSDECODER.AX
DSH 4CC 3IV1
DSH Friendly Name 3ivx D4 Video Decoder
DSH Driver or Wrapper C:\WINDOWS\SYSTEM\3IVXDSDECODER.AX
DSH DirectShow CLSID {0E6772C0-DD80-11D4-B58F-A86B66D0611C}
REG Additional Media Type 01 4cc: 3IV1
REG Additional Media Type 02 4cc: 3IV2
REG Additional Media Type 03 4cc: 3IVD
REG Additional Media Type 04 4cc: DIV3
REG Additional Media Type 05 4cc: div3
REG Additional Media Type 06 4cc: DIV4
REG Additional Media Type 07 4cc: div4
REG Additional Media Type 08 4cc: DIVX
REG Additional Media Type 09 4cc: divx


before installing i uninstalled the old divx. it was 5.0.3
what now? why is it missconfigured?

marius

Marius 08-01-2003 10:16 AM

and screen in virtualdub after script is loaded is still black.

but i can play the avi file with my zoom player.

marius

Marius 08-11-2003 09:15 AM

hello again.

i tried to do the procedure with some another avi files (in case if something is wrong with the one i have) but result is still the same-no errors and no picture.

when i load avi files into Gspot, in the codec section it says: video codec: three compatible codecs found, and one of them is missconfigured:The following codecs all claim to be capable of processing this format:

{DivX Decoder Filter}
{3ivx D4 Video Decoder}(misconfigured! click on it for info)
{DivX Decoder Filter}
- - ** Problem ** ** File Missing: C:\WINDOWS\SYSTEM\3IVXDSDECODER.AX
the same i get in audio codec section.

could it be the problem? what should i do to fix that?

marius


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

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