Thread: Avisynth+
View Single Post
Old 19th January 2018, 01:48   #3875  |  Link
Aktan
Registered User
 
Join Date: Feb 2002
Posts: 303
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))
Thanks for your help, but what my friend and I want is actually to keep the longer length and freeze the shorter clip. You see, it helps in comparison videos. The workaround is to use FreezeFrame, but it be nice if we didn't need to use that.
Aktan is offline