[jitter] automatic range color detection using sukah to jit.findbounds
Gregory Taylor
gtaylor at rtqe.net
Tue Jun 12 11:08:02 MDT 2007
- Previous message: [jitter] automatic range color detection using sukah to jit.findbounds
- Next message: [jitter] Re: automatic range color detection using sukah to jit.findbounds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>i look into the tutorials however there is not examples of this >issue only manual configuration of the color rage Look at the help files again - suckah outputs 3 values in RGB format, and the jit.findbounds object is looking for 4 values [since there's an alpha channel in an ARGB video. You'll need to modify the output of the suckah so that you're putting out a list of four floating point values in the range 0.-1.0, and the first one will be 1.0. It's basic data scaling and list packing. -- on the floor there's a long wooden table/on the table there's an open book/ on the page there's a detailed drawing/and on the drawing is the name I took Gregory Taylor http://www.rtqe.net
- Previous message: [jitter] automatic range color detection using sukah to jit.findbounds
- Next message: [jitter] Re: automatic range color detection using sukah to jit.findbounds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
