bunniboi
16th November 2004, 16:22
Ive been using vdub, avisynth and dubman to batch reveres clips for vjing.
Now what Im trying to do is batch append the clips I have reversed.
The problem is that I don’t want to append all the clips into one big clip
I want to append clip A with clip B and then clip C with clip D and so on…..
I wrote this for dubman but it cant batch append :(
clip2=AviSource ("clipa.avi")
clip1=AviSource ("clipb.avi")
AlignedSplice (clip1,clip2)
Im kind of a newbie at avisynth so I don’t know if this can be done or if there is a program that can do if for me out there.
Any help would be much appreciated
Now what Im trying to do is batch append the clips I have reversed.
The problem is that I don’t want to append all the clips into one big clip
I want to append clip A with clip B and then clip C with clip D and so on…..
I wrote this for dubman but it cant batch append :(
clip2=AviSource ("clipa.avi")
clip1=AviSource ("clipb.avi")
AlignedSplice (clip1,clip2)
Im kind of a newbie at avisynth so I don’t know if this can be done or if there is a program that can do if for me out there.
Any help would be much appreciated