video is messed up

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Inuyasha the 3rd
Joined: Thu Jan 29, 2004 9:00 pm
Location: Dayton, Ohio
Contact:
Org Profile

video is messed up

Post by Inuyasha the 3rd » Wed Feb 21, 2007 4:38 pm

Hi,

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...

Image

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
What can I do to fix this?

Thanks in advance...

Inuyasha the 3rd
Joined: Thu Jan 29, 2004 9:00 pm
Location: Dayton, Ohio
Contact:
Org Profile

Post by Inuyasha the 3rd » Wed Feb 21, 2007 4:50 pm

Whoops, turns out it was a weird setting in FFDshow. False alarm. :?

Locked

Return to “AviSynth Help”