Thread: Avisynth+
View Single Post
Old 19th January 2018, 01:24   #3873  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Originally Posted by raffriff42 View Post
If you don't want repeating frames, you need to trim the resulting clip:
Code:
StackHorizontal(A, B, C)
Trim(0, Min(A.FrameCount, B.FrameCount, C.FrameCount))
Would this be better

Code:
StackHorizontal(A, B, C)
Trim(0, - Min(A.FrameCount, B.FrameCount, C.FrameCount))
#       ^
ie minus, meaning number of frames, rather than end at minimum end frame + 1
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 19th January 2018 at 01:28.
StainlessS is offline