Thread: Avisynth+
View Single Post
Old 19th January 2018, 03:22   #3877  |  Link
Aktan
Registered User
 
Join Date: Feb 2002
Posts: 303
Here is something interesting, if you add Info() to the trim on B, it works fine:

Code:
A=Colorbars.KillAudio.Trim(0,-10).ShowFrameNumber   # 10 frames
B=A.Trim(0,-1).Info()                               # 1 Frame

StackHorizontal(A,B)                                # Comment one of these out
#Stackvertical(A,B)
Edit: Even replacing Info() with AddBorders(0,0,0,0) would fix it.

Last edited by Aktan; 19th January 2018 at 03:33. Reason: New information.
Aktan is offline