Avisynth stackHorizontal Help >> Marvel Comics >> FORUM lowesmall.shop
FORUM lowesmall.shop

FORUM lowesmall.shop



SearchSearch   Users   Registration   Entrance
Today: 16.07.2025 - 22:02:41
Pages:  1  

Avisynth stackHorizontal Help

Advertising


AuthorMessage

SilverSS

main user




Statistics:
Messages: 76
Registration: 08.28.2002

How can i Stack a clip horizontally two or three times with other clips starting at a different Frame. i used some thing like this but.. a = DirectShowSource("video.avi", audio=false, video=true) b = a b.Trim(15, 0) StackHorizontal(a,b)

---------------------
Message # 1 27.07.20 - 20:25:30
RE: Avisynth stackHorizontal Help

NickG

main user




Statistics:
Messages: 4,349
Registration: 07.13.2001

a=source1.Trim() b=source2.Trim() c=source3.Trim() StackHorizontal(a,b,c) Edit Or if you want stack one clip: DirectShowSource("video.avi", audio=false) StackHorizontal(last,last.Trim(15,0),last.Trim(25,0))

---------------------
Nick Glantzis 2005 330i ZHP auto with Technique Tuning turbo kit (currently For Sale)
Message # 2 27.07.20 - 20:37:09
RE: Avisynth stackHorizontal Help

greateratlanta

main user




Statistics:
Messages: 159
Registration: 12.14.2003

b.Trim(...) really is Last=b.Trim(...) so what you wanted was Code:

---------------------
GO DAWGS!!!!
Message # 3 27.07.20 - 20:45:08
RE: Avisynth stackHorizontal Help

mimocurry

main user




Statistics:
Messages: 62
Registration: 04.15.2003

Sorry about that Gavino, Well i realized the error after i posted here. Thanks again Gavino!

---------------------
Message # 4 27.07.20 - 20:54:16
RE: Avisynth stackHorizontal Help
The Black Keys... : Previous topicNext topic: 3.6 rc3
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants