Skip to content

Fimgrain+ Fast option #96

@deadman0713

Description

@deadman0713

Tried to change to Fast=False and AVSPmod gives this error:

My line:
FilmGrainPlus(str=0.72, size=1.12, tv_range=false, mode="gamma", sharpness=0.95, fast=false, deterministic=false, show=0)

Error:
CombinePlanes: source bit depth is different from 8
(DW_ExTools10.5.avsi, line 7655)
(DW_FilmGrain2.7.avsi, line 303)
(DW_FilmGrain2.7.avsi, line 368)

Found this at line 190:

blk = a. ConvertBits(8,dither=-1)

I just changed it from the "8" to "bi" (I had changed it to "16" and it worked at first)
blk = a. ConvertBits(bi,dither=-1)

Not sure if this is correct, but it is working for me now.
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions