I am following a tutorial of H.264. I am getting a error with the WAV sound in my scripts. Would my script be right? I am going to post a copy of my script, and a screen shot of the error.
AVISource("H:\DickTracy(1990)\video.avi.AddBorders (0,80,0,80,$000000).Crop(2,0,-2,0)
myvideo = Version().AddBorders(2,80,2,80,$000000)
myaudio = WAVSource("H:\Dick Tracy (1990)\sound.wav")
mydub = AudioDub(video, sound)
return ChangeFPS(mydub, 30000,1001)
LanczosResize(640,352)![]()
Closed Thread
Results 1 to 4 of 4
-
-
Your first line is missing a quote and close bracket - ") - which is affecting the rest of the clip.
It should read
Code:AVISource("H:\DickTracy(1990)\video.avi").AddBorders(0,80,0,80,$000000).Crop(2,0,-2,0)
Read my blog here.
-
guns,
I get this error. Here is a copy of my script.
Code:AVISource("H:\DickTracy(1990)\video.avi").AddBorders(0,80,0,80,$000000).Crop(2,0,-2,0) myvideo = ("H:\Dick Tracy (1990).AddBorders(2,80,2,80,$000000) myaudio = WAVSource("H:\Dick Tracy (1990)\sound.wav") mydub = AudioDub(video, sound) return ChangeFPS(mydub, 30000,1001) LanczosResize(640,352)
-
Why not continue in the thread you started a few hours earlier, on the same topic?
https://forum.videohelp.com/topic360395.html#1914096.
/Mats
Similar Threads
-
VHS to DVD Restoration. Best AviSynth scripts?
By VideoFanatic in forum RestorationReplies: 47Last Post: 25th Oct 2011, 06:34 -
About using AviSynth scripts with MeGUI 0.3.5.0.
By Nagashi in forum DVD RippingReplies: 56Last Post: 15th Jul 2010, 10:15 -
I need some help on writing H.264 AVISynth scripts
By rocky12 in forum Newbie / General discussionsReplies: 46Last Post: 6th Dec 2008, 13:40 -
overscan - CovertXToDVD doesn't like my Avisynth scripts
By spicediver10191 in forum Authoring (DVD)Replies: 5Last Post: 9th Jan 2008, 15:40 -
Avisynth scripts and VDubMOD filters
By GangstaRap in forum Newbie / General discussionsReplies: 2Last Post: 13th May 2007, 11:39