View Single Post
Old 5th March 2012, 07:28   #631  |  Link
06_taro
soy sauce buyer
 
Join Date: Mar 2010
Location: United Kingdom
Posts: 164
Example:
Code:
MCTD(enhance=true, dbF="GradFun3(lsb=true)")
In this way, output is stacked 16-bit.

Actually both stabilize and enhance period accept 16-bit process ( they share the same mask/merge ):
Code:
MCTD(stabilize=true, stF="dfttest(lsb=true)",
\    enhance=true, dbF="GradFun3(lsb=true, lsb_in=true)")
But be careful that if stabilize period outputs 16-bit clip, enhance filter should be able to accept 16-bit input.

And you can use MCTD(enhance=true, dbF="""dfttest(lsb=true).GradFun3(lsb=true, lsb_in=true)""") to do the same thing.
06_taro is offline   Reply With Quote