PDA

View Full Version : avisynth problem


REIGN_
30th May 2002, 08:38
When i use avisynth for both video and audio and i try to compress it in Vdub it crashes in the aviwrap.dll

Here is the script
LoadPlugin("C:\dvd\avisynth\MPEG2DEC.DLL")
video = mpeg2source("C:\dvd\Video_ts\vts_02.d2v")
audio = wavsource ("C:\dvd\Video_ts\audio.wav")
audiodub(video,audio)
BilinearResize (400,320)
Crop (10,32,380,240)
#Loadplugin("C:\windows\system\vobsub.dll")
#vobsub("C:\dvd\Video_ts\vts_01_0")

hakko504
30th May 2002, 09:47
If you don't trim the clip in any way I would suggest using VDub's WAV audio dub function, under menu->audio->Wav...

BTW did you try the CCE trick, resampleaudio(44100) ?

REIGN_
30th May 2002, 20:49
Thats the funny thing about it. Even if i don't use the audio in the avisynth script it's the same thing. The same with Vdub. What about CCE? Maybe the problem is because link2 is ha****?