My script looks like this:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec.dll")
vid=Mpeg2Source("video.d2v")
aud=WAVSource(“audio.wav”)
AudioDub(vid,aud)
ResamleAudio(48000)
AssumeFPS(23.976,True)
ConvertToYUY2()
When I try to run the script I get the message:
I don't know what "audio" means. (C:C:\Program Files\AviSynth 2.5\plugins\movie.avs, line 3)
What is causing this error?
+ Reply to Thread
Results 1 to 6 of 6
-
-
Originally Posted by screwball67
What editor are you using? I couldn't reproduce the “ quote on my keyboard... -
Thanks that worked I got that script from djrumpy's guide on this webpage. However now it gives an error that the ResamleAudio(48000) is not a command. I removed it and it works fine but I was unsure of the importance of that line.
-
ResamleAudio(48000)
Similar Threads
-
AVISynth script error
By rvnwlf in forum Blu-ray RippingReplies: 1Last Post: 24th Aug 2010, 19:52 -
AVISynth script error
By rvnwlf in forum Newbie / General discussionsReplies: 0Last Post: 11th Jun 2010, 13:33 -
Opening Avisynth script on virtualDub - Error Message
By HugoBraule in forum Newbie / General discussionsReplies: 2Last Post: 25th Apr 2010, 21:48 -
StaxRip AVIsynth script Error
By ic4andi in forum Video ConversionReplies: 0Last Post: 17th Nov 2008, 16:53