I need help with filters

So I’m trying to use filters file my story but whenever I use it it puts the filter first them my characters come out of nowhere

1 Like

Could you perhaps show the code?

BTW here’s an example of a filter scene done “smoothly”:

EXT. LA SKATE PARK - DAY

&YOU stands screen center AND YOU faces left

@set hsl 0 -100 0 no_colorize with blendMode NORMAL to 100% in 0

NARR
Bla bla bla…

And then after the scene, when you’re done with the filter, you can write:

@reset hsl in 0

Hope this helps : )

Yes I’ll sebd the code thanks💙

Can I send both?

NARRATOR (NUR)

I envy what she has.

@speechbubble is 165 231 to 83%

@transition fade out white 2

FILTER: Rose Goggles

Your filter will be enabled for every scene after this line

To turn off the filter, use “@reset hsl” or “@reset hsl in [# of seconds]”

EXT. ASIAN MARKET - DAY

@MOTHER changes into mothers stripe outfit

@set hsl -15 52 7 colorize with blendMode OVERLAY to 55%

@MOTHER spot 0.781 108 153 AND MOTHER faces right

@LAYLA spot 0.553 166 200

@LAYLA faces left

@transition fade in white 2

That’s the first one

EXT. JULES HOUSE - DAY with effect LIGHT RAIN

FILTER: Sepia

&set hsl 5 -50 8 colorize with blendMode NORMAL to 100%

Your filter will be enabled for every scene after this line

To turn off the filter, use “@reset hsl” or “@reset hsl in [# of seconds]”

@YOUNG NUR changes into young nurs coat outfit

@YOUNG NUR changes hair into Double Bun Updo

@overlay FLY create

@overlay FLY opacity 1 in 0

@overlay FLY shifts to 184 425

@overlay FLY scales to 0.233 0.233

@zoom on 304 539 to 308% in 0

@transition fade in 3

That’s the second one with this one it glitches and the scene is the regular color then the filter appears then it zooms

Should be:

EXT. ASIAN MARKET - DAY

@MOTHER changes into mothers stripe outfit

&MOTHER spot 0.781 108 153 AND MOTHER faces right

&LAYLA spot 0.553 166 200 AND LAYLA faces left

@set hsl -15 52 7 colorize with blendMode OVERLAY to 55% in 0

So I put the filter after I spot everyone?

Yes : )

Trust me, when you test it out, it’ll look really smooth : )

1 Like

Tysm💙

No problem!

Remember when you’re placing the character(s), use &

1 Like

Thanks💙

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

Kk thanks💙

1 Like

I fixed it but it still didint work

The filter chafed after they were placed

Can you show what your code is saying now?

I figured it thanks though💙