So I've been trying to get some basic video editing done with Avisynth, but I can't figure out how to do what I want, and there doesn't seem to be any tutorial covering it. So basically I have 2 clips that I load in Avisynth. This part I can get right. The problem starts when I want to edit some parts off the first clip. None of the commands that work for trimming and fading a clip when working with a single clip work anymore. Any help?
Don't use it much, but maybe apply the changes before joining? Code: a=avisource("clip.avi") part1=a.Trim(0,499) B=avisource("clip2.avi") part2=b.Trim(200,600) alignedSplice(part1,part2) For help with AviSynth questions, better at the VideoHelp site. http://forum.videohelp.com/