View Single Post
Old 12th March 2012, 16:22   #29  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,391
Perhaps you need the equivalent of an "exclusion band", or something.

Code:
prev = source.selectevery(1,-1)
next = source.selectevery(1,1)
source.LetterBox(32,64).SCSelect(next,prev,source,dfactor=2.0) # not using top-32/bottom-64 pixels for the decisions
... or maybe it's something entirely else. The motor mechanic can't tell you what's broken when he can't look at the engine.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote