Log in

View Full Version : Avisynth always recognize my audio tracks as PCM!


Eric B
2nd November 2006, 17:26
Hi,

I've reinstalled WinXP and all the stuffs on my computer 2 weeks ago.
I've also installed Gordian Knot rippack 0.35.0 pack2 without avisynth cause I've installed avisynth 2.56 afterwards.
I've also installed Lame ACM 3.97

My avs scripts works fine for the video part (xvid under VDMod or x264 via meGUI), but my audio tracks are always recognized as PCM instead of mp3 or vorbis!

If I open my .avi directly in virtualdub or virtualdubmod, the mp3 audio track is properly recognized, but if I open it with the simpliest script AVISource("myavi.avi"), the audio is PCM

Even if I explicity enable the audio with AVISource("myavi.avi", true), I've the same result.

Where does it come from? How could I fix that?

I wish I had always the audio as directStreamCopy under VDMod or meGUI.

Thanks.

ChaosKing
2nd November 2006, 17:41
The audio and video output in Avisynth is always uncompressed

Eric B
2nd November 2006, 17:48
The audio and video output in Avisynth is always uncompressed

Before my complete reinstall, if I remember corectly, I have opened some scripts that let my audio as it is in virtualdub (direct stream copy)

stickboy
2nd November 2006, 17:49
You remember wrong. AviSynth decompresses everything it opens. It has to, since otherwise filters can't work.