jriker1
12th December 2014, 17:46
I want to step thru my source video and the AVS file I created to enhance the video and obviously Virtualdub only shows the final output when it loads in an AVS file. Would be nice if it could load a separate video as the preview.
Anyway I was thinking I could use StackHorizontal(video1,video2) to view the two side by side, but not sure if you can load an avs as a source video or not. So video1 would be the original avi in my case, and video2 would be the avs file so like:
video1=AVISource("OriginalVideo.avi")
video2=AVSSource("OriginalVideo.avs") #AVSSource made up
StackHorizontal(video1,video2)
Thoughts?
Thanks.
JR
Anyway I was thinking I could use StackHorizontal(video1,video2) to view the two side by side, but not sure if you can load an avs as a source video or not. So video1 would be the original avi in my case, and video2 would be the avs file so like:
video1=AVISource("OriginalVideo.avi")
video2=AVSSource("OriginalVideo.avs") #AVSSource made up
StackHorizontal(video1,video2)
Thoughts?
Thanks.
JR