-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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:
Avisynth-Scripts/FilmGrain+.avsi
Line 190 in c6a8371
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
Labels
No labels