Thread: Avisynth+
View Single Post
Old 18th January 2018, 14:40   #3867  |  Link
Aktan
Registered User
 
Join Date: Feb 2002
Posts: 303
Did StackHorizontal/StackVertical change in AVS+? Using this simple script, the shorter clip still continues for whatever reason:

Code:
left = AVISource("test1.avi", pixel_type="YUY2").trim(2000, 3000)
right = AVISource("test1.avi", pixel_type="YUY2").trim(3000, 3500)
StackHorizontal(left, right)
test1.avi is over 5000 frames long.
Aktan is offline