wrybread
3rd March 2011, 13:18
I'm wondering if its possible to play two videos, one after another?
Something like:
a = DirectShowSource("clip1.mov", fps=29, convertfps=true)
b = DirectShowSource("clip2.mov", fps=29, convertfps=true)
c = a + b
return c
Something like:
a = DirectShowSource("clip1.mov", fps=29, convertfps=true)
b = DirectShowSource("clip2.mov", fps=29, convertfps=true)
c = a + b
return c