View Single Post
Old 29th September 2019, 16:28   #4  |  Link
HappyLee
Registered User
 
Join Date: Mar 2013
Posts: 27
Great idea, StainlessS. I've never thought of using SeparateRows() before. Thank you so much!

Here's my solution:

Code:
ConvertToY8()
H=Height
SeparateRows(H)
ScriptClip("""mt_lut(AverageLuma()>80? "255":"0")""")
WeaveRows(H)
HappyLee is offline   Reply With Quote