So I'm attempting to insert the leaders on the AMV I'm submitting to a contest. I'm following the instructions given in the Convention Submission Guide, but I keep hitting a snag. Whenever I try to pull up the AVISynth script in either VirtualDubMod or Zarx, I get this message:
"Splice: Video formats don't match
C:\pathname\filename, line 4" (Since I don't want to put the real info here. I will if asked.)
Here is the AVISynth script I'm working with. I know I'm missing something, but my eyes may be fried from working with Premiere over the past several days to finish the vid. Could someone help me?
AVISource("C:\pathname\filename")ConvertToYV12()
video=last
leader=BlankClip(300,720,480,"RGB32",29970,1000,48000,true,true,000000)
leader++last++leader