View Single Post
Old 4th October 2009, 04:45   #214  |  Link
thewebchat
Advanced Blogging
 
Join Date: May 2009
Posts: 480
To do parallel temporal processing, would it be reasonable to do something like this?
Code:
StackVertical(SelectEven,SelectOdd)
MT("filter",2,0)
Interleave(Crop(last.width,0,0,0-last.height/2),Crop(last.width,last.height/2,0,0))
Or maybe something like this?
Code:
AssumeFieldBased
Weave
MTi("filter")
SeparateFields
AssumeFrameBased

Last edited by thewebchat; 4th October 2009 at 04:48.
thewebchat is offline   Reply With Quote