I am having a presentation tomorrow in my club and I'm presenting my friend's AMV's and I'm doing a script so they would encode as one thing. However....
The video is messing up on me... what is the problem? Here's a screencap of what's going on...
Its a bunch of arrows... what's happening here? What can I do to fix this?
Here is the script for reference...
Code: Select all
#AVIsynth COMPILE - DCG's AMV's
#Great Romances
AMV1 = Directshowsource("greatromances.AVI").Addborders(0,60,0,60).lanczos4resize(720,480)
#Take my Pain Away
AMV2 = Directshowsource("painrecode.avi").trim(447,5564).Addborders(0,60,0,60).lanczos4resize(720,480)
return amv1+amv2
Thanks in advance...