fabiospark
11th October 2010, 20:45
I'm making a slow motion with MVTools2 and need to visually compare the resulting clip of two different MVTools2 settings, so I wrote this little script:
a=avisource("Fabio slomo 1.5 blksize 8.avi")
b=avisource("Fabio slomo 1.5 blksize 4.avi")
StackVertical(a,b)
(I tried with StackHorizontal too).
When I load the script into Virtualdub I get this funny behaviour:
if the focus is on Vdub window I can see only one clip but if I move the focus on another window (even minimized) leaving the Vdub window visible, I can see the two clips stacked. If I click on the Vdub window again the stack disappears and I can see one clip only.
I thought it was just a realtime viewing problem so I rendered the stack to an uncompressed AVI file but when I load this file into Vdub or in MPCHC the behaviour is the same! Even if the file is two times bigger then the singles ones.
Is this normal?
If not, is there anything I can do to prevent this happening?
Thanks.
a=avisource("Fabio slomo 1.5 blksize 8.avi")
b=avisource("Fabio slomo 1.5 blksize 4.avi")
StackVertical(a,b)
(I tried with StackHorizontal too).
When I load the script into Virtualdub I get this funny behaviour:
if the focus is on Vdub window I can see only one clip but if I move the focus on another window (even minimized) leaving the Vdub window visible, I can see the two clips stacked. If I click on the Vdub window again the stack disappears and I can see one clip only.
I thought it was just a realtime viewing problem so I rendered the stack to an uncompressed AVI file but when I load this file into Vdub or in MPCHC the behaviour is the same! Even if the file is two times bigger then the singles ones.
Is this normal?
If not, is there anything I can do to prevent this happening?
Thanks.