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
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