Frage von Tim Franke:
Hello, 
 I have two avi movies with the same frame rate, the same frame number and 
 same 
 horizonataler resolution. I would now like to turn this into a 
 Animation merge, with the animation below the other 
 stands. 
 Has anyone a tip how to do you? 
 Gruss, 
 Tim 
 Antwort von  Matthias Eller:

Tim Franke wrote: 
 > Hello, 
 Hello, 
 > I have two avi movies with the same frame rate, the same frame number and 
 > Same 
 > Horizonataler resolution. I would now like to turn this into a 
 > Animation merge with the animation below the other 
 > Stands. 
 exactly what I asked someone earlier synonymous. 
 I answered him with Avisynth. 
 According to its response mail does this small Avisynthscript: 
 video1% AviSource ( "video1.avi") 
 video2% AviSource ( "video2.avi") 
 result% Vertical Stack (video1, video2) 
 return (result) 
 MfG 
 Matthias Eller