loa-ash
9th January 2008, 16:01
avisynth has this function that check different video with same resolution:
a=MPEG2Source(file1)
b=avisource(file2)
StackHorizontal(a,b)
or
StackVertical(a,b)
....but If I want check two sources with different resolution, how can I do with Avisynth?
a=MPEG2Source(file1)
b=avisource(file2)
StackHorizontal(a,b)
or
StackVertical(a,b)
....but If I want check two sources with different resolution, how can I do with Avisynth?