bad news that coloryuv turns the black scenes pure white hehe
at least you can see it :P . whats better for adjusting the color
tweak, coloryuv, or levels.
Whats is the best way to setup up a ConditionalFilter, i don't
know how to setup up one..never had to worry that much
with them.
is it some thing like this
Code:
function cb(clip, b)
{
b1 = tweak(0, 1, b, 1)
}
okay for the
Code:
if current_frame >= start_frame AND current_frame <= end_frame
increase_brightness
else
do_nothing
how would i do a multi parts ie frame 1150 to 1600 is black and so is frame 2000 to 2400..could i do that in a functions? or would that just contnew(sp) from the code to the next code