PDA

View Full Version : HorizontalStack - Where did it go?


jriker1
16th February 2008, 15:04
I think the title says it all, however I used to use the below script to compare a source video to it's shall we say, cleaned up counterpart.

video1=avisource("I:\HHGTTG cleaner.avi")
video2=avisource("I:\HHGTTG cleaner.avi")
HorizontalStack(video1,video2)

Haven't used this for a while. Recently rebuilt my computer and started installing things again, among those, AVISynth. Tried running the above and it tells me there is no such function as HorizontalStack. This was great for what I needed to do. I could click frame by frame and see the videos side by side. Was it removed? Can barely find any reference to this function on Google or here to begin with. If it is gone, I assume there is a replacement? Any input would be appreciated.

Thanks.

JR

jeffy
16th February 2008, 15:14
StackHorizontal
http://avisynth.org/mediawiki/StackHorizontal

jriker1
16th February 2008, 15:18
StackHorizontal
http://avisynth.org/mediawiki/StackHorizontal

Thanks Am I loosing it or was it originally the other way around? HorizontalStack. I have a script that had it in there and remember from an old forum post it worked. Odd. Thanks for the info. Works as it used to regardless.

Thanks.

JR

jeffy
16th February 2008, 16:13
Thanks
JR

You're welcome.
PS: I am not aware there was HorizontalStack in the past, but I might be wrong.

foxyshadis
16th February 2008, 23:23
You may have had an avsi that defined HorizontalStack as StackHorizontal.

stickboy
17th February 2008, 03:18
It's always been StackHorizontal.