Home
RecentChanges

Search:

» AviSynth is a powerful video FrameServer for Win32.

AviSynth Links:
»Download
»Learn to script
»FAQ
»Manual
»Discussion fora
»Project page
»External filters
»FeedBack

» You can add pages to this website immediately. No login required.
Edit this document

» AboutAviSynth

 

Avisynth 
Logo

Stack

( Diese Seite in flag-germany.gif Deutsch )

StackHorizontal(clip1 clip, clip2 clip [, ...])

StackVertical(clip1 clip, clip2 clip [, ...])

StackHorizontal takes two or more video clips and displays them together in left-to-right order. The heights of the images and their color formats must be the same. Most other information (sound track, frame rate, etc) is taken from the first clip - see here for the resulting clip properties. StackVertical does the same, except from top to bottom.

Examples:

# compare frames with and without noise reduction:

StackVertical(last, last.SpatialSoften(2, 3, 6))

# show clips in variables a,b,c,d in a box like this:

# a b

# c d

StackVertical(StackHorizontal(a, b), StackHorizontal(c, d))

SourceForge Logo

 


Edit this document | View document history
Document last modified Thu, 21 Aug 2003 17:45:51